View previous topic :: View next topic |
Author |
Message |
deathraccoon Tux's lil' helper

Joined: 27 Jan 2015 Posts: 90
|
Posted: Sun Oct 04, 2015 1:57 pm Post subject: [solved]assigning static ip's |
|
|
How do I assign a static ip to a device? I am talking specifically about the Ceton Infnitv4 cable tuner.
Last edited by deathraccoon on Tue Oct 06, 2015 5:13 pm; edited 1 time in total |
|
Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 10790 Location: Somewhere over Atlanta, Georgia
|
Posted: Sun Oct 04, 2015 2:47 pm Post subject: |
|
|
There are two ways:- If the device can use DHCP, then you can program your DHCP server to assign a static IP address in response to the device's request. This is usually handled via MAC address. However, some DHCP servers on cheap routers don't have this capability.
- By manually configuring the device. The device may have a configuration interface (most do) where the IP adress can be configured.
Either way, you need to manage the IP address assignments to make sure you don't issue the same IP address to more than one device. You choose the manual IP address within your existing subnet but outside the range issued by DHCP. If you need more details beyond this, go ahead & ask.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
 |
deathraccoon Tux's lil' helper

Joined: 27 Jan 2015 Posts: 90
|
Posted: Tue Oct 06, 2015 5:12 pm Post subject: |
|
|
Problem fixed--- I use NetworkManager and so did not have dhcpcd running. I added that to rc, started the service, now the device in question has an address. Thanks though. |
|
Back to top |
|
 |
|