nccgroup / vlan-hopping---frogger

Easy 802.1Q VLAN Hopping
GNU Affero General Public License v3.0
356 stars 96 forks source link

Change use of ifconfig #2

Open lllama opened 9 years ago

lllama commented 9 years ago

The script currently uses ifconfig, which is deprecated. If we change this to use iproute2 and friends then the script should also work out of the box on more operating systems.

q2dg commented 5 years ago

vconfig is also deprecated. You should use ip link add link eth0 name eth0.8 type vlan id 8 or similar