Michael Kluge wrote:
> OK, thanks.
>
> iface usb0 inet static
> pre-up ifconfig usb0 hw ether 6E:A3:B3:D1:4E:24
> address 192.168.0.202
> ...
>
You should be able to do:
iface usb0 inet static
hwaddress ether 6E:A3:B3:D1:4E:24
address 192.168.0.202
...
--
Charles-Henri