basically
i have a client using a cisco 2611 via dsl
I've done this before but this isp using a internet gateway.
i never had to configure one before
Now This wont work without it
if i connect a cat5 cable directly to the modem it works, if i connect to the cisco it doesnt.
please help asap
also dns does not work or resolve it hit, i assume cuz of gatewya not added
the gateway i get from the modem when i do conenct succesfuly is
172.31.255.251
here is the config
Building configuration...
Current configuration : 4541 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ROUTER
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 OKD
!
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
ip domain name Murphysplace
ip dhcp excluded-address 192.168.1.200 192.168.1.240
ip dhcp excluded-address 192.168.1.2 192.168.1.100
ip dhcp ping packets 1
ip dhcp relay information trust-all
!
ip dhcp pool LANPOOL
network 192.168.1.0 255.255.255.0
domain-name Murphysplace
default-router 192.168.1.1
dns-server 207.69.188.186 207.69.188.185
lease 7
update arp
!
ip dhcp pool Digital_Witness
host 192.168.1.150 255.255.255.0
client-identifier 0100.e04d.05ca.6c
dns-server 207.69.188.186 207.69.188.185
default-router 192.168.1.1
client-name Digital_Witness
domain-name Murphysplace
lease 0 12
!
ip audit po max-events 100
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
description LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
half-duplex
!
interface Ethernet0/1
description DSL_DIALOUT
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username user@easrthlink.net password 0 PAssWORD
!
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
!
ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any
!
snmp-server community public RO
snmp-server community 00 RO
snmp-server community 00 RW
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps xgcp
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps isdn chan-not-avail
snmp-server enable traps isdn ietf
snmp-server enable traps hsrp
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps config-copy
snmp-server enable traps envmon
snmp-server enable traps bgp
snmp-server enable traps pim neighbor-change rp-mapping-change invalid-pim-messa
ge
snmp-server enable traps ipmulticast
snmp-server enable traps msdp
snmp-server enable traps rsvp
snmp-server enable traps frame-relay
snmp-server enable traps frame-relay subif
snmp-server enable traps rtr
snmp-server enable traps syslog
snmp-server enable traps stun
snmp-server enable traps dlsw
snmp-server enable traps bstun
snmp-server enable traps dial
snmp-server enable traps dsp card-status
snmp-server enable traps atm subif
snmp-server enable traps pppoe
snmp-server enable traps ipmobile
snmp-server enable traps isakmp policy add
snmp-server enable traps isakmp policy delete
snmp-server enable traps isakmp tunnel start
snmp-server enable traps isakmp tunnel stop
snmp-server enable traps ipsec cryptomap add
snmp-server enable traps ipsec cryptomap delete
snmp-server enable traps ipsec cryptomap attach
snmp-server enable traps ipsec cryptomap detach
snmp-server enable traps ipsec tunnel start
snmp-server enable traps ipsec tunnel stop
snmp-server enable traps ipsec too-many-sas
snmp-server enable traps voice poor-qov
snmp-server enable traps dnis
!
!
dial-peer cor custom
!
!
!
!
banner motd ^CCC
**************************
**********
**********
**********
****
!! ONLY AUTHORIZED USERS ARE ALLOWED TO LOGON UNDER PENALTY OF LAW !!
This is a private computer network and may be used only by direct permission of
its owner(s). The owner(s) reserves the right to monitor use of this network to
ensure network security and to respond to specific allegations of misuse.
Use of this network shall constitute to monitoring for these and any other
purposes. In addition, the owner(s) reserves the right to consent to a valid
law enforcement request to search the network for evidence of a crime stored
within this network.
**************************
**********
**********
**********
****
^C
!
line con 0
line aux 0
line vty 0 4
password 00
login
!
!
end
ROUTER#
Start Free Trial