
12 Aug
2005
12 Aug
'05
10:50 a.m.
Using SimplyMepis 3.3.1: I have to access work using a Cisco VPN connection. I have installed "vpnc" and "tun". I can establish a VPN connection and get an IP address assigned. ifconfig tun0 tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.255.255.1 P-t-P:10.255.255.1 Mask:255.255.255.255 I then added a route with the work IP address range: route add -net 10.83.0.0 netmask 255.255.255.0 dev tun0 However, I cannot access the servers at all. What have I done wrong and/or missed? Thanks for your help Felix