GoDaddy VPS Network Configuration

On a GoDaddy VPS with CentOS 7 fresh install, I installed vm using install.sh

The network configuration has an internal IP but public IP is set on eth0:0, automatically.

I am able to access webmin after removing ipv6=1 line from /etc/webmin/miniserv.conf and restarting it.
The Re-check configuration passed without error.
I was able to create the first virtual server without error; but it used internal Ip.

But now, I am unable to access the server by dns (ns1.devlawn.com) or by its IP.

ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.198.21.142  netmask 255.255.252.0  broadcast 10.198.23.255
        ether 00:18:51:76:b1:e5  txqueuelen 0  (Ethernet)
        RX packets 183895  bytes 384823398 (366.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 108512  bytes 7572734 (7.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0:0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.169.139.136  netmask 255.255.255.255  broadcast 192.169.139.136
        ether 00:18:51:76:b1:e5  txqueuelen 0  (Ethernet)

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 0  (Local Loopback)
        RX packets 262  bytes 55465 (54.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 262  bytes 55465 (54.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
hostname -f
ns1.devlawn.com

Pls let me know if you need more info.....

Appreciate help.

Status: 
Active

Comments

bislinks's picture
Submitted by bislinks on Fri, 01/20/2017 - 19:02 Pro Licensee

Title: VPS need to restart webmin repeatedly » GoDaddy VPS Network Configuration
bislinks's picture
Submitted by bislinks on Fri, 01/20/2017 - 19:45 Pro Licensee

Update: Suddenly, webmin was down; had to restart.

bislinks's picture
Submitted by bislinks on Fri, 01/20/2017 - 21:14 Pro Licensee

Solved: Kind of!

Added the public IP as new shared IP address and set the public IP as the IP of domains. Working fine. But, still want to confirm if I did right or need to do something more...

Howdy -- hmm, it's tough to say why that may have fixed it exactly, as Webmin should always answer requests so long as it's listening on the IP address.

I'm wondering if restarting Webmin may have been what resolved it.

Do you happen to know what kind of VPS it is? Is it by chance running OpenVZ?

bislinks's picture
Submitted by bislinks on Sat, 01/21/2017 - 09:13 Pro Licensee

On a Self Managed plan! I chose to install CentOS 7.

Update: No OpenVZ.

There's a quick and easy way to determine that -- is there a file named /proc/user_beancounters? If so, can you paste in it's contents?