Quote:
Originally Posted by damaru
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
|
I was unable to give you details in my first post because you forgot to mention which "Linux" you had installed.
There are a lot of different ones out there, and not all of them use that control file (they all use udev - even the Kindle uses udev).
If you had provided a better question, I could have given you a better answer (see signature).