help with telewest and cisco router

help with telewest and cisco router

NewsGroups | Search | Tools
 alt.certification.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
help with telewest and cisco router Kevin Wincott 08-02-2007
Posted by Kevin Wincott on August 2, 2007, 6:37 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


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?

Pure Networks
Posted by Leander de Graaf on August 2, 2007, 7:06 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


Kevin Wincott wrote:
> 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?

Posted by Doan on August 3, 2007, 12:55 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


On Thu, 2 Aug 2007, Kevin Wincott wrote:

> 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



Posted by Cikubiru on August 4, 2007, 1:34 am
If you were  Registered and logged in, you could reply and use other advanced thread options


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

> 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?



Posted by Kevin Wincott on August 4, 2007, 4:17 am
If you were  Registered and logged in, you could reply and use other advanced thread options


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
>
>> 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?
>
>

Similar ThreadsPosted
cisco and telewest/virgin media June 4, 2007, 6:35 am
cisco router vs firewall June 5, 2005, 12:34 pm
Help with cisco router configuration? December 9, 2005, 4:05 pm
Cisco 2520 Router May 22, 2006, 12:10 pm
Turning off cisco router May 31, 2006, 4:38 pm
Re: Looking for a Cisco Router Simulator May 14, 2008, 1:35 am
Anyone used "Dynamips" Cisco router simulator? November 4, 2006, 5:15 am
How to Configure EIGRP on a Cisco Router April 15, 2007, 10:39 am
NO Menu in Cisco Router 2600 September 21, 2007, 6:06 am
Cisco Router IPSec Keepalive? May 28, 2008, 3:59 am

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map