gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] [OT] Steps to create a mailbox


From: Stayvoid
Subject: Re: [gNewSense-users] [OT] Steps to create a mailbox
Date: Sun, 13 May 2012 00:37:12 +0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]