Ok here is my idea
OFFICE 1 Office 2
Internet router 10.1.2.0 <--LAN 10.1.2.43> PF 1 <-WAN-STATIC-IP> Internet <-WAN-STATIC-IP-> PF 2 <-----> 10.2.2.0 lan
SO I followed the
http://doc.pfsense.org/index.php/OpenVPN_Site-to-Site_%28Shared_Key,_2.0%29------------------Server------------------
Server Mode Peer to peer shared key
Protocol UDP
Device Mode TUN
Interface ANY
Local port 1194
Description MYVPN
Cryptographic Settings
Shared Key
# # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- blau blau -----END OpenVPN Static key V1-----
Encryption algorithm RC2 40 CBC (40bit)
Hardware Crypto no
Tunnel Settings
Tunnel Network 10.0.8.0/24
Local Network 10.1.2.0/24
Remote Network 10.2.2.0/24
Concurrent connections
Compression nothing
Type-of-Service nothing
Duplicate Connections nothing
Advanced configuration
Advanced nothing
here is the Status: System logs: OpenVPN (after fresh rebbot)
May 7 22:23:44 openvpn[22231]: UDPv4 link local (bound): [undef]
May 7 22:23:44 openvpn[22231]: UDPv4 link remote: [undef]
May 7 22:23:45 openvpn[22231]: Peer Connection Initiated with [AF_INET STATICOFFICE2IPHERE]:27533
May 7 22:23:46 openvpn[22231]: Initialization Sequence Completed
------------------Server------------------
------------------Client-------------------
Server Mode Peer to peer shared key
Protocol UDP
Device mode TUN
Interface ANY
Local port nothing
Server host or address {(my external staticIP address here)}
Server port 1194
Proxy host or address none
Proxy port none
Proxy authentication extra options none
Server host name resolution nothing
Description MYVPN Client
Cryptographic Settings
Shared Key (same as above key copy pasted)
Encryption algorithm RC2 40 CBC (40bit)
Hardware Crypto no
Tunnel Network 10.0.8.0/24
Remote Network 10.1.2.0/24
Limit outgoing bandwidth nothing
Compression nothing
Type-of-Service nothing
Advanced configuration
Advanced nothing
here is the Status: System logs: OpenVPN (after a fresh reboot)
May 7 22:23:52 openvpn[21464]: UDPv4 link local: [undef]
May 7 22:23:52 openvpn[21464]: UDPv4 link remote: [AF_INET]STATICOFFICE1IPHERE:1194
May 7 22:24:03 openvpn[21464]: Peer Connection Initiated with [AF_INET] STATICOFFICE1IPHERE:1194
May 7 22:24:04 openvpn[21464]: Initialization Sequence Completed
------------------Client-------------------
I have made firewall rules that allow everything it connects
In office 2 I have a computer and it connects to the internet fine. i open a command promt in windows 7 and ping a computer on the othere network in office 1
Pinging 10.1.2.77 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.1.2.77:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I can ping from office 2 the openvpn 10.0.8.1 server
C:\Users\Administrator>ping 10.0.8.1
Pinging 10.0.8.1 with 32 bytes of data:
Reply from 10.0.8.1: bytes=32 time<1ms TTL=63
Reply from 10.0.8.1: bytes=32 time<1ms TTL=63
Reply from 10.0.8.1: bytes=32 time<1ms TTL=63
Reply from 10.0.8.1: bytes=32 time<1ms TTL=63
Ping statistics for 10.0.8.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
what do I need to add to get it to allow me to see the othere computers. so I could say ping or see a web server internally on 10.1.2.77