thekidcisco
Technical User
Q) How do I configure my Cisco-803 to receive it's IP from a DHCP server? There is only one active interface and that is E0 (ethernet 0).
This is what I have done thus far-
!
no ip subnet-zero
ip dhcp relay information policy keep
!
ip dhcp pool cable
network x.0.0.0 x.0.0.0
default-router x.x.x.x
dns-server x.x.x.x x.x.x.x x.x.x.x
domain-name my.isp.net.au
lease infinite
!
no ip finger
!
!
!
interface Ethernet0
no ip address
ip helper-address x.x.x.x
!
Q) What a I missing? Is there anything stupid I'm not looking into? I see the ethernet0 counters increase so it's receiving some sort of broadcast stuff, yet there is not DHCP address given to E0 !!! Please help!!!
This is what I have done thus far-
!
no ip subnet-zero
ip dhcp relay information policy keep
!
ip dhcp pool cable
network x.0.0.0 x.0.0.0
default-router x.x.x.x
dns-server x.x.x.x x.x.x.x x.x.x.x
domain-name my.isp.net.au
lease infinite
!
no ip finger
!
!
!
interface Ethernet0
no ip address
ip helper-address x.x.x.x
!
Q) What a I missing? Is there anything stupid I'm not looking into? I see the ethernet0 counters increase so it's receiving some sort of broadcast stuff, yet there is not DHCP address given to E0 !!! Please help!!!