Tagged Questions
0
votes
0answers
32 views
Cloud services, Public IPs and SIP [closed]
I'm trying to run a custom SIP software (which uses JAIN SIP 1.2) on a cloud box. What I'd really like is to have a real public IP aka which is listed by "ifconfig -a" command. This is because atm I ...
0
votes
2answers
47 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
62 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?