Re: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Peter I. Slow, CCNP Voice Specialist

Uhh, NAT perhaps!?

-humboldt

Peter Slow, CCNP Voice Specialist
Network Engineer
Planetary Networks
535 West 34th Street
New York, NY
10001
Cell:(516) 782.1535
Desk: (646) 792.2395
Mail: [EMAIL PROTECTED]
Fax:(646) 792.2396
- Original Message -
From: "Bob Edmonds" 
To: 
Sent: Monday, June 04, 2001 12:50 PM
Subject: Help with irksome situation = ( [7:7102]


> I have this set up below:  My problem is that I can not ping E0 on R2501
> from anywhere.  I also cannot enter a static route to it.  How would I get
> the 2501 to act as a gateway between the two networks?  I've done some
> searches and looked over some books but  I'm still not getting out through
> E0.  This is just a simple home lab but it is begining to irk me, any help
> would be grealy appreciated.
>
> Internet/Cable modem
>  |
>  |
>  |
> E0: 206.107.237.12 255.255.255.0
> R2501
> S0:172.16.20.1 255.255.255.0
>  |
>  |
>  |
>  |
> S0: 172.16.20.2 255.255.255.0
> R2521
> S1: 172.16.40.1 255.255.255.0
>  |
>  |
>  |
> S0: 172.16.40.2 255.255.255.0
> R2502
>
>
>
>
>
>
>
>
> Building configuration...
>
> Current configuration:
> !
> version 11.2
> no service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname Router
> !
> enable secret 5 $1$aifs$0SCPCn.iDMa/ISoNcv.gH.
> !
> ip dhcp-server 10.1.1.1
> !
> interface Ethernet0
>  ip address 206.107.237.12 255.255.255.0
> !
> interface Serial0
>  ip address 172.16.20.1 255.255.255.0
>  no fair-queue
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> ip route 172.16.40.0 255.255.255.0 172.16.20.2
> !
> !
> line con 0
> line aux 0
> line vty 0 4
>  password 
>  login
> line vty 5 197
>  password 
>  login
> !
> end




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



RE: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Doug Lockwood

You are missing a default route to the internet.

ip route 0.0.0.0 0.0.0.0 206.107.237.x where x is the address of the cable
modem.

However if the 2521 can't see it, either somthing else is wrong.

Are the interfaces Up,Up?

A sh ip int bri should tell the tale on the 2501.

HTH

Doug


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



Re: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Donald B Johnson jr

Where did you get the 206.107.237.0 address?



- Original Message -
From: "Bob Edmonds" 
To: 
Sent: Monday, June 04, 2001 9:50 AM
Subject: Help with irksome situation = ( [7:7102]


> I have this set up below:  My problem is that I can not ping E0 on R2501
> from anywhere.  I also cannot enter a static route to it.  How would I get
> the 2501 to act as a gateway between the two networks?  I've done some
> searches and looked over some books but  I'm still not getting out through
> E0.  This is just a simple home lab but it is begining to irk me, any help
> would be grealy appreciated.
>
> Internet/Cable modem
>  |
>  |
>  |
> E0: 206.107.237.12 255.255.255.0
> R2501
> S0:172.16.20.1 255.255.255.0
>  |
>  |
>  |
>  |
> S0: 172.16.20.2 255.255.255.0
> R2521
> S1: 172.16.40.1 255.255.255.0
>  |
>  |
>  |
> S0: 172.16.40.2 255.255.255.0
> R2502
>
>
>
>
>
>
>
>
> Building configuration...
>
> Current configuration:
> !
> version 11.2
> no service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname Router
> !
> enable secret 5 $1$aifs$0SCPCn.iDMa/ISoNcv.gH.
> !
> ip dhcp-server 10.1.1.1
> !
> interface Ethernet0
>  ip address 206.107.237.12 255.255.255.0
> !
> interface Serial0
>  ip address 172.16.20.1 255.255.255.0
>  no fair-queue
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> ip route 172.16.40.0 255.255.255.0 172.16.20.2
> !
> !
> line con 0
> line aux 0
> line vty 0 4
>  password 
>  login
> line vty 5 197
>  password 
>  login
> !
> end




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



Re: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Peter I. Slow, CCNP Voice Specialist

...he needs to do nat as well.
he has an entire network, and only one IP address
Peter Slow, CCNP Voice Specialist
Network Engineer
Planetary Networks
535 West 34th Street
New York, NY
10001
Cell:(516) 782.1535
Desk: (646) 792.2395
Mail: [EMAIL PROTECTED]
Fax:(646) 792.2396
- Original Message -
From: "Doug Lockwood" 
To: 
Sent: Monday, June 04, 2001 3:32 PM
Subject: RE: Help with irksome situation = ( [7:7102]


> You are missing a default route to the internet.
>
> ip route 0.0.0.0 0.0.0.0 206.107.237.x where x is the address of the cable
> modem.
>
> However if the 2521 can't see it, either somthing else is wrong.
>
> Are the interfaces Up,Up?
>
> A sh ip int bri should tell the tale on the 2501.
>
> HTH
>
> Doug




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



Re: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Donald B Johnson jr

I believe the CM works as a bridge.
Has your provider supplied you with the 207 address?


- Original Message -
From: "Doug Lockwood" 
To: 
Sent: Monday, June 04, 2001 12:32 PM
Subject: RE: Help with irksome situation = ( [7:7102]


> You are missing a default route to the internet.
>
> ip route 0.0.0.0 0.0.0.0 206.107.237.x where x is the address of the cable
> modem.
>
> However if the 2521 can't see it, either somthing else is wrong.
>
> Are the interfaces Up,Up?
>
> A sh ip int bri should tell the tale on the 2501.
>
> HTH
>
> Doug




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



RE: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Doug Lockwood

Peter;

Spot on.  NAT and a route.

Doug


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



Re: Help with irksome situation = ( [7:7102]

2001-06-04 Thread Bob Edmonds

Hey thanks to all.. You all were a huge help.  It's working fine now.
the 206 address comes from buckeye cable!

""Bob Edmonds""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have this set up below:  My problem is that I can not ping E0 on R2501
> from anywhere.  I also cannot enter a static route to it.  How would I get
> the 2501 to act as a gateway between the two networks?  I've done some
> searches and looked over some books but  I'm still not getting out through
> E0.  This is just a simple home lab but it is begining to irk me, any help
> would be grealy appreciated.
>
> Internet/Cable modem
>  |
>  |
>  |
> E0: 206.107.237.12 255.255.255.0
> R2501
> S0:172.16.20.1 255.255.255.0
>  |
>  |
>  |
>  |
> S0: 172.16.20.2 255.255.255.0
> R2521
> S1: 172.16.40.1 255.255.255.0
>  |
>  |
>  |
> S0: 172.16.40.2 255.255.255.0
> R2502
>
>
>
>
>
>
>
>
> Building configuration...
>
> Current configuration:
> !
> version 11.2
> no service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname Router
> !
> enable secret 5 $1$aifs$0SCPCn.iDMa/ISoNcv.gH.
> !
> ip dhcp-server 10.1.1.1
> !
> interface Ethernet0
>  ip address 206.107.237.12 255.255.255.0
> !
> interface Serial0
>  ip address 172.16.20.1 255.255.255.0
>  no fair-queue
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> ip route 172.16.40.0 255.255.255.0 172.16.20.2
> !
> !
> line con 0
> line aux 0
> line vty 0 4
>  password 
>  login
> line vty 5 197
>  password 
>  login
> !
> end




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