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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2610 pppoe problems

Status
Not open for further replies.

Pikoro

IS-IT--Management
Joined
Jul 1, 2004
Messages
2
Location
JP
Fairly new to cisco equipment. Anyways, I got a 2610 set up with a NM-1FE-TX installed. FE is plugged into my "dsl modem" and E0/0 is plugged into my LAN.

Nat is running, dhcp is running, all the clients can access the internet, however, some sites just don't show up anymore. can't hit microsoft.com, ebay.com, and my company's mail server (only tested these few common sites). Other than the router, nothing else on the network has changed.

I have tried adjusting the mtu, mss, etc... same thing. Nobody on the internal network can pull their email from the corporate mail server anymore...

Can anyone give me a clue as to what might be the problem?

Router#show version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-BINO3S3-M), Version 12.3(6), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 11-Feb-04 19:24 by kellythw
Image text-base: 0x80008098, data-base: 0x8186BAB4

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)

Router uptime is 1 day, 2 hours, 9 minutes
System returned to ROM by reload
System image file is "flash:c2600-bino3s3-mz.123-6.bin"

cisco 2610 (MPC860) processor (revision 0x203) with 61440K/4096K bytes of memory
.
Processor board ID JAD03483920 (2202244429)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
 
i added this line "ip tcp adjust-mss 1452" to all the eth and fasteth interface, and it work, did not have time to filter out which interface do not require it.


One Question, I though only nm-1e and nm-4e can be use in 2600, do you get 100MBPS for nm-1fe?
 
Turns out it was an easy fix. Had to add ip tcp adjust-mss 1414 and ip mtu 1454 to the Dialer1 interface.

Works like a champ now.

Yes, I have a 2610 and the NM1FE-TX shows up as Interface FastEthernet1/0

Connects at 100Mb full duplex.

interface FastEthernet1/0
description Outside Interface
no ip address
no ip unreachables
load-interval 30
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
 
Hmm..

This is intresting, i never know nm-1fe are support in 2600 series router..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top