Karl,

/etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

auto eth0

iface eth0 inet static
 address (public ip)
 netmask 255.255.255.0
 gateway (the first 3 octets of my public ip).1

auto eth0:0

iface eht0:0 inet static
 address (private ip)
 netmask 255.255.128.0

/etc/hosts:

127.0.0.1       localhost
127.0.0.1       boxname
(public ip)    boxname.(my domain name) boxname

Is there a possibilty that the cause of the problem is the wrong
private ip? (I copied it from the webpanel.)
Is there a way to check this?

(Everything works with dhcp.)

Cheers

_______________________________________________
gNewSense-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to