I am trying to setup OpenVPN on MPC board as server and other i386
machine connected as client.the setup is as shown
System Configuration:
LAN <-----> Machine 1 <------> MPC8548 <-----> Machine 2 <---> LAN
ETH0 ETH1 ETH0 ETH1 ETH1 ETH0
Machine 1: ( Has kernel / File-system for MPC8548)
( VNC Server )
ETH0: 192.168.200.70
ETH1: 172.16.100.1
Machine 2: (Openvpn installed - configured as a client)
(VNC Client)
ETH0: 192.168.200.229
ETH1: 172.16.0.1
MPC8548: (Openvpn Server & Router)
ETH0: 172.16.100.2
ETH1: 172.16.0.2
-----------------
When I run the client with redirect gateway option the network gets
down.Also without the option the machine gets connected however the
routing doesn't happen even though I am using push options so that to
reach other network.
Server configuration is :-
=======================
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 172.16.100.0 255.255.255.0"
client-to-client
keepalive 10 120
max-clients 100
verb 3
mute 20
==============
Client configuration is
===================
client
dev tun
proto udp
remote 172.16.100.2 1194
resolv-retry infinite
nobind
ca ca.crt
cert client2.crt
key client2.key
verb 3
mute 20
====================
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|