Michael,
Thanks for the reply. See configs from the client PC and the server. Also note the network is 10.x.x.x and not 11.x.x.x . Let me know if you need more info.
Regards
CeeGee32
C:\>ipconfig /all
Windows IP Configuration
Ethernet adapter MyTap:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Win32 Adapter V9
Physical Address. . . . . . . . . : 00-FF-D5-15-AA-F1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.8.0.66
Subnet Mask . . . . . . . . . . . : 255.255.255.252
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 10.8.0.65
Lease Obtained. . . . . . . . . . : Thursday, February 03, 2011 2:20:02
PM
Lease Expires . . . . . . . . . . : Friday, February 03, 2012 2:20:02 PM
Ethernet adapter Wireless Network Connection 5:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Dell Wireless 1450 Dual-band (802.11
a/b/g) USB2.0 Adapter #4
Physical Address. . . . . . . . . : 00-14-A5-53-3D-B3
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.15.20.126
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.15.20.1
DHCP Server . . . . . . . . . . . : 10.15.20.1
DNS Servers . . . . . . . . . . . : 64.83.0.10
209.137.160.3
Lease Obtained. . . . . . . . . . : Thursday, February 03, 2011 2:05:30
PM
Lease Expires . . . . . . . . . . : Friday, February 04, 2011 2:05:30 PM
----------------------------------------------------------------------------------
Server Info:
openVPN version 2.0
[root@localhost ~]# cat /proc/version
Linux version 2.6.18-164.11.1.el5 (
mockbuild@builder10.centos.org) (gcc version 4.1.2
20080704 (Red Hat 4.1.2-46)) #1 SMP Wed Jan 20 07:32:21 EST 2010
[root@localhost ~]#
[root@localhost ~]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
10.15.21.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
10.15.20.0 0.0.0.0 255.255.255.0 U 0 0 0 seth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 seth0
0.0.0.0 10.15.20.1 0.0.0.0 UG 0 0 0 seth0
---------------------------------------------------------------------------------
dev tun
;dev-node MyTap
# Configure server mode and supply a VPN subnet
server 10.8.0.0 255.255.255.0
# Configure server mode for ethernet bridging.
;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
;server-bridge
push "route 10.15.20.0 255.255.255.0"
push "route 10.15.21.0 255.255.255.0"
client-config-dir /etc/openvpn/2.0
route 10.15.21.0 255.255.255.0
;client-config-dir ccd
;route 10.9.0.0 255.255.255.252
;push "dhcp-option DNS 208.67.222.222"
;push "dhcp-option DNS 208.67.220.220"
client-to-client