|
|
Hi,
We like to set up a VPN with bridging. But the challenge is that in both
networks there is a gateway with the same IP address. Which leads to doubled
up routes (see below).
Can anyone help us here?
Thanks very much
Patrick
===========================================================================
Here is the configuration:
We have two networks A & B with Win XP Pro ICS (Internet Connection
Sharing).
On network A&B the gateway is 192.168.0.1
On network A&B OpenVPN runs on a seperate machine from the gateway (machines
obtain an IP Adress thourgh the ICS gateways).
The aim is to access the whole network on A through one computer on B
(bridging) but there is no need to access network B from A. The Tapi Adapter
on Network A is bridged with the local physical ethernet interface (Local
Area Network).
===========================================================================
Config File Server Network A
port 59xx
proto tcp-server
dev tap
dev-node tab-bridge
secret key.txt
ping 5
comp-lzo
verb 4
mute 10
===========================================================================
Config File Client on Network B
remote xxxxx.xxx.xx
float
port 59xx
proto tcp-client
dev tap
secret key.txt
ping-restart 60
ping-timer-rem
persist-tun
persist-key
resolv-retry 86400
ping 5
comp-lzo
verb 4
mute 10
===========================================================================
Using "route print" on Network B:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...02 00 4c 4f 4f 50 ...... MAC Bridge Miniport - Packet Scheduler
Miniport
0x3 ...00 ff cb 21 40 7f ...... TAP-Win32 Adapter V8 - Packet Scheduler
Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.2 30
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.54 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.2 192.168.0.2 30
192.168.0.0 255.255.255.0 192.168.0.54 192.168.0.54 30
192.168.0.2 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.0.54 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.0.255 255.255.255.255 192.168.0.2 192.168.0.2 30
192.168.0.255 255.255.255.255 192.168.0.54 192.168.0.54 30
224.0.0.0 240.0.0.0 192.168.0.2 192.168.0.2 30
224.0.0.0 240.0.0.0 192.168.0.54 192.168.0.54 30
255.255.255.255 255.255.255.255 192.168.0.2 192.168.0.2 1
255.255.255.255 255.255.255.255 192.168.0.54 192.168.0.54 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|