i tried that but it seem to erase the serial one.
it doesn't seem to work
Main Topics
Browse All TopicsHi,
I am setting up Cisco 1841 with 2 internet connection.
The internal ip is 192.168.7.2
The internet is coming out of the serial interface fine. But howi can I nat to the interface FastEthernet0/0.
Can i use nat for both?
What do i have to add to the below config to make it work.
interface Serial0/1/0
ip address 66.xxx.xxx.2 255.255.255.252
ip nat outside
ip virtual-reassembly
encapsulation ppp
service-module t1 remote-alarm-enable
interface FastEthernet0/0
ip address 206.xxx.xxx.250 252 255.255.255.248
duplex auto
speed auto
interface FastEthernet0/1
ip address 192.168.7.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
ip nat inside source list 1 interface Serial0/1/0 overload
access-list 1 permit 192.168.7.0 0.0.0.255
ip route 0.0.0.0 0.0.0.0 66.xxx.xxx.1
ip route 0.0.0.0 0.0.0.0 206.xxx.xxx.249 25
thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ip nat inside source route-map ISP1 interface s0/1/0 overload
ip nat inside source route-map ISP2 interface fa0/0 overload
access-list 1 permit 192.168.7.0 0.0.0.255
access-list 2 permit 192.168.7.0 0.0.0.255
route-map ISP1 permit 10
match ip address 1
match interface Serial0/1/0
route-map ISP2 permit 10
match ip address 2
match interface Fastethernet0/0
interface Fastethernet0/0
ip nat outside
You still may have problems if the uplink to the edge of ISP1 fails, as there is no routing protocol you will not be aware of such a failure.
Business Accounts
Answer for Membership
by: bob442Posted on 2006-02-23 at 11:48:31ID: 16032435
copy this line
" ip nat inside source list 1 interface Serial0/1/0 overload" and change the interface "serial" to "fastethernet"
make sure not to replace the current nat rule though