08-24-2011 03:23 AM - edited 03-07-2019 01:51 AM
I've 8 Static IP assigned me from my ISP.
Subnet 255.255.255.248
I've a 877 Router and I would to:
It is possible?
How?
Thanks
08-24-2011 03:51 AM
Hi,
yes it is possible.
1) NAT client: ip nat inside source list 1 pool mypool overload
ip nat pool mypool x.y.w.57 x.y.w.57 prefix-length 29
access-list 1 permit host
2) for the port forwarding:
ip nat inside source static tcp 192.168.0.1 80 x.y.w.57 80 extendable
ip nat inside source static tcp 192.168.0.1 443 x.y.w.57 443 extendable
ip nat inside source static tcp 192.168.0.2 80 x.y.w.58 443 extendable
configure your interfaces for nat with ip nat inside and ip nat outside.
Regards.
Alain
01-20-2012 10:30 AM
Hi Alain,
i'm having troubles somewhere but don't know where...
can you post a sample for a solution like this?
thank you in advance
01-21-2012 02:12 AM
Hi,
post your config and explain what problems you have.
Regards.
Alain
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide