Re: tun failing: SIOCSIFADDR: No such device

2005-06-02 Thread Geoff Reidy
Geoff Reidy wrote: CoolFox wrote: 1) Load the right module for your ethernet device 2) ifconfig eth0 3) route add default netmask 0.0.0.0 gw (ip of your gateway) if it is already done, try : /etc/init.d/networking restart tun is the right module, it creates an interface that e.g. a guest

Re: tun failing: SIOCSIFADDR: No such device

2005-06-02 Thread Jon Dowland
Geoff Reidy wrote: It would take about 10 seconds to verify this! modprobe tun ifconfig tun0 Debian sid 2.6.11 kernel. Is this too much to ask? anubis:/home/jon# modprobe tun anubis:/home/jon# ifconfig tun0 tun0: error fetching interface information: Device not found anubis:/home/jon# uname

Re: tun failing: SIOCSIFADDR: No such device

2005-06-02 Thread Geoff Reidy
Jon Dowland wrote: Geoff Reidy wrote: It would take about 10 seconds to verify this! modprobe tun ifconfig tun0 Debian sid 2.6.11 kernel. Is this too much to ask? anubis:/home/jon# modprobe tun anubis:/home/jon# ifconfig tun0 tun0: error fetching interface information: Device not found

Re: tun failing: SIOCSIFADDR: No such device

2005-06-02 Thread James Vahn
Geoff Reidy wrote: anubis:/home/jon# modprobe tun anubis:/home/jon# ifconfig tun0 tun0: error fetching interface information: Device not found anubis:/home/jon# uname -a Linux anubis 2.6.11-1-686 #1 Fri May 20 07:34:54 UTC 2005 i686 GNU/Linux Thanks Jon, this makes it look less likely a

Re: tun failing: SIOCSIFADDR: No such device

2005-06-01 Thread Geoff Reidy
Roberto C. Sanchez wrote: Have you tried Google? It could be one of several things and there are literally hundreds of mailing list and support forum posts encompassing pretty much every version of the kernel on every distro out there. Try that first. -Roberto I've tried google already

Re: tun failing: SIOCSIFADDR: No such device

2005-06-01 Thread CoolFox
Geoff Reidy a écrit : Roberto C. Sanchez wrote: Have you tried Google? It could be one of several things and there are literally hundreds of mailing list and support forum posts encompassing pretty much every version of the kernel on every distro out there. Try that first. -Roberto I've

Re: tun failing: SIOCSIFADDR: No such device

2005-06-01 Thread Geoff Reidy
CoolFox wrote: 1) Load the right module for your ethernet device 2) ifconfig eth0 3) route add default netmask 0.0.0.0 gw (ip of your gateway) if it is already done, try : /etc/init.d/networking restart tun is the right module, it creates an interface that e.g. a guest OS on qemu can use

tun failing: SIOCSIFADDR: No such device

2005-05-31 Thread Geoff Reidy
Hi all, I am running sid and since upgrading kernel-image-2.6.11-1-k7 from version 2.6.11-3 to 2.6.11-5 I can't get a tun interface to work. The tun module is loaded and the device is there: crw-rw 1 root root 10, 200 2005-05-31 20:25 /dev/net/tun but the interface won't come up: #

Re: tun failing: SIOCSIFADDR: No such device

2005-05-31 Thread Roberto C. Sanchez
On Tue, May 31, 2005 at 09:05:18PM +1000, Geoff Reidy wrote: Hi all, I am running sid and since upgrading kernel-image-2.6.11-1-k7 from version 2.6.11-3 to 2.6.11-5 I can't get a tun interface to work. The tun module is loaded and the device is there: crw-rw 1 root root 10, 200