Hi guys/gals,

I am using a 1605R with 2 ethernet interfaces as
gateway to my cable service provider. My dilemma is
that when I put a default route to outside NAT stops
working. I verified this by using a sniffer. Without
default route everything seems to work fine but it's
just bugging the hell out of me that why is it so. Can
some one enlighten me ?
Here is my config:

Router#sh run
Building configuration...

Current configuration : 939 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
!
ip subnet-zero
ip name-server 66.75.160.42
ip name-server 66.75.160.41
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool INSIDE
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1 
   dns-server 66.75.160.42 
!
ip ssh time-out 120
ip ssh authentication-retries 3
!
!
!
!
interface Ethernet0
 ip address dhcp
 ip nat outside
 no cdp enable
!
interface Ethernet1
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 no cdp enable
!
ip nat inside source list 1 interface Ethernet0
overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0 <<<<<<<<<<<<<
no ip http server
no ip pim bidir-enable
!
access-list 1 permit 192.168.1.0 0.0.0.255
no cdp advertise-v2
no cdp run
!
line con 0
line vty 0 3
 login
line vty 4
 password cisco
 login
!
end

=====
JZ
[EMAIL PROTECTED]



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=42762&t=42762
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to