Hi all,
I am trying to work out where my notebook has a problem.
Last week I could connect to the work VPN, and this week I cannot. (No
support available because I use VPNC at home to connect and they mandate
Windows only. Another topic for another time.)
The PC can authenicate with the server, and bring up the interface tun0
and then set the default route, but I cannot ping, SSH, telnet nor DNS
requests, through the tunnel : Essentially any network traffic.
I am using the IP addresses for the servers because I know that DNS
fails. I have verified that the name servers are correct with the IT
department.
Any ideas, as I have to start on-call next week (I cannot take the PC at
work to my home becuase I locked it to the desk, and lost the key...
bolt cutters perhaps next buy.)
/etc/vpnc/tt.conf
IPSec gateway 62.51.16.11
IPSec ID VTL-VPN
IPSec secret nnnnnnnnnnnnnnnnnnnnnnnnnnRemoved
IKE Authmode psk
Xauth username p-tranner
Domain itservices
# vpnc --dpd-idle 0 tt
Enter password for p-tranner@62.51.16.11:
Connect Banner:
| access only for authorized personnel!
VPNC started in background (pid: 10537)...
# 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.254.98.5 P-t-P:10.254.98.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1412 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
62.51.16.11 10.90.90.1 255.255.255.255 UGH 1500 0 0
eth0
10.90.90.0 0.0.0.0 255.255.255.0 U 0 0 0
eth0
10.254.96.0 0.0.0.0 255.255.252.0 U 0 0 0
tun0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0
tun0
# traceroute 10.205.8.1
traceroute to 10.205.8.1 (10.205.8.1), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
#
|