I need to make a machine on my home network use a static ip address. It’s a linux box.
My question is can I make just my linux box use a static ip address where the rest of my network (which is comprised of all windows machines linked up to a router) uses dynampic ip’s?
It not so much the info on configuring the linux box to use a static ip it’s just i’m confused – does my whole network have to use a static ip if I want to use a static ip on one box?
Many thanks
your router is probably running a dhcp server, so you should set your linux box to an ip which is not covered by the dhcp range of your router.
See
man interfacesfor information about how to set the static ip for your debian.Regards