Hi all,
I have a customer who has a Vodafone sure signal box, now to get this box working, you cant statically assign an IP to it, it uses DHCP, we dont enable DHCP on their LAN for various reasons, what I have done is logged on to the Cisco and created a DHCP pool and assigned it to a hardware (MAC) address of the sure signal box.
So command is
ip dhcp pool xyz
host 10.0.0.120 255.255.255.0
hardware address 000f.fe83.bca9 (example)
dns-server 8.8.8.8 8.8.4.4
Since doing that, with the device unplugged, from the Cisco I cannot ping that IP, once he plugs it in and does it stuff, the binding seems to be working as I can ping that IP address then, only problem the box doesnt seem to be picking up a signal although its pingable so network communication has been prooved.
Now before I done this I tried enabling a small dhcp server on their Cisco, with a pool size of 3 addresses, and it worked, it dished out the IP to the sure signal box, however, because of their network, they had issues with other workstations so I had to take dhcp server off the Cisco, that's when I then started at the static IP > MAC binding.
When it was working, we didn't have to create any firewall rules or NAT policies on their central DC hosted firewall (as they are on a private network), it just worked, but doesnt seem to be connecting to vodafone or what ever with the MAC binding method, but network connectivity is there
Any idea's what could be going wrong?
I have a customer who has a Vodafone sure signal box, now to get this box working, you cant statically assign an IP to it, it uses DHCP, we dont enable DHCP on their LAN for various reasons, what I have done is logged on to the Cisco and created a DHCP pool and assigned it to a hardware (MAC) address of the sure signal box.
So command is
ip dhcp pool xyz
host 10.0.0.120 255.255.255.0
hardware address 000f.fe83.bca9 (example)
dns-server 8.8.8.8 8.8.4.4
Since doing that, with the device unplugged, from the Cisco I cannot ping that IP, once he plugs it in and does it stuff, the binding seems to be working as I can ping that IP address then, only problem the box doesnt seem to be picking up a signal although its pingable so network communication has been prooved.
Now before I done this I tried enabling a small dhcp server on their Cisco, with a pool size of 3 addresses, and it worked, it dished out the IP to the sure signal box, however, because of their network, they had issues with other workstations so I had to take dhcp server off the Cisco, that's when I then started at the static IP > MAC binding.
When it was working, we didn't have to create any firewall rules or NAT policies on their central DC hosted firewall (as they are on a private network), it just worked, but doesnt seem to be connecting to vodafone or what ever with the MAC binding method, but network connectivity is there
Any idea's what could be going wrong?
Last edited: