Scripts/programs to test FreeBSD ethernet interfaces.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ifconfig ue0 -vnet testjail
- sleep 2
- kldunload if_cdce
-
- #ugen=$(usbconfig | grep "Realtek USB" | awk -F: '{ print $1 }')
- #usbconfig $ugen power_off
-
- kldload /boot/modules/if_cdce.ko
- #usbconfig $ugen power_on
- sleep 1
- ifconfig ue0 vnet testjail
- jexec testjail ifconfig ue0 172.29.5.5
|