I suppose posting the config would help...

YahooBB-Router#sh run
Building configuration...

Current configuration : 1779 bytes
!
! Last configuration change at 16:42:47 JST Wed Oct 30 2002
!
version 12.2
no service single-slot-reload-enable
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname YahooBB-Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$c9.a$lpUgd8kGiwWmFJ.yTpfAD.
!
clock timezone JST 9
ip subnet-zero
no ip finger
ip name-server x.x.x.x
ip dhcp excluded-address 192.168.1.1 192.168.1.15
!
ip dhcp pool PrivateNet
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server x.x.x.x
!
ip cef
no ip dhcp-client network-discovery
!
!
!
!
interface Ethernet0
description toLAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
load-interval 30
!
interface Ethernet1
description ToYahooBB_Modem
ip address dhcp
ip nat outside
no ip mroute-cache
load-interval 30
!
interface Serial0
no ip address
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip mroute-cache
shutdown
!
ip kerberos source-interface any
ip nat inside source list 101 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 ethernet 1
no ip http server
!
access-list 1 permit x.x.x.x 0.0.0.255
access-list 1 permit x.x.x.x 0.0.0.255
access-list 1 deny any log
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
!
!
line con 0
exec-timeout 500 0
transport input none
line aux 0
transport input all
line vty 0 4
access-class 1 in
exec-timeout 500 0
password 7 xxxxxxxxxxx
login
!
ntp clock-period 17180016
ntp server x.x.x.x
ntp server x.x.x.x
end

YahooBB-Router#


""Steven""  wrote in message
news:200210310447.EAA24091@;groupstudy.com...
> Got this weird problem with a 2514 I use as a broadband router. I connect
> the router to a DSL modem, but it doesn't get an IP address assigned. I
got
> the correct IOS, and have "ip address dhcp" configured on the outside
> interface.
> When I connect a PC directly to the DSL modem, it gets an IP address
without
> any problems... Of course I release the IP again before I disconnect the
PC.
> Also tried to statically assign the IP (obtained by DHCP with a PC) to my
> router, and everything works just fine... But my provider changes the IP
> every 24hrs.
> :-(
>
> I have other routers (not 2500s), but didn't have the time yet to try with
> those. Wonder if any of you got similar problems and knows what is wrong?
>
> Here is some debug output, FWIW....
>
> YahooBB-Router#
> Oct 30 18:56:13 JST: DHCP: DHCP client process started:
> Oct 30 18:56:17 JST: DHCP: Shutting down from get_netinfo()
> Oct 30 18:56:17 JST: DHCP: Attempting to shutdown DHCP Client
> Oct 30 18:56:18 JST: DHCP: allocate request
> Oct 30 18:56:18 JST: DHCP: new entry. add to queue
> Oct 30 18:56:18 JST: DHCP: SDiscover attempt # 1 for entry:
> Oct 30 18:56:18 JST: DHCP: SDiscover: sending 298 byte length DHCP packet
> Oct 30 18:56:18 JST: DHCP: SDiscover 298 bytes
> Oct 30 18:56:21 JST: DHCP: SDiscover attempt # 2 for entry:
> Oct 30 18:56:21 JST: DHCP: SDiscover: sending 298 byte length DHCP packet
> Oct 30 18:56:21 JST: DHCP: SDiscover 298 bytes
> Oct 30 18:56:24 JST: DHCP: SDiscover attempt # 3 for entry:
> Oct 30 18:56:24 JST: DHCP: SDiscover: sending 298 byte length DHCP packet
> Oct 30 18:56:24 JST: DHCP: SDiscover 298 bytes [OK]
> YahooBB-Router#
> YahooBB-Router#%Unknown DHCP problem.. No allocation possible




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=56574&t=56573
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to