You need a default route sending traffic to your ISPs router, if 12.124.201.146 255.255.255.252 is what you are supposed to put on your serial, then you need a ip route 0.0.0.0 0.0.0.0 12.124.201.145. or the ip default-gateway 12.124.201.145.
You need to tell your router which next hop to route internet traffic. The default-gateway you initially had, 12.104.49.161, is invalid as its the IP of your Ethernet port. ""Brian Zeitz"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 146 was assigned by the ISP > > -----Original Message----- > From: Walker, James - Is [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 2:15 PM > To: Brian Zeitz; [EMAIL PROTECTED] > Subject: RE: help [7:59112] > > Try: > > interface Serial2/0 > > > ip address 12.124.201.145 255.255.255.252 > > > > > > > -----Original Message----- > From: Brian Zeitz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 1:50 PM > To: [EMAIL PROTECTED] > Subject: help [7:59112] > > > Router Setup > > > > This may be a very simple question, but I set up my router and I cannot > access the internet. Here is the configuration file. I tried the command > IP Route 0.0.0.0 0.0.0.0 x.x.x.x as well, with no luck. Sigh.... > > > > Also does anyone have any links for configuration PDF for 3600 routers? > > > > > > version 12.2 > > service timestamps debug uptime > > service timestamps log uptime > > no service password-encryption > > ! > > hostname Router > > ! > > enable secret 5 _/ > > enable password > > ! > > ip subnet-zero > > ! > > ! > > ip name-server 12.127.17.72 > > ! > > ! > > ! > > ! > > interface Ethernet0/0 > > ip address 12.104.49.161 255.255.255.224 > > no ip mroute-cache > > half-duplex > > ! > > interface Ethernet0/1 > > no ip address > > no ip mroute-cache > > shutdown > > half-duplex > > ! > > interface Ethernet0/2 > > no ip address > > no ip mroute-cache > > shutdown > > half-duplex > > ! > > interface Ethernet0/3 > > no ip address > > no ip mroute-cache > > shutdown > > half-duplex > > ! > > interface Serial2/0 > > bandwidth 1544000 > > ip address 12.124.201.146 255.255.255.252 > > encapsulation ppp > > no ip mroute-cache > > ! > > ip default-gateway 12.104.49.161 > > ip classless > > ip http server > > ip pim bidir-enable > > ! > > ! > > line con 0 > > line aux 0 > > line vty 0 4 > > password > > login > > ! > > end Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=59127&t=59112 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

