answersLogoWhite

0

swagg

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


How do you get the IP address in Linux?

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


If you register for a website can your IP address be found?

Yes, unless you are using some sort of anonymizer to redirect your requests.


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.


How can you change your IP of facebook?

The IP you use is not related to facebook; it is a number assigned to your computer, or to the ISP. There is really no need to change it. If you want to stay anonymous, there are some services that redirect Internet traffic. Thus, instead of your own IP address, some other IP address will appear. But I believe it isn't worth the trouble.The IP you use is not related to facebook; it is a number assigned to your computer, or to the ISP. There is really no need to change it. If you want to stay anonymous, there are some services that redirect Internet traffic. Thus, instead of your own IP address, some other IP address will appear. But I believe it isn't worth the trouble.The IP you use is not related to facebook; it is a number assigned to your computer, or to the ISP. There is really no need to change it. If you want to stay anonymous, there are some services that redirect Internet traffic. Thus, instead of your own IP address, some other IP address will appear. But I believe it isn't worth the trouble.The IP you use is not related to facebook; it is a number assigned to your computer, or to the ISP. There is really no need to change it. If you want to stay anonymous, there are some services that redirect Internet traffic. Thus, instead of your own IP address, some other IP address will appear. But I believe it isn't worth the trouble.


How do you change your IP address in Linux?

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


Using command prompt how do you find your ip address?

Answer In the Windows command prompt, type "ipconfig". That will list basic information, including your IP address, of all your network interfaces. Be warned this will only return you your local IP address. That means if you're on a LAN, then you'll get the IP address of that network and not your WAN IP address. *************************** Note: It is "ifconfig" on a Linux operating system.


How you use ping in Linux?

ping [hostname] or ping [IP address]For example:ping wiki.answers.comorping 127.0.0.1


What is the ip address of linerider.com?

This may change.If you are Windows open Command Prompt and type ping linerider.com. Do the same on Linux but just with the shell.From both you will see an IP number such as 1.2.3.4. That will be the IP address of the web server hosting the site.


What command you will see from linux which is the machine's IP address?

ifconfig is the usual favorite for looking at the configuration of network interfaces. IT'll provide detailed information about them all, not the least of which is any assigned IP address.