answersLogoWhite

0

The hostname of my main computer running Ubuntu 13.04 is rodney@downstairs. rodney is my user name, and downstairs is the host name of my computer. To find your IP address, open a terminal (Ctrl + Alt + Tare the shortcut keys I like using) and type: ifconfig and press Enter. Your IP address may look something like: 192.168.1.x (x being a unique number to identify each computer or device on a network).

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Command to find ipaddress if you have hostname?

ping hostname or nslookup hostname For more details: http://www.zilckh.com/how-to-find-ip-address-from-hostname-in-a-windows-system-using-command-line/


How can an IP address for a network device be assigned to a particular network?

Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/1Admin(config-if)#ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/1Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable secret cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248Router(config)# hostname AdminAdmin(config)# enable password cangetinAdmin(config)# interface fa0/0Admin(config-if)# ip address 192.168.1.22 255.255.255.248


How can you check the hostname in Linux?

The hostname (the name of the computer) can be found in most Linux distributions by issuing the hostname command without arguments. Alternatively, you can view the contents of /etc/hosts. The hostname will be listed next to the IP address 127.0.1.1.


What protocol provides a field for the IP address?

A DHCP server assigns the computer the IP address, while the DNS servers are responsible for providing names and lookup addresses when a computer requests the IP address of a hostname.


How you use ping in Linux?

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


how to run command to ping 1000 times?

To ping a host 1,000 times, you can use the command line in your operating system. On Windows, open Command Prompt and type ping -n 1000 [hostname or IP address], replacing [hostname or IP address] with the target you want to ping. On Linux or macOS, use the command ping -c 1000 [hostname or IP address]. This will send 1,000 echo requests to the specified host.


How do you display the host name and ip address using Servlets?

The host name and the ip address is present in the HttpRequest object. Usually it is passed as an argument to the doXXX methods. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { // Get client's IP address String ipAddress = req.getRemoteAddr(); // Get client's hostname String hostname = req.getRemoteHost(); }


How do you block people on Hotmail?

on the very right hand side of your hotmail account you will see a button "options" this will give you a menu, at the bottom of this menu there is an option " more options" This will lead you to a page an there you will find a section called "Junk Email" in this section there is a subsection called "safe and blocked Senders" if you go into this section you will see a small section called "blocked Senders" in here you can add the address of anyone you want to block


What is used to resolve a hostname to an IP address?

DNS Server (Domain Name System) resolves Hostnames to IP Addresses in Internet.HOSTS file in Windows computers is responsible for resolution of hostnames to ip addresses.


Which DNS record associates a host to an IP address?

The A RECORD is the record that points a domain name to an IP. The MX RECORD is the record that points the email for a domain to mailserver hostname.


What do you do if your minecraft server says cannot resolve hostname?

Try to type in the IP address manually to make sure you write it correctly.


Do isp provide static IP addresses?

Yes, but typically for a fee. Alternatively, you could use a dynamic DNS service which ties your global IP address (the address assigned to you by the ISP) to a hostname/domain name. This typically is accomplished by a small piece of software you can install on a computer on your network that keeps track of your IP address (since non-static IPs can change) and creates a DNS entry with the hostname and IP address.