Sonicwall behind a Cisco Router with Multiple WAN IPs.
HI,
I'm not trying to hijack this thread, but my question is very similar to the actual question, so I guess this is the best place to ask.
My setup is this: commands have been shorted, only to show related config.
Cisco 1900 Router:
gig 0/0 = 123.123.123.123/30 (p2p to my isp, it's a microwave link)
ip nat ouside
ip address 22.22.22.41 255.255.255.248 secondary (Public IP)
ip address 11.11.11.254/32 (Local lan)
ip nat inside
ip dns server
ip nat pool CAFE 22.22.22.43 22.22.22.22.43 netmask 255.255.255.248
ip nat inside source list 10 pool CAFE overload
ip route 0.0.0.0 0.0.0.0 123.123.123.13
dialer-list 1 protocol ip permit
access-list 10 permit 11.11.11.0 0.0.0.255
access-list 20 permit 62.171.181.153
access-list 20 permit 5.189.162.239
Sonicwall:
X0 = Management
X1 = 11.11.11.253(Wan)
X2 = 33.33.33.33(local lan)
My question here is. I would like all the Public ips to be routed from Sonicwall. I want the cisco router to only act as a bridge. All the nat would happen on Sonicwall. How do I achieve this?
Should I assign one Public IP to X1 port on sonicwall? should that publish my sonicwall on the internet? And nat accordingly?
Any help on this will be highly appreciated.
Thanks,
Aj.
Answers
Provide clearer information and we might be able to help, but why even have the Cisco if its just acting as a bridge? There are other discussions on this topic.