Tagged Questions
0
votes
2answers
44 views
Changing IP address of current server
I have VM with IP address 10.10.10.99 how do I change the IP address to something else for e.g. 10.10.10.100 ? I have pinged to 10.10.10.100 and there is no such server in the network. Is there any ...
0
votes
2answers
57 views
Server reverts to DHCP from time to time
I have an Ubuntu 10.04 server with static IP address configuration:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
...
1
vote
5answers
2k views
How to list all the ip addresses of a server
When I type ifconfig, I see that my server has an new ip address each day. The ip addresses belong to a set of ip addresses.
How do I find out all the ip addresses of my server?