ho well - the udev is kind of nice but I can't get it to look good enough, I used instead some network config in my /etc/network/interfaces:
allow-hotplug usb0
mapping hotplug
script grep
map usb0
iface usb0 inet static
address 192.168.2.1
netmask 255.255.255.0
broadcast 192.168.2.255
up iptables -I INPUT 1 -s 192.168.2.1 -j ACCEPT
which work the same, but is cleaner
|