On Tue, 06 Mar 2007 20:18:18 -0800, roN <[EMAIL PROTECTED]> wrote: > tap0 Link encap:Ethernet HWaddr 5E:FB:B8:31:60:CC > inet addr:192.168.0.111 Bcast:192.168.0.255 > Mask:255.255.255.0 > inet6 addr: fe80::5cfb:b8ff:fe31:60cc/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:18 overruns:0 carrier:0 > collisions:0 txqueuelen:500 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Ron, I don't have any IP address on my tap interfaces. I would do ifconfig tap0 0.0.0.0 to remove the ip address from it. However, I don't think this would help you with the weird error message you're getting. Make sure /dev/net/tun exists and is -rw-rw----. Also make sure the 'tun' driver is loaded (modprobe tun). Also, try checking your logs (specially dmesg output and the contents of /var/log/messages, /var/log/syslog, /var/log/kernel, depending on your distribution). Best luck. -- Octavio. _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
