Link to home
Start Free TrialLog in
Avatar of c_hockland
c_hocklandFlag for Greece

asked on

Question in DSL Router

Hi , i have a DSL router from ATT&T and it was working just fine. After we wiped out the config and we entered it , workstations cannot get a valid IP , they get 169.254.x.y.
Any ideas ?

here is the config Current configuration : 3241 bytes
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname dslrouter
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console informational
enable secret 5 $1$5F0M$os66MKOMaptzg9jOdBP741
!
username admin privilege 15 secret 5 $1$EJXV$g1HiDSIIB/tMJZyww0lSN.
username llbladmin privilege 15 secret 5 $1$SWRx$hE9IHcpzBH8GhDr.otBl31
clock timezone PCTime -6
clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip source-route
!
!
ip cef
!
!
ip tcp synwait-time 10
no ip bootp server
ip domain name sbcglobal.net
ip name-server 151.164.1.8
ip name-server 151.164.11.201
ip ips po max-events 100
vpdn enable
!
vpdn-group pppoe
 request-dialin
  protocol pppoe
!
no ftp-server write-enable
!
!
!
!
!
!
bba-group pppoe global
!
!
interface ATM0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no atm ilmi-keepalive
 pvc 0/35
  protocol pppoe
 !
 dsl operating-mode auto
!
interface BRI0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 shutdown
 no cdp enable
!
interface FastEthernet0
 description $ES_LAN$$FW_INSIDE$$ETH-LAN$
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
 duplex auto
 speed auto
!
interface FastEthernet1
 no ip address
Avatar of kdearing
kdearing
Flag of United States of America image

DHCP is not set up.

Assuming this is a Cisco router, this link will show you how:
http://www.routergeek.net/content/view/37/37/

Cisco link:
http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfdhcp.html
Avatar of c_hockland

ASKER

it is a cisco router and it is plugged in porrt 4/38 on my core switch which is on the same vlan where my DHCP server is .
DHCP is handled by your server, OK
I also just noticed that NAT is not configured.

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094e77.shtml
well , sbcglobal sent me these settings

dslrouter(dhcp-config)#network 65.66.117.225 255.255.255.0
dslrouter(dhcp-config)#dns-server 151.164.1.8
dslrouter(dhcp-config)#default-router 65.66.117.230
dslrouter(dhcp-config)#domain sbcglobal.net
dslrouter(dhcp-config)#end

so i added them and someone tomo morning will test ( this is a remote site)

now they gave me a range 65.66.117.225 - .229
and i am not sure if i entered it right.... actually i know i did wrong cause my subnet mask is /24
btw , it is
Cisco 1801 (MPC8500) processor (revision 0x200) with 118784K/12288K bytes of memory.
Processor board ID FHK09262006, with hardware revision 0000

9 FastEthernet interfaces
1 ISDN Basic Rate interface
1 ATM interface
31360K bytes of ATA CompactFlash (Read/Write)
ASKER CERTIFIED SOLUTION
Avatar of kdearing
kdearing
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial