[ILUG] Openvpn static key
oscar cassetti
oscar.getstring at gmail.com
Wed Mar 14 20:00:14 GMT 2007
Hi at all,
I've just setup as test a simple open vpn network between two machine.
The server configuration is
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret static.key
comp-lzo
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
The client config
remote xxxxxxx
dev tun
ifconfig 10.8.0.2 10.8.0.1
secret static.key
comp-lzo
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
route 10.0.0.0 255.255.255.0
On the server side I've also enabled the ip forwarding.
There in no firewall at moment.
Now I can connect to the server and also ping the ip of the vpn server
which is 10.0.0.73.
I can also run ssh 10.0.0.73 .
But whether I try to ping another host (example 10.0.0.4) on the same
network or I try to connect by ssh to another host I got no message
message back.
Any advice ?
Thanks,
Oscar
More information about the ILUG
mailing list