answersLogoWhite

0

If your router assigns IP addresses via DHCP, it is better to configure the router to pre-assign IP addresses to certain hostnames.

If you do not have a DHCP server running in your router, you can specify an IP address for a network interface with the ifconfig command. For example:

ifconfig eth0 192.168.20.10

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you redirect an IP address in Linux?

swagg


How do you set up the ip address of lan card in Linux?

ifconfig <if device> inet <ip address>


Explain what an IP address in Linux?

An IP address is the same thing whether you use Linux, Windows, OS X, Haiku, ReactOS, DOS, UnixWare, etc. An IP address is a "unique" identifier for a host on a network.


How do you request an IP address from a DHCP server in Linux?

1. dhclient -r This releases the current IP address lease 2. dhclient This requests a new IP address.


Can you keep your Gmail address if you change IP?

You can change your Gmail address after you change your IP. You however do not need to do that. It is because gmail is independent of IP address.


How do you get the IP address in Linux?

Run /sbin/ifconfig or on the terminal jst type: ifconfig -a


How do you change the IP address on HP 2420 printer?

Menu > Configure Device > I/O > Embedded JetDirect Menu > TCP/IP > Manual Settings > IP Address


How would a technician permanently change the IP address of an Ethernet card on a Red Hat Linux PC?

Command to change the IP address on Linux is ifconfig.Run ifconfig to find the interface name for the connected Ethernet card. If there is only on ethernet card present on your system then the interface name would be eth0. If there are more than one Ethernet cards present on your machine then they interface names will be ethn.Once you have figurred out the interface name then ifconfig command can be used to modify the IP address$ ifconfig eth0 upeg$ ifconfig eth0 192.168.1.100 upWould assign new IP address to eth0


Is there a program that automatically changes your IP address?

There is no program to change your ip address. Your ip address is given to you by your internet service provider.


How do you change your external IP address?

change it.


Does your IP Address chage when you change computers even though you havent changed where the computer is connected?

It depends on how your computer gets its ip address. If you have a static ip address. The answer is no, your ip address does not change. If you have a DHCP server in your network mostly likely you will get another ip address when you change your computer. There are some tricks but it's a too long story.


What utility would you use on a Linux Operating system to find your IP address?

type on a Linux terminal: ifconfig Note: it is ipconfig in Windows.