Hello,
I have a Cisco 1721 as my Internet router. It is configured with access-lists to pre-filter Internet traffic,and NAT. I need to setup MUPVN on a Firebox Soho6tc, but need to first allow the traffic through the Cisco router.
What protocols and ports need to be open on the Cisco router to connect to the Firebox?
Is this possible without turning NAT off on the Cisco router?
Thank you very much.
Hey Manthax:
You will have to create an Accss List that is something along the lines of...
access-list permit gre any host your.vpn.ip.addy ie:
access-list permit gre any host 192.168.0.3
If your router complains about not knowing what GRE is, then try something like...
access-list permit 47 any host 192.168.0.3
(47 is the PROTOCOL NUMBER for GRE, and not a port number!)
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 1  Reply