Hi all, i'm newbie on freebsd system.
I need to configure multiple usb network interfaces but any configuration failed. In other words, i would configure name for any interface usb using mac address to match.
I tried to configure /etc/devd.conf, adding these lines but didnt work:
Any suggestions? My problem is on multiple network usb interfaces because for each reboot freebsd probe usb and change name
I need to configure multiple usb network interfaces but any configuration failed. In other words, i would configure name for any interface usb using mac address to match.
I tried to configure /etc/devd.conf, adding these lines but didnt work:
Code:
attach 10 {
device-name "ue0";
match "mac" "a0:ce:c8:72:d2:fa";
action "ifconfig_up";
};
Any suggestions? My problem is on multiple network usb interfaces because for each reboot freebsd probe usb and change name
