Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco router and adsl WIC

Status
Not open for further replies.

gregworcester

IS-IT--Management
Mar 11, 2009
43
US
thanks for the response burtsbees.

I tried your suggestion, nothing.
Begining to suspect that speedstream adsl modem.
I do have a ADSL-WIC card in the router.
Any chance of getting a sample of your config?
Here is my most recent config that does not work.
The only other thing I can think of is maybe I need
client-id on the fa0/0 after dhcp?

ip dhcp excluded-address 192.168.0.2 192.168.0.101
ip dhcp excluded-address 192.168.0.249 192.168.0.254
!
ip dhcp pool whitepine
import all
network 192.168.0.0 255.255.255.0
default-router 192.168.0.101
dns-server 69.24.0.2 69.24.8.2
!
!
interface ATM0/0
mac-address 0007.eb78.10c0
bandwidth 3000
no ip address
no ip redirects
no ip unreachables
ip route-cache flow
shutdown
no atm ilmi-keepalive
atm ilmi-pvc-discovery
dsl operating-mode auto
dsl enable-training-log
!
interface ATM0/0.35 point-to-point
ip address dhcp client-id FastEthernet0/0
no ip redirects
no ip unreachables
ip accounting output-packets
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc 0/35
encapsulation aal5snap
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly
speed auto
half-duplex
!
interface FastEthernet0/1
ip address 192.168.0.101 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
no mop enabled
!
router rip
version 2
network 192.168.0.0
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit any
 
I'd go on the LAN side. I still don't see where you're logging on. No CHAP statement.

If you want, I can post a config from a working 877 (obscured logon ID and password). Should be pretty close.

[the other] Bill
 
Hello
You need to hook-up the PC to the LAN side.I only ask about the modem to confirm that the connection is a fully working one.Also with the modem what settings were you using for encapsulation?
In any case the dedicated PC should be able to ping it DNS server and resolve names before you can browse.When you hook up the PC to the LAN.Please post a "show ip nat translation" ,after you ping the 4.2.2.2 and ping show see the PC ip address being NAT.Also post a "ipconfig" from Windows XP CMD (dos prompt) so as to see if the PC is getting all the IP information.

Regards
 

This is from an 877 router installed last December. Screwed-up by me, fixed by unclerico and Burtbees. Hope this helps.


Building configuration...

Current configuration : 1900 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.151 192.168.1.253
!
ip dhcp pool sdm-pool1
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
!
ip name-server 151.164.8.201
ip name-server 66.73.20.40
!
!
!
username [omitted] privilege 15 secret [expletive deleted]
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname [loginID omitted]
ppp chap password 0 [password omitted]
ppp pap sent-username [username omitted] password 0 [password omitted]
ppp ipcp dns request
ppp ipcp wins request
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
ip http server
ip http authentication local
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end



[the other] Bill
 

Hello

Paying attention now. Don't have the wife running at me asking what is wrong with the internet.
Have everthing hooked up as you asked with output below.
Could you let me know if I have the access list applied on the right interface and in
the right direction.
I am assuming I am authenticated with my ISP as I am getting am address.
Not sure I know what you mean as far as encapsulation.
My Lan has a 2900 and 2950 switch. I have a trunk formed on port 1 of both of those.
Are you referring to something like that?

From the router:

WP2621#sh ip int bri
Interface IP-Address OK? Method Status Protocol
ATM0/0 unassigned YES NVRAM up up
ATM0/0.35 216.107.224.117 YES DHCP up up
FastEthernet0/0 unassigned YES DHCP up up
FastEthernet0/1 192.168.0.101 YES NVRAM up up
NVI0 unassigned NO unset up up


WP2621#ping 4.2.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/36/36 ms
WP2621#ping google.com
Translating "google.com"...domain server (206.34.181.15) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 209.85.171.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 112/114/116 ms
WP2621#

From the Client:

Windows IP Configuration

Host Name . . . . . . . . . . . . : intel
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : seg.net

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : seg.net
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethernet NIC
Physical Address. . . . . . . . . : 00-0D-61-06-03-61
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.104
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.101
DHCP Server . . . . . . . . . . . : 192.168.0.101
DNS Servers . . . . . . . . . . . : 69.24.0.2
69.24.8.2
Lease Obtained. . . . . . . . . . : Sunday, March 15, 2009 7:33:54 AM
Lease Expires . . . . . . . . . . : Monday, March 16, 2009 7:33:54 AM

C:\Documents and Settings\Administrator>ping 4.2.2.2

Pinging 4.2.2.2 with 32 bytes of data:

Reply from 4.2.2.2: bytes=32 time=33ms TTL=245
Reply from 4.2.2.2: bytes=32 time=28ms TTL=245
Reply from 4.2.2.2: bytes=32 time=28ms TTL=245
Reply from 4.2.2.2: bytes=32 time=29ms TTL=245

Ping statistics for 4.2.2.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 28ms, Maximum = 33ms, Average = 29ms

C:\Documents and Settings\Administrator>ping google.com
Ping request could not find host google.com. Please check the name and try again.


C:\Documents and Settings\Administrator>nslookup 4.2.2.2
Server: ns1.ncia.net
Address: 69.24.0.2

*** ns1.ncia.net can't find 4.2.2.2: Server failed

C:\Documents and Settings\Administrator>nslookup google.com
Server: ns1.ncia.net
Address: 69.24.0.2

*** ns1.ncia.net can't find google.com: Server failed

C:\Documents and Settings\Administrator>


Output of WIC coming up:

*Mar 8 01:05:15.751: DSL(ATM0/0): Sent command 0x3
*Mar 8 01:05:18.251: DSL(ATM0/0): 1: Modem state = 0x8
*Mar 8 01:05:20.751: DSL(ATM0/0): 2: Modem state = 0x8
*Mar 8 01:05:23.251: DSL(ATM0/0): 3: Modem state = 0x10
*Mar 8 01:05:25.751: DSL(ATM0/0): 4: Modem state = 0x10
*Mar 8 01:05:28.251: DSL(ATM0/0): 5: Modem state = 0x10
*Mar 8 01:05:29.863: DSL: Received response: 0x24
*Mar 8 01:05:29.863: DSL: Showtime!
*Mar 8 01:05:29.867: DSL(ATM0/0): Sent command 0x11
*Mar 8 01:05:29.871: DSL: Received response: 0x61
*Mar 8 01:06:33.971: ATM0/0: dslsar_bringup_interface: Interface and atm_db flags are UP
*Mar 8 01:06:35.971: %LINK-3-UPDOWN: Interface ATM0/0, changed state to up
*Mar 8 01:06:35.971: dslsar_atm_lineaction(ATM0/0): state=4
*Mar 8 01:06:36.971: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0/0, changed state to up
*Mar 8 01:06:42.251: dslssar_init_tcq: Initializing TCQ
*Mar 8 01:06:42.251: dslsar_init_txring_params: default tx-ring setting is selected for vpi/vci = 0/35
*Mar 8 01:06:42.251: ATM0/0:dslsar_init_tx_chan_desc_per_vc, vcd = 1, addr = 0x00011040, size = 64
*Mar 8 01:06:42.251: ATM0/0 dslsar_vc_setup: vcd 1
*Mar 8 01:06:42.251: CONFIGURING(ATM0/0) VC 1 (0/35) IN TX SCHEDULE TABLE SET 0
*Mar 8 01:06:42.255: (ATM0/0)Forcing Peakrate and Avgrate to: 160
*Mar 8 01:06:42.255: (ATM0/0)Requested QoS: Peakrate = 160, Avgrate = 160, Burstsize =0
*Mar 8 01:06:42.255: (ATM0/0)Configuring VC 1: slot 0 in TST 5
*Mar 8 01:06:42.255: (ATM0/0) SUCCESSFUL CONFIGURATION OF VC 1 (0/35), QOS Type 4
*Mar 8 01:06:42.259: dslsar_setup_cos(ATM0/0): vc:1 wred_name:- max_q:0
*Mar 8 01:06:42.259: ATM0/0: vcd = 1, max_tx_time = 13410
*Mar 8 01:06:42.263: ATM0/0:check_lockup: scc = 0 output_qcount = 0,head:(s)0, 0,
addr = (s)0x0, 0x0, count (s)145, 145
*Mar 8 01:06:42.263: ATM0/0:check_lockup: scc = 1 output_qcount = 0,head:(s)15, 6,
addr = (s)0x82BB828C, 0x82E4B874, count (s)101, 130
*Mar 8 01:06:52.199: ATM0/0:check_lockup: scc = 0 output_qcount = 0,head:(s)0, 0,
addr = (s)0x0, 0x0, count (s)145, 145
*Mar 8 01:06:52.199: ATM0/0:check_lockup: scc = 1 output_qcount = 0,head:(s)6, 9,
addr = (s)0x82E4B874, 0x0, count (s)130, 130
*Mar 8 01:07:02.151: ATM0/0:check_lockup: scc = 0 output_qcount = 0,head:(s)0, 0,
addr = (s)0x0, 0x0, count (s)145, 145
*Mar 8 01:07:02.151: ATM0/0:check_lockup: scc = 1 output_qcount = 0,head:(s)9, 9,

From the router:

WP2621#sh ip nat trans
Pro Inside global Inside local Outside local Outside global
icmp 216.107.224.117:512 192.168.0.104:512 4.2.2.2:512 4.2.2.2:512
udp 216.107.224.117:1026 192.168.0.104:1026 69.24.0.2:53 69.24.0.2:53
udp 216.107.224.117:1026 192.168.0.104:1026 69.24.8.2:53 69.24.8.2:53
WP2621#


Config:

ip dhcp excluded-address 192.168.0.2 192.168.0.101
ip dhcp excluded-address 192.168.0.249 192.168.0.254
!
ip dhcp pool whitepine
network 192.168.0.0 255.255.255.0
default-router 192.168.0.101
dns-server 69.24.0.2 69.24.8.2
domain-name seg.net
!
interface ATM0/0
mac-address 0007.eb78.10c0
bandwidth 3000
no ip address
no ip redirects
no ip unreachables
ip route-cache flow
no atm ilmi-keepalive
atm ilmi-pvc-discovery
dsl operating-mode auto
dsl enable-training-log
!
interface ATM0/0.35 point-to-point
ip address dhcp client-id FastEthernet0/0
no ip redirects
no ip unreachables
ip accounting output-packets
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc 0/35
encapsulation aal5snap
!
!
interface FastEthernet0/0
ip address dhcp
ip access-group 1 out
ip nat outside
ip virtual-reassembly
speed auto
half-duplex
!
interface FastEthernet0/1
ip address 192.168.0.101 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
no mop enabled
!
ip route 0.0.0.0 0.0.0.0 216.107.224.1
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface ATM0/0.35 overload
!
access-list 1 permit 192.168.0.0 0.0.0.255


 
Hello
Wer'e getting close!The big problem is your DNS servers aren't resolving names.Try 2 troubleshooting methods first put "import all" under your DHCP pool and remove the command "dns-server 69.24.0.2 69.24.8.2" your router will get the correct DNS servers from your ISP and pass them on to the clients,check Windows XP with ipconfig and nslookup.Second step if the above doesn't work change your DNS servers with the dns server command to some know good server,as said before 4.2.2.2 is a valid server.
To keep things simple leave out the trunks.We need the router connected to one switch and the switch to the PC.No trunks or VLANs.
Why is the fastethernet0/0 interface"up"?what is a connected to?It would be best to put it in "shut"
About the encapsulation your ISP will normally let you know,what kind of encapsution their are using aal5mux or aal5snap etc. You should check with them for all of these detail.In any case layer 1 to 3 seems to be OK.
Regards
 
Minue

My ISP sent me the atm snippet.
From the looks of it the ATM interface has the mac of the fa0/0, which grabs the dhcp for the lan?
Or did they make this more complicated than it needs to be.
The wife is going shopping and I will be testing shortly.

interface ATM0/0
mac-address 0007.eb78.10c0
bandwidth 3000
no ip address
no ip redirects
no ip unreachables
no atm ilmi-keepalive
atm ilmi-pvc-discovery
dsl operating-mode auto
dsl enable-training-log
!
interface ATM0/0.35 point-to-point
ip address dhcp client-id FastEthernet0/0
no ip redirects
no ip unreachables
ip accounting output-packets
ip nat outside
ip virtual-reassembly
no snmp trap link-status
atm route-bridged ip
pvc 0/35
encapsulation aal5snap
!
!
interface FastEthernet0/0
ip address dhcp
ip access-group 1 out
ip nat outside
ip virtual-reassembly
speed auto
half-duplex
 
Minue

IT WORKED!
This is coming from the WIC card.
It took out the dns serves and the ip namservers
and it came right up.

From Client:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : intel
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : seg.net

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : seg.net
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethernet NIC
Physical Address. . . . . . . . . : 00-0D-61-06-03-61
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.103
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.101
DHCP Server . . . . . . . . . . . : 192.168.0.101
DNS Servers . . . . . . . . . . . : 206.34.181.15
206.34.181.16
Lease Obtained. . . . . . . . . . : Sunday, March 15, 2009 3:43:22 PM
Lease Expires . . . . . . . . . . : Monday, March 16, 2009 3:43:22 PM

C:\Documents and Settings\Administrator>ping 4.2.2.2

Pinging 4.2.2.2 with 32 bytes of data:

Reply from 4.2.2.2: bytes=32 time=28ms TTL=245
Reply from 4.2.2.2: bytes=32 time=29ms TTL=245
Reply from 4.2.2.2: bytes=32 time=29ms TTL=245
Reply from 4.2.2.2: bytes=32 time=29ms TTL=245

Ping statistics for 4.2.2.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 28ms, Maximum = 29ms, Average = 28ms

C:\Documents and Settings\Administrator>ping google.com

Pinging google.com [74.125.45.100] with 32 bytes of data:

Reply from 74.125.45.100: bytes=32 time=54ms TTL=241
Reply from 74.125.45.100: bytes=32 time=55ms TTL=241
Reply from 74.125.45.100: bytes=32 time=53ms TTL=241
Reply from 74.125.45.100: bytes=32 time=54ms TTL=241

Ping statistics for 74.125.45.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 53ms, Maximum = 55ms, Average = 54ms

C:\Documents and Settings\Administrator>ping google.com

Pinging google.com [74.125.45.100] with 32 bytes of data:

Reply from 74.125.45.100: bytes=32 time=58ms TTL=241
Reply from 74.125.45.100: bytes=32 time=51ms TTL=241
Reply from 74.125.45.100: bytes=32 time=52ms TTL=241
Reply from 74.125.45.100: bytes=32 time=57ms TTL=241

Ping statistics for 74.125.45.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 51ms, Maximum = 58ms, Average = 54ms

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : intel
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
 
Now I can tweak and harden the router up a bit.
Thank you so much for your help.
You guys are great. This has also been a great
learning opportunity for me.
 
Looks to me like there was enough work from Minue to give him a "thanks" and a star.

[the other] Bill
 
Your'e welcome!!! The next time around pay more attention and give good feedback,Without good feedback troubleshooting for us is next to impossible.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top