Advertisement

05.16.2007 at 07:28PM PDT, ID: 22577309
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

MAX POINTS CISCO 2611 NEED GATEWAY ADDED CISCO 2611 PPOE CLIENT

Asked by kane77573 in Network Routers, Networking Hardware Firewalls, Cisco PIX Firewall

Tags: , ,

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
[+][-]05.16.2007 at 08:03PM PDT, ID: 19105797

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.16.2007 at 08:15PM PDT, ID: 19105836

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.16.2007 at 08:19PM PDT, ID: 19105853

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.16.2007 at 08:21PM PDT, ID: 19105860

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Network Routers, Networking Hardware Firewalls, Cisco PIX Firewall
Tags: cisco, enable, traps
Sign Up Now!
Solution Provided By: giltjr
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.17.2007 at 04:24AM PDT, ID: 19107261

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32