this my server config file
Code: Select all
port 1194
proto udp
dev tap
ca ca.crt
cert ovpnsrv1.crt
key ovpnsrv1.key
dh dh1024.pem
tls-server
server 192.168.10.0 255.255.255.0
comp-lzo
keepalive 10 120
user nobody
group users
persist-key
persist-tun
verb 3
this client config file
Code: Select all
tls-client
dev tap
proto udp
port 1194
remote x.x.x.x
pull
comp-lzo
verb 3
mute 20
ca ca.crt
cert x.crt
key x.key
this pc have two lan card one for internet dsl
and the other lan card for local lan
in this local lan i need to use public ip on specific pc connected to this lan
the public ip subnet exists in the openvpn server on eth1
and i connect to the openvpn server throgh the ip exist in eth0
what i have to do to use these publie ip in my local lan ?