help with telewest and cisco router
 




IT Certification FAQ

 
|
Home
|
Microsoft
|
CISCO
|
CompTIA
|
Exam/Study FAQ
|
Employment FAQ
| Links  | Forums  |
Book Reviews


FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  ProfileProfile  Log in to check your private messagesPrivate messages  Log inLog in

help with telewest and cisco router

 
Post new topic   Reply to topic    Forum Index -> alt.certification.cisco
Author Message
Kevin Wincott
Guest





PostPosted: Fri Aug 03, 2007 3:37 am    Post subject: help with telewest and cisco router Reply with quote

can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?
Back to top
Leander de Graaf
Guest





PostPosted: Fri Aug 03, 2007 4:06 am    Post subject: Re: help with telewest and cisco router Reply with quote

Kevin Wincott wrote:
Quote:
can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?


Does enabling global command "ip routing" work for you?
Back to top
Doan
Guest





PostPosted: Fri Aug 03, 2007 9:55 pm    Post subject: Re: help with telewest and cisco router Reply with quote

On Thu, 2 Aug 2007, Kevin Wincott wrote:

Quote:
can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?


You need a static default route pointing to your outside interface.
Try ip route 0.0.0.0 0.0.0.0 Fa0

Doan
Back to top
Cikubiru
Guest





PostPosted: Sat Aug 04, 2007 10:34 am    Post subject: Re: help with telewest and cisco router Reply with quote

The "no ip routing" will disable you routing beyond the router. You need to
enable the routing by

#config t
(config)#ip routing [enter]
(config)# [ctrl-z]

good luck

"Kevin Wincott" <mail@kevinwincott.com> wrote in message
news:f8tm9j$2p1r$1@energise.enta.net...
Quote:
can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?
Back to top
Kevin Wincott
Guest





PostPosted: Sat Aug 04, 2007 1:17 pm    Post subject: Re: help with telewest and cisco router Reply with quote

thats got it working great, many thanks. next question though, is it a
cross over cable to connect a wireless router to the LAN interface on
the router (ethernet0)? The wireless router has an uplink port on it

Cikubiru wrote:
Quote:
The "no ip routing" will disable you routing beyond the router. You need to
enable the routing by

#config t
(config)#ip routing [enter]
(config)# [ctrl-z]

good luck

"Kevin Wincott" <mail@kevinwincott.com> wrote in message
news:f8tm9j$2p1r$1@energise.enta.net...
can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?

Back to top
Mark Cundall
Guest





PostPosted: Sat Sep 01, 2007 5:39 pm    Post subject: Re: help with telewest and cisco router Reply with quote

Straight through cable

-------
"Kevin Wincott" <mail@kevinwincott.com> wrote in message
news:f91cku$2p1r$3@energise.enta.net...
Quote:
thats got it working great, many thanks. next question though, is it a
cross over cable to connect a wireless router to the LAN interface on the
router (ethernet0)? The wireless router has an uplink port on it

Cikubiru wrote:
The "no ip routing" will disable you routing beyond the router. You need
to enable the routing by

#config t
(config)#ip routing [enter]
(config)# [ctrl-z]

good luck

"Kevin Wincott" <mail@kevinwincott.com> wrote in message
news:f8tm9j$2p1r$1@energise.enta.net...
can anyone point me in the right direction, this is my config:

Router#show running-config
Building configuration...

Current configuration : 1001 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret 5 xxxx
enable password xxxx
!
memory-size iomem 20
ip subnet-zero
no ip routing
no ip finger
ip name-server 62.31.176.39
ip name-server 62.249.250.90
ip name-server 194.117.134.19
!
!
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
interface FastEthernet0
ip address dhcp
ip nat outside
no ip route-cache
speed auto
full-duplex
!
interface Serial0
no ip address
no ip route-cache
shutdown
!
ip nat inside source list 102 interface FastEthernet0 overload
ip classless
no ip http server
!
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end


from here the router I can ping anywhere, from the PC I can ping the LAN
and WAN side of the router but nothing beyond it

can anyone help?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> alt.certification.cisco All times are GMT
Page 1 of 1

 

Copyright © 2002-2006 Web-S-Sense Pty. Ltd. All rights reserved.

Powered by phpBB
Advertising | Policies/Disclaimers | Contact us | Link to us


Featured Sites: Free Antivirus and Antispyware Info | Free PC Support | MCSE Directory