sweeney1975
Technical User
I share my internet connection using a Linksys BEFSR41 I want to do this using a cisco 2611 and cisco 1924 switch. This config gets a ip from my isp and the computers on the lan side get a ip from the router dhcp service. The computers can access the internet for a couple of mins then connection stops. If i look at the output for debug IP NAT it is still going crazy even though the computers and router can still not see the outside web.
I can still ping the router and the adress assigned to eth0/0 but anything past this times out!! My config is below, Am i missing something or do you think this is to do with my cable modem (motorola SB4100) or my ISP (Telewest Blueyonder). Some one please help as I want to get rid of the Linksys and use the cisco 2611......
sh run
Building configuration...
Current configuration : 1298 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname EAGLE1
!
aaa new-model
aaa authentication login default local
aaa authorization exec default local
enable secret 5 $1$BShd$.ItWs5Z1vwvY3iVQKVEeV/
enable password 7 030054040B0A25
!
username EAGLE2 password 7 03174F04080A33435D0C0A
username Sweeney password 7 111A0D0A19171903172F38
ip subnet-zero
!
!
ip host EAGLE3 192.168.3.2
ip host EAGLE2 192.168.2.2
ip dhcp excluded-address 192.168.1.1 192.168.1.9
ip dhcp excluded-address 192.168.1.50 192.168.1.255
!
ip dhcp pool EYESTRAIN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 62.31.144.39 195.188.53.175
!
!
!
!
interface Ethernet0/0
ip address dhcp client-id Ethernet0/0
ip nat outside
full-duplex
!
interface Serial0/0
ip address 192.168.2.1 255.255.255.0
encapsulation ppp
shutdown
ppp authentication chap
!
interface Ethernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
full-duplex
no cdp enable
!
ip nat inside source list 1 interface Ethernet0/0 overload
ip classless
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
password 7 071C3543400C0B0A041718
logging synchronous
line aux 0
line vty 0 4
password 7 105D1D160B1200041F0139
!
end
I can still ping the router and the adress assigned to eth0/0 but anything past this times out!! My config is below, Am i missing something or do you think this is to do with my cable modem (motorola SB4100) or my ISP (Telewest Blueyonder). Some one please help as I want to get rid of the Linksys and use the cisco 2611......
sh run
Building configuration...
Current configuration : 1298 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname EAGLE1
!
aaa new-model
aaa authentication login default local
aaa authorization exec default local
enable secret 5 $1$BShd$.ItWs5Z1vwvY3iVQKVEeV/
enable password 7 030054040B0A25
!
username EAGLE2 password 7 03174F04080A33435D0C0A
username Sweeney password 7 111A0D0A19171903172F38
ip subnet-zero
!
!
ip host EAGLE3 192.168.3.2
ip host EAGLE2 192.168.2.2
ip dhcp excluded-address 192.168.1.1 192.168.1.9
ip dhcp excluded-address 192.168.1.50 192.168.1.255
!
ip dhcp pool EYESTRAIN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 62.31.144.39 195.188.53.175
!
!
!
!
interface Ethernet0/0
ip address dhcp client-id Ethernet0/0
ip nat outside
full-duplex
!
interface Serial0/0
ip address 192.168.2.1 255.255.255.0
encapsulation ppp
shutdown
ppp authentication chap
!
interface Ethernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
full-duplex
no cdp enable
!
ip nat inside source list 1 interface Ethernet0/0 overload
ip classless
no ip http server
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
password 7 071C3543400C0B0A041718
logging synchronous
line aux 0
line vty 0 4
password 7 105D1D160B1200041F0139
!
end