Re: loopback won't enable automatically

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 16:12:07 Roland Smith wrote: > On Wed, Sep 05, 2007 at 01:47:47AM +, Pollywog wrote: > > I have to manually set the loopback interface after each reboot on one > > machine (it is a laptop): > > > > ifconfig lo0 127.0.0.1 netmask 255.0.0.0 > > > > Then everything i

Re: loopback won't enable automatically

2007-09-05 Thread Roland Smith
On Wed, Sep 05, 2007 at 01:47:47AM +, Pollywog wrote: > I have to manually set the loopback interface after each reboot on one > machine > (it is a laptop): > > ifconfig lo0 127.0.0.1 netmask 255.0.0.0 > > Then everything is fine. > > I added ifconfig_lo0="127.0.0.1 netmask 255.0.0.0" to

Re: loopback won't enable automatically [SOLVED]

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 14:36:04 Craig Boston wrote: > On Wed, Sep 05, 2007 at 12:48:12PM +0100, Daniel Bye wrote: > > Given your problems, I am highly suspicious that something has spammed > > your /etc/defaults/rc.conf... > > Or a mergemaster gone wrong (or forgotten to be run). This is a

Re: loopback won't enable automatically [SOLVED]

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 11:48:12 Daniel Bye wrote: > On Wed, Sep 05, 2007 at 07:35:26AM +, Pollywog wrote: > > > I did find it in /etc/default/rc.conf: > > > > > > ifconfig_lo0="inet 127.0.0.1" # default loopback device > > > configuration. > > > > I found the problem. lo0 was not lis

Re: loopback won't enable automatically [SOLVED]

2007-09-05 Thread Craig Boston
On Wed, Sep 05, 2007 at 12:48:12PM +0100, Daniel Bye wrote: > Given your problems, I am highly suspicious that something has spammed > your /etc/defaults/rc.conf... Or a mergemaster gone wrong (or forgotten to be run). Craig ___ freebsd-questions@freebs

Re: loopback won't enable automatically [SOLVED]

2007-09-05 Thread Daniel Bye
On Wed, Sep 05, 2007 at 07:35:26AM +, Pollywog wrote: > > > > I did find it in /etc/default/rc.conf: > > > > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > > I found the problem. lo0 was not listed in network_interfaces in rc.conf > Adding it fixed the problem. Do

Re: loopback won't enable automatically [SOLVED]

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 07:25:42 Pollywog wrote: > On Wednesday 05 September 2007 04:48:53 Ian Smith wrote: > > On Wed, 5 Sep 2007 01:47:47 + Pollywog <[EMAIL PROTECTED]> wrote: > > > I have to manually set the loopback interface after each reboot on one > > > machine (it is a laptop)

Re: loopback won't enable automatically

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 04:48:53 Ian Smith wrote: > On Wed, 5 Sep 2007 01:47:47 + Pollywog <[EMAIL PROTECTED]> wrote: > > I have to manually set the loopback interface after each reboot on one > > machine (it is a laptop): > > > > ifconfig lo0 127.0.0.1 netmask 255.0.0.0 > > > > Th

Re: loopback won't enable automatically

2007-09-05 Thread Pollywog
On Wednesday 05 September 2007 04:48:53 Ian Smith wrote: > On Wed, 5 Sep 2007 01:47:47 + Pollywog <[EMAIL PROTECTED]> wrote: > > I have to manually set the loopback interface after each reboot on one > > machine (it is a laptop): > > > > ifconfig lo0 127.0.0.1 netmask 255.0.0.0 > > > > Th

Re: loopback won't enable automatically

2007-09-04 Thread Ian Smith
On Wed, 5 Sep 2007 01:47:47 + Pollywog <[EMAIL PROTECTED]> wrote: > I have to manually set the loopback interface after each reboot on one > machine > (it is a laptop): > > ifconfig lo0 127.0.0.1 netmask 255.0.0.0 > > Then everything is fine. > > I added ifconfig_lo0="127.0.0.1 n

loopback won't enable automatically

2007-09-04 Thread Pollywog
I have to manually set the loopback interface after each reboot on one machine (it is a laptop): ifconfig lo0 127.0.0.1 netmask 255.0.0.0 Then everything is fine. I added ifconfig_lo0="127.0.0.1 netmask 255.0.0.0" to /etc/rc.conf but for unknown reasons it now looks like this and I still need