cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
0
Helpful
3
Replies

VPN s2s tunnel after PAT and NAT on non-cisco

grzegorzniecka
Level 1
Level 1

hello!

I have cisco 1711. on LAN there is ZYXEL firewall. I have tried to establish s2s tunnel betwenn this LAN zyxel and other Zyxel on the other side with WAN.

cisco:

interface Serial0

description Polaczenie do Internetu$FW_OUTSIDE$

bandwidth 2048

ip address 80.50.92.xxx 255.255.255.252

...

ip nat pool PAT 213.77.105.248 213.77.105.252 prefix-length 29

...

ip nat inside source static 192.168.0.199 213.77.105.xxx extendable

ZYXEL is LAN 192.168.0.199 and NATed to 213.77.105.xxx

my qestion is:

is there posibility to establish s2s tunnel with host that in LAN has NATed to WAN address as above?

3 Replies 3

ybtheneonet
Level 1
Level 1

So you're saying that your configuration is :

Zyxel (LAN ) -> 1711 -> Zyxel (WAN ) and you want to establish a l2l VPN tunnel between the LAN and WAN Zyxel firewalls and you're NATting the LAN Zyxel firewall to a WAN address?

If yes, then your answer is : Yes you can do a VPN but using NAT-Traversal. It's a technology where the IKE ports of the initiator and the responder are changed from their default value of 500 to 4500 in order to support NAT devices working in-between the VPN. If your Zyxel firewall supports NAT-T then there's a good chance this will work

thnx for Your kindly reply.

On Zyxel VPN configuration screen I can "thick" option "NAT Travelsal" (now it is unthicked) but no additional configuration options.

Shall I perform additional configuration on 1711 to support Nat-Travelsal on Zyxel?

Yeah try checking that option on the Zyxel firewall. On the 1711 there are no configurations required, just do the usual NAT. See if that works