Hi there,
I've been trying to setup a PKI Site 2 Site tunnel structure. This is needed due to a VoiP requirement (by Siemens) as all Client need to see each other.
A static key scenario has been setup and was working fine - but phones connected to each satellite were and are not able to talk to each other.
I've been following the post (
http://forum.pfsense.org/index.php?topic=12888.0) to setup this PKI scenario... but still no joy.
My setup looks like this:
1) ServerGeneral:Network: 192.168.0.0/24
Subnet: 255.255.255.0
OpenVPN Server General:Protocol: UDP
Local Port: 1196
Address Pool: 10.0.11.0/24
Client 2 Client: set
Cryptography: BF-CBC
Authentication method: PKI
CA-Cert: filled with corresponding created key
Server certificate: filled with corresponding created key
Server key: filled with corresponding created key
DH parameters: filled with correspo ???nding created key
DHCP: no options set
LZO: set
Custom options: route 172.17.1.0 255.255.255.0;push "route 192.168.0.0 255.255.255.0"
Description: site-to-site
Client Specific (1):Common name: xxpf-01
Custom options: iroute 172.17.1.0 255.255.255.0
Description: 172.17.1.0/24
Client Specific (2):Common name: xxpf-01
Custom options: iroute 172.17.2.0 255.255.255.0
Description: 172.17.2.0/24
[Common name equals client.crt name]
2) Client-01:General:Network: 172.17.1.0/24
Subnet: 255.255.255.0
Protocol: UDP
Server address: 217.xxx.xxx.xxx
Local Port: 1196
Cryptography: BF-CBC
Authentication method: PKI
CA-Cert: filled with corresponding created key
Client certificate: filled with corresponding created key
Client key: filled with corresponding created key
LZO compression: set
Custom Options: none
Description: xxpf-01
2) Client-02:General:Network: 172.17.2.0/24
Subnet: 255.255.255.0
Protocol: UDP
Server address: 217.xxx.xxx.xxx
Local Port: 1196
Cryptography: BF-CBC
Authentication method: PKI
CA-Cert: filled with corresponding created key
Client certificate: filled with corresponding created key
Client key: filled with corresponding created key
LZO compression: set
Custom Options: none
Description: xxpf-02
The tunnel from each remote site connects and is up and running… but
1) It seems as if I can’t route traffic from Client-01 to Client-02
2) I can’t use NetBIOS names – have to go for direct IPs. This is finw with me… but not for my users.
Is there something I have not followed exactly? Where did I wrong within this configuration?
Thank you in advance for your replies.
Regards,
Alexander