Questions tagged [ip]

IP or Internet Protocol. Use this tag for questions about IP addresses or configuration, or the protocol as applied to Ubuntu.

A protocol, or set of rules, for transmitting data over a network. IP does not describe how a network is physically set up, but instead how data are to be encoded to be transmitted over an existing physical network. IP handles packets from a source host to a destination host. It facilitates communicating between computers ("nodes") on interconnected networks, even when they are not on the same local network as each other, by routing data through the connections (or "gateways") between networks. This makes internetworking, including the global Internet, possible.

There are two versions of the Internet Protocol in use: IPv4 and IPv6. Most of the Internet still uses IPv4. Computers can be configured to use both, even on the same network interface, though most residential ISP's don't assign IPv6 addresses.

An IP address is a computer or other device's address on the network. An IPv4 address, often called just an "IP address," consists of 4 octets separated by dots. Each octet ranges from 0 to 254. An IPv6 address consists 64 hexadecimal digits, separated by colons into 8 groups of 8.

This tag is appropriate for questions about obtaining, assigning, or querying information about IP addresses and configuration in Ubuntu, or any other Ubuntu-related questions about the Internet Protocol. For Internet questions that are not about IP or IP addresses, use . For non-IP-related networking questions, use .

570 questions
2
votes
1 answer

Show IP/MAC-address , running time/DNS server and logged in user name on desktop screen

Is there a way to show the following things on the Desktop? Not like a warning but like text in the right top corner, not where the hour and network connections are in the panel, but really on the desktop. Like on top of the wallpaper. IP…
RUS
  • 73
2
votes
1 answer

Why is my ubuntu ip always changing?

I have my ubuntu running in a hyper-v vm instance which I access the default apache website from the windows 10 host. everything works great but very often the ubuntu ip is changing I dont know why... I run: ip addr show to confirm it was…
RollRoll
  • 159
1
vote
2 answers

How to block IPs by generating range?

I have a lot of DDOS attacks lately and given only the attackers IP. I want to block them via IPtables. Every time the range of IPs is the same but the actual IPs are different. How can I create the proper range of IPs so I can block them via…
1
vote
0 answers

iMac IP address for remote access to server

I need to provide IP address for iMac desktop for remote access to server; could you please suggest which IP address should I provide? Admins-iMac-3:~ 3052$ ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | head -1 | awk '{…
0
votes
0 answers

Problem with inet address that shows local ip

recently i installed Ubuntu to my computer, and I'm facing a problem that i can't find answer in Google, when i write ifconfig in the terminal it shows my inet ip address as 10.0.0.15 instead of a normal ip address look here wlan0 Link…
Ziroff
  • 1
0
votes
1 answer

Problem setting up static IP ubuntu 16.04

I tried setting up a static IP firstly editing and adding a connection with no luck. Then I did [this][1] Now the connection appears but the internet is not working. These are the steps I followed and my current configuration…
Jab
  • 71
0
votes
1 answer

Can i change my public IP address multiple times in a specified amount of time without losing connection?

i wonder if i am able to change the public IP address via Terminal and not losing connection, for some reasons I'd prefer writing a program to change the public IP address multiple times per unit of time, is that possible?
0
votes
1 answer

Why am I getting multiple IPs in Hostname -I

I am trying to get the local ip of the system using hostname -I. However, it is showing three IP addresses, instead of one. So, I would like to know what does more than one IP address signify? Also, I would like to understand how did my system could…
0
votes
1 answer

How to achieve resolving of the same hostname to different IP addresses based on location

I have personal webserver with ownCloud installed. This webserver has no public IP address because my internet connection does not offer it. I ordered virtual linux webserver with a public IP address and I use it just for port forwarding via SSH to…
user241281
  • 411
  • 1
  • 5
  • 14
0
votes
0 answers

The administrator has banned my IP address. What is problem

I am not a very experienced Ubuntu user, so I have to look up some information on the internet. Most of the links lead to http://ubuntuforums.org. But each time I try to open a page on this site, it says "Sorry. The administrator has banned your IP…
0
votes
1 answer

1 nic, looking for 2 external ip address's

Fairly new to linux in general, I know enough to be dangerous and thats why I wanted to ask this question here. I am wondering if this is possible. I have 1 nic card. I want to assign 2 ip address's to the same nic card. Neither are internal…
0
votes
1 answer

modem or mobile broadband showing differect ip address

my modem or mobile broadband is perfectly connects with internet but i unable to install anything via terminal in connection information it shows the IP address 115.243.74.182 but in termainal it shows this connecting to 192.168.100.3 whic is the…
user267144
  • 77
  • 3
  • 9
0
votes
2 answers

assigning new ip address

my girlfriend has the ip address to my computer and is getting onto my computer and stealing stuff. i use linux and was wondering if i could assign a new ip address other than thru my internet provider, which i will do if there is no other way. i…
0
votes
1 answer

static ip no internet

So I followed these steps to get static ip and lost connection sudo -s nano /etc/network/interfaces changed auto lo iface lo inet loopback to same as above with auto eth-d iface eth0 inet static address etc then reset networking
bob num
  • 11
0
votes
1 answer

Local addresses beginning with 127 not accessible via internet?

I am not running a firewall on Ubuntu 23.04. Is it safe to assume that the only ports I have accessible via the internet are 443, 80, and 22? netstat -lntu Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address …
1
2