Victor Duchovni:
> On Mon, Sep 29, 2008 at 11:53:07AM -0400, Adam Mason wrote:
>
> > ifconfig lo0 1.2.3.4 netmask 255.255.0.0 -arp up
>
> Leave the *primary* IP address of lo0 as 127.0.0.1, add "1.2.3.4"
> (examples really should use 192.0.2.0/24 addresses) as a secondary
> IP address for lo0. Co
On Mon, Sep 29, 2008 at 11:53:07AM -0400, Adam Mason wrote:
> ifconfig lo0 1.2.3.4 netmask 255.255.0.0 -arp up
Leave the *primary* IP address of lo0 as 127.0.0.1, add "1.2.3.4"
(examples really should use 192.0.2.0/24 addresses) as a secondary
IP address for lo0. Commands for adding secondary IPs
Adam Mason:
> Sep 29 10:45:38 {hostname} postfix/smtpd[39862]: warning: problem talking to
> server 127.0.0.1:10023: Permission denied
If you configure lo0 to be something other than 127.0.0.1,
then what interface listens on the 127.0.0.1 address?
Wietse