Cannot ssh to Freerunner

Neil Jerram neiljerram at googlemail.com
Tue Oct 7 00:29:58 CEST 2008


2008/10/6 Nicolas Linkert <linkert at fastmail.fm>:
>
> # The primary network interface
> allow-hotplug eth0
> iface eth0 inet static
>        address 192.168.0.101
>        netmask 255.255.255.0
>        network 192.168.0.0
>        broadcast 192.168.0.255
>        gateway 192.168.0.100
>        dns-nameservers 192.168.0.100
>        dns-search gamma.vz
>
> auto usb0
> iface usb0 inet static
> address 192.168.0.200
> netmask 255.255.255.0

Your eth0 and usb0 interfaces must be on different subnets.  If your
wireless (eth0) has to be on 192.168.0/24 - e.g. because you've
already got lots of other devices set up with that addressing in your
house - then move usb0 to 192.168.1/24.  Just make sure you make a
corresponding change on your PC, when you want to use USB networking,
and all should be well.

Regards,
      Neil




More information about the community mailing list