XaerioN
Unregistered
|
|
Posted: April 21 2005,04:22 |
|
I ran into the same problem. The only solution to that I've come across is to enable apt (dpkg-restore), then apt-get coreutils (to get rid of the busybox). I've tried updating busybox, but it always seemed to break something else. Once I've installed coreutils, you'll have to make /dev/net (mkdir /dev/net) then make the device manually with mknod (mknod /dev/net/tun c 10 200).
But now, I am running into a different problem, that I *think* is qemu (nat'd network). I can connect to my vpn without problems, but once connected, all network connectivity dies. And I mean ALL. I get an IP address on tun0, route gets made, etc, but no traffic passes. If I take my remastered dsl-embedded and make an ISO out of it, it works flawlessly in vmware (bridged network). I snooped the interface on my router, and when I try to ssh to a server behind the VPN, even though I try to connect by IP address, QEMU forwards it out as a DNS request (looks for PITR lookups - 11.10.168.192.in-addr-arpa) Anyone have any ideas?
|