hoopycat wrote:
I meant from the command line... webmin is going to tell you what it thinks is going on, and this is a situation where you're going to want to see what's actually going on.
It looks like it thinks you're set for DHCP, though... if you're attaching multiple IPv4 addresses, you'll need to specify the IP addressing information manually.
Sorry, I think this is the info you asked for:
# ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether f2:3c:91:df:ff:61 brd ff:ff:ff:ff:ff:ff
inet 178.79.183.16/24 brd 178.79.183.255 scope global eth0
inet6 fe80::f03c:91ff:fedf:ff61/64 scope link
valid_lft forever preferred_lft forever
Do you mean I need to specify the public or private IP addresses manually...or both?