Done

It took a while to configure my laptop's networking properly, but it's all there, now.

I'm using a combination of whereami and vtun to get it all done. In the end, it was easy; I only had to recompile my kernel to have CONFIG_LEGACY_PTYS, which I didn't before. Would've been nice had vtund actually told me so, instead of just blattering

Jan 20 21:16:34 country vtund[7915]: Session ppp-compress[verhelst.dyndns.org] opened
Jan 20 21:16:49 country vtund[7915]: Can't allocate pseudo tty. No such file or directory(2)

though, but what the hell.

wouter@country:~$ /sbin/ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0D:93:38:90:6C
          inet addr:195.144.77.46  Bcast:195.144.77.47  Mask:255.255.255.240
          inet6 addr: 2001:838:37f:0:20d:93ff:fe38:906c/64 Scope:Global
          inet6 addr: fe80::20d:93ff:fe38:906c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:22963 errors:0 dropped:0 overruns:0 frame:0
          TX packets:23674 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6105125 (5.8 MiB)  TX bytes:2505543 (2.3 MiB)
          Interrupt:41 Base address:0xbc00

wouter@country:~$ ping -c 1 192.168.119.2
PING 192.168.119.2 (192.168.119.2) 56(84) bytes of data.
64 bytes from 192.168.119.2: icmp_seq=1 ttl=63 time=28.8 ms

--- 192.168.119.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 28.843/28.843/28.843/0.000 ms
wouter@country:~$ traceroute 192.168.119.2
traceroute to 192.168.119.2 (192.168.119.2), 30 hops max, 38 byte packets
 1  192.168.119.1 (192.168.119.1)  52.299 ms  37.863 ms  74.453 ms
 2  192.168.119.2 (192.168.119.2)  37.427 ms  30.221 ms  60.244 ms
wouter@country:~$

Whee. No more annoying SSH tunnels to reach my IMAP server.