On Wed, 5 Jan 2005, Shaun Savage wrote:
Hi all
I am using openvpn-2.2.0-rc6 on linux. I had tls to tls vpn working now I am
trying to get the sever - client working now.
The server.conf
---------------------------------------------
server 192.168.254.0 255.255.255.0
push 192.168.0.0 255.255.224.0
route 192.168.34.0 255.255.255.0
...
The problem is the tun0 on the server is point to point to
192.168.254.1 PtoP 192.168.254.2
the routing is also
# route
192.168.34.0 192.168.254.2 255.255.255.0
BUT on the client
tun0 is
192.168.254.6 192.168.254.5
with route
192.168.254.1 192.168.254.5 255.255.255.255 UGH 0 0 0 tun0
192.168.34.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 192.168.254.5 255.255.224.0 UG 0 0 0 tun0
Why doesn't the routing match? the 2 PtoP should be inverse.
Why? Is it a problem or would you just have prefered to have it inversed?
If you need the whole configuration I can send it, but I hope I the limited
config will be enough to know the problem.
Your client is assigned 192.168.254.6, and the routing table says that it
can reach 192.168.254.1/255.255.255.255 and 192.168.0.0/255.255.224.0
through 192.168.254.5. Looks fine to me.
What problems are you having?
Don't try to ping .5, it won't work! Try pinging 192.168.254.1 to see if
your tunnel works.
/Mathias
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-01/msg00056.html on line 212
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-01/msg00056.html on line 212
|