NICs devices switches "pshycial" place on each boot
Martin Hanson
greencoppermine at yandex.com
Wed Dec 3 21:29:40 UTC 2014
I have tried setting this up in /usr/local/etc/devd/devd.conf and used "devd -d" to re-read rules.
attach 100 {
device-name "ue0";
match "vendor" "0x0b95";
match "product" "0x1790";
match "sernum" "0000249b0de00c";
action "ifconfig $device-name inet 192.168.1.1 netmask 255.255.255.0";
}
I have also tried with a notify and changing the value to 0, but the device doesn't get the IP set when plugged in.
More information about the freebsd-net
mailing list