These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Network Interface on the new forum.
Still trying to resolve my initial issue.
I have a server, the ip is 123.123.123.123 The server is running webmin and virtualmin.
During virtualmin installation, I was told the network interface for virtual devices could not be detected and that I must define it manually.
I have 3 network interfaces:
lo 127.0.0.1 venet0 127.0.0.1 venet0:0 123.123.123.123
Which do I choose?
Continuing...
I chose venet0.
Installation went smoothly.
I created a virtual server, virtualservertest.com. No errors.
I point my web browser to www.virtualservertest.com and it is unable to connect.
I go to my command line and type:
[/]# nslookup
> virtualservertest.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: virtualservertest.com
Address: 127.0.0.1
>
Is this correct?
Answers I discovered:
<div class='quote'>I have 3 network interfaces:
lo 127.0.0.1
venet0 127.0.0.1
venet0:0 123.123.123.123
Which do I choose?</div>
venet0:0
<div class='quote'>
[/]# nslookup
> virtualservertest.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: virtualservertest.com
Address: 127.0.0.1
>
Is this correct?</div>
No, address should be the server ip.