Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by Tony on May 31, 2005, 4:00 am
Please log in for more thread options Hi Guys, I have a specific need for a network setup and would like you experts to comment on my work (Still learnig...) for a 1841 router with ADSL WIC. Requirements (Addresses are fictional): Interface 0/0 Here we need a couple of global addresses, no NAT. IP address 87.13.9.9 255.255.255.248 (/29) Interface 0/1 Here we need a couple of local addresses with NAT to 2 of the /29 addresses above. IP address 172.88.0.254 255.255.255.0 ATM interface 0/0/0 Here we have the same IP range as on Interface 0/0 The ATM is connected to ISP with a routed /29 It is expected that incomming packets to the 2 specific addresses in the /29 get translated to 2 specific addresses on interface 0/1 while the 3 remaining addresses on ATM 0/0/0 get routed directly to interface 0/0. Proposed router CFG ! interface FastEthernet0/0 ip address 87.13.9.9 255.255.255.248 duplex auto speed auto ! interface FastEthernet0/1 ip address 172.88.0.254 255.255.255.0 ip nat inside duplex auto speed auto ! interface ATM0/0/0 no ip address ... pvc .... encapsulation .... dialer pool-member 1 ! ! interface Dialer1 ip address negotiated ip nat outside encapsulation ppp dialer pool 1 ppp authentication chap callin .... ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ! ip nat inside source static 172.88.0.1 87.13.9.12 ip nat inside source static 172.88.0.2 87.13.9.13 Would the above configuration do what I want? Is it nescesary to do this too: ip nat outside source static 87.13.9.12 172.88.0.1 ip nat outside source static 87.13.9.13 172.88.0.2 Thanks for your reply to what is probably a beginner question in the Cisco relm of things. Tony | ||||||||||
| Similar Threads | Posted |
| Individual static NAT on subnet 8, question? | May 31, 2005, 4:00 am |
| ip subnet-zero question | February 8, 2005, 9:29 am |
| subnet mask question | October 22, 2006, 2:13 pm |
| How to configure static arp on a switchport | October 14, 2005, 6:18 am |
| DHCP + static IP on the same network? | May 18, 2008, 2:26 am |
| CCIE Static Labhardware recommendation | February 24, 2005, 12:00 pm |
| DSL router that sapports static and dynamic ip addressing | April 24, 2006, 1:12 pm |
| static default route, different metric problem | December 12, 2006, 9:06 am |
| Cisco pix 515 + static routes between 2 cisco pix | October 13, 2005, 8:11 pm |
| Subnet zero help please? | August 7, 2006, 5:00 pm |
| How to Subnet | May 16, 2007, 12:35 pm |
| Help with Subnet Masks | March 28, 2005, 3:23 pm |
| CCNA 640-801 - zero subnet?? | July 11, 2005, 10:18 pm |
| CCNA & ip subnet-zero | November 17, 2005, 9:09 am |
| CCNA and IP Subnet 0 | March 1, 2006, 10:26 am |

Individual static NAT on subnet 8, question?
Yahoo!
Windows Live
del.icio.us
digg
Netscape 