Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Cisco (http://www.velocityreviews.com/forums/f27-cisco.html)
-   -   Cisco 2621 router config issue (http://www.velocityreviews.com/forums/t563153-cisco-2621-router-config-issue.html)

BigMike82 12-23-2007 10:49 AM

Cisco 2621 router config issue
 
I've been slamming my head against this for the last few hours, and am
hoping I can get some help from you guys. :)

At the moment, I have a Cisco 800 series operating as my main
router.

The router in question is a Cisco 2621xm with the ipbasic IOS.
FastEthernet0/0 is assigned an IP address of 10.0.1.101.
FastEthernet0/1 is assigned an address of 192.168.0.1.

FE0/0 is plugged into the 800 series. That router is my home gateway,
and has an IP of 10.0.0.1.

From the 2621xm, I am able to ping the main gateway, as well as
external IP addresses.
My laptop, which is connected to FE0/1, can not. I assigned it a
static IP address of 192.168.0.101.

Any thoughts and hints are much appreciated.

Thanks!

Current configuration : 880 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname password
!
boot-start-marker
boot-end-marker
!
enable secret 5 password
enable password password
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 10.0.1.101 255.255.254.0
ip nat outside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.254.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip http server
!
!
line con 0
line aux 0
line vty 0 4
password password
login
!
!
!
end

sCissOrsRsharP 12-23-2007 12:09 PM

Re: Cisco 2621 router config issue
 
On Dec 23, 4:49 am, BigMike82 <eyeronic.des...@gmail.com> wrote:
> I've been slamming my head against this for the last few hours, and am
> hoping I can get some help from you guys. :)
>
> At the moment, I have a Cisco 800 series operating as my main
> router.
>
> The router in question is a Cisco 2621xm with the ipbasic IOS.
> FastEthernet0/0 is assigned an IP address of 10.0.1.101.
> FastEthernet0/1 is assigned an address of 192.168.0.1.
>
> FE0/0 is plugged into the 800 series. That router is my home gateway,
> and has an IP of 10.0.0.1.
>
> From the 2621xm, I am able to ping the main gateway, as well as
> external IP addresses.
> My laptop, which is connected to FE0/1, can not. I assigned it a
> static IP address of 192.168.0.101.
>
> Any thoughts and hints are much appreciated.
>
> Thanks!
>
> Current configuration : 880 bytes
> !
> version 12.3
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname password
> !
> boot-start-marker
> boot-end-marker
> !
> enable secret 5 password
> enable password password
> !
> no network-clock-participate slot 1
> no network-clock-participate wic 0
> no aaa new-model
> ip subnet-zero
> ip cef
> !
> !
> !
> no ftp-server write-enable
> !
> !
> !
> !
> interface FastEthernet0/0
> ip address 10.0.1.101 255.255.254.0
> ip nat outside
> duplex auto
> speed auto
> !
> interface Serial0/0
> no ip address
> shutdown
> !
> interface FastEthernet0/1
> ip address 192.168.0.1 255.255.254.0
> ip nat inside
> duplex auto
> speed auto
> !
> interface Serial0/1
> no ip address
> shutdown
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 10.0.0.1
> ip http server
> !
> !
> line con 0
> line aux 0
> line vty 0 4
> password password
> login
> !
> !
> !
> end


Just a thought, what subnet is your Laptop running? I see you have a /
23 as your network for Fe0/1. Can your laptop ping its own gateway?

Brian V 12-23-2007 12:57 PM

Re: Cisco 2621 router config issue
 

"BigMike82" <eyeronic.design@gmail.com> wrote in message
news:98cbcad4-2605-4243-a638-338de97ef861@i29g2000prf.googlegroups.com...
> I've been slamming my head against this for the last few hours, and am
> hoping I can get some help from you guys. :)
>
> At the moment, I have a Cisco 800 series operating as my main
> router.
>
> The router in question is a Cisco 2621xm with the ipbasic IOS.
> FastEthernet0/0 is assigned an IP address of 10.0.1.101.
> FastEthernet0/1 is assigned an address of 192.168.0.1.
>
> FE0/0 is plugged into the 800 series. That router is my home gateway,
> and has an IP of 10.0.0.1.
>
> From the 2621xm, I am able to ping the main gateway, as well as
> external IP addresses.
> My laptop, which is connected to FE0/1, can not. I assigned it a
> static IP address of 192.168.0.101.
>
> Any thoughts and hints are much appreciated.
>
> Thanks!
>
> Current configuration : 880 bytes
> !
> version 12.3
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname password
> !
> boot-start-marker
> boot-end-marker
> !
> enable secret 5 password
> enable password password
> !
> no network-clock-participate slot 1
> no network-clock-participate wic 0
> no aaa new-model
> ip subnet-zero
> ip cef
> !
> !
> !
> no ftp-server write-enable
> !
> !
> !
> !
> interface FastEthernet0/0
> ip address 10.0.1.101 255.255.254.0
> ip nat outside
> duplex auto
> speed auto
> !
> interface Serial0/0
> no ip address
> shutdown
> !
> interface FastEthernet0/1
> ip address 192.168.0.1 255.255.254.0
> ip nat inside
> duplex auto
> speed auto
> !
> interface Serial0/1
> no ip address
> shutdown
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 10.0.0.1
> ip http server
> !
> !
> line con 0
> line aux 0
> line vty 0 4
> password password
> login
> !
> !
> !
> end


The 800series router needs to know where 192.168.0.0/23 is.


Trendkill 12-23-2007 01:29 PM

Re: Cisco 2621 router config issue
 
On Dec 23, 7:57 am, "Brian V" <diespam...@nospam.com> wrote:
> "BigMike82" <eyeronic.des...@gmail.com> wrote in message
>
> news:98cbcad4-2605-4243-a638-338de97ef861@i29g2000prf.googlegroups.com...
>
>
>
> > I've been slamming my head against this for the last few hours, and am
> > hoping I can get some help from you guys. :)

>
> > At the moment, I have a Cisco 800 series operating as my main
> > router.

>
> > The router in question is a Cisco 2621xm with the ipbasic IOS.
> > FastEthernet0/0 is assigned an IP address of 10.0.1.101.
> > FastEthernet0/1 is assigned an address of 192.168.0.1.

>
> > FE0/0 is plugged into the 800 series. That router is my home gateway,
> > and has an IP of 10.0.0.1.

>
> > From the 2621xm, I am able to ping the main gateway, as well as
> > external IP addresses.
> > My laptop, which is connected to FE0/1, can not. I assigned it a
> > static IP address of 192.168.0.101.

>
> > Any thoughts and hints are much appreciated.

>
> > Thanks!

>
> > Current configuration : 880 bytes
> > !
> > version 12.3
> > service timestamps debug datetime msec
> > service timestamps log datetime msec
> > no service password-encryption
> > !
> > hostname password
> > !
> > boot-start-marker
> > boot-end-marker
> > !
> > enable secret 5 password
> > enable password password
> > !
> > no network-clock-participate slot 1
> > no network-clock-participate wic 0
> > no aaa new-model
> > ip subnet-zero
> > ip cef
> > !
> > !
> > !
> > no ftp-server write-enable
> > !
> > !
> > !
> > !
> > interface FastEthernet0/0
> > ip address 10.0.1.101 255.255.254.0
> > ip nat outside
> > duplex auto
> > speed auto
> > !
> > interface Serial0/0
> > no ip address
> > shutdown
> > !
> > interface FastEthernet0/1
> > ip address 192.168.0.1 255.255.254.0
> > ip nat inside
> > duplex auto
> > speed auto
> > !
> > interface Serial0/1
> > no ip address
> > shutdown
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 10.0.0.1
> > ip http server
> > !
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> > password password
> > login
> > !
> > !
> > !
> > end

>
> The 800series router needs to know where 192.168.0.0/23 is.


I agree with the above posters, or you can start NATing on the second
router as well (which can make things more complicated, but would
probably fix the immediate issue). Regardless, the internet gateway
router does not know how to get back to the 192.168s.

Trendkill 12-23-2007 01:31 PM

Re: Cisco 2621 router config issue
 
On Dec 23, 7:57 am, "Brian V" <diespam...@nospam.com> wrote:
> "BigMike82" <eyeronic.des...@gmail.com> wrote in message
>
> news:98cbcad4-2605-4243-a638-338de97ef861@i29g2000prf.googlegroups.com...
>
>
>
> > I've been slamming my head against this for the last few hours, and am
> > hoping I can get some help from you guys. :)

>
> > At the moment, I have a Cisco 800 series operating as my main
> > router.

>
> > The router in question is a Cisco 2621xm with the ipbasic IOS.
> > FastEthernet0/0 is assigned an IP address of 10.0.1.101.
> > FastEthernet0/1 is assigned an address of 192.168.0.1.

>
> > FE0/0 is plugged into the 800 series. That router is my home gateway,
> > and has an IP of 10.0.0.1.

>
> > From the 2621xm, I am able to ping the main gateway, as well as
> > external IP addresses.
> > My laptop, which is connected to FE0/1, can not. I assigned it a
> > static IP address of 192.168.0.101.

>
> > Any thoughts and hints are much appreciated.

>
> > Thanks!

>
> > Current configuration : 880 bytes
> > !
> > version 12.3
> > service timestamps debug datetime msec
> > service timestamps log datetime msec
> > no service password-encryption
> > !
> > hostname password
> > !
> > boot-start-marker
> > boot-end-marker
> > !
> > enable secret 5 password
> > enable password password
> > !
> > no network-clock-participate slot 1
> > no network-clock-participate wic 0
> > no aaa new-model
> > ip subnet-zero
> > ip cef
> > !
> > !
> > !
> > no ftp-server write-enable
> > !
> > !
> > !
> > !
> > interface FastEthernet0/0
> > ip address 10.0.1.101 255.255.254.0
> > ip nat outside
> > duplex auto
> > speed auto
> > !
> > interface Serial0/0
> > no ip address
> > shutdown
> > !
> > interface FastEthernet0/1
> > ip address 192.168.0.1 255.255.254.0
> > ip nat inside
> > duplex auto
> > speed auto
> > !
> > interface Serial0/1
> > no ip address
> > shutdown
> > !
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 10.0.0.1
> > ip http server
> > !
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> > password password
> > login
> > !
> > !
> > !
> > end

>
> The 800series router needs to know where 192.168.0.0/23 is.


And a second thought I had. Will the gateway NAT 192.168 to the
internet, especially since it is probably not in its dhcp/nat pool and
not directly connected? The OP may need to check the gateway router
to ensure this would work.

BigMike82 12-23-2007 06:49 PM

Re: Cisco 2621 router config issue
 
Brian was spot on. I needed to add a route to 192.168.0.0 on the 800
router. That fixed everything.

Thanks again!



All times are GMT. The time now is 04:27 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57