View Single Post
  #7   (View Single Post)  
Old 11th March 2011
sws sws is offline
Port Guard
 
Join Date: Mar 2011
Posts: 12
Default

O.K., I changed the IP of athn0 interface to 10.0.0.1 . Now I can ping the interface, so there is some progress.
But the rest stays the same: no connection to the intranet or the internet. But maybe tcpdump gives a hint: the IP from the vpn interface shows up in the logs:

# tcpdump -i athn0

Code:
tcpdump: listening on athn0, link-type EN10MB
17:22:36.121158 arp who-has soho.server tell 10.0.0.10
17:22:36.121240 10.0.xx.xx > 10.0.0.10: icmp: echo request
17:22:37.132500 arp who-has soho.server tell 10.0.0.10
17:22:38.131048 arp who-has soho.server tell 10.0.0.10
17:22:39.146774 arp who-has soho.server tell 10.0.0.10
17:22:40.163006 arp who-has soho.server tell 10.0.0.10
17:22:41.179724 arp who-has soho.server tell 10.0.0.10
17:22:44.164080 arp who-has soho.server tell 10.0.0.10
17:22:45.180205 arp who-has soho.server tell 10.0.0.10
17:22:46.196245 arp who-has soho.server tell 10.0.0.10
17:22:49.184902 arp who-has soho.server tell 10.0.0.10
10.0.xx.xx. is the IP for tun0 interface dynamically given by the openvpn server. Default route of the SOHO server is the external interface towards the dsl box: 192.168.178.1 . IP for "soho.server" is assigned 192.168.0.20 . So maybe there is a routing problem?

@ BSDfan666
I am running 4.8-release. Would an upgrade with the lastest snapshot be sufficiant? Never did this before. Had a look at FAQ 5 already. Should work like an upgrade to the next release without upgrade hints from one release to the other, right? And where do I find info about changes from 4.8-release to 4.9-snapshot?

Greets,
Sebastian
Reply With Quote