Here are the current files (it's a stand alone machine): Hosts: 127.0.0.1 localhost 127.0.0.2 pedro-desktop
# The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters Resolv.conf: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.0.1 RD Hosts show 127.0.0.1 These are the settings that suposedely are messing the logedit... Due to the lack of knowledge I'm not comfortable dealing with this. It's being a challenge, actually. Having this, what should I tweak? On Fri, Feb 21, 2014 at 9:32 PM, Cowboy <[email protected]> wrote: > On Friday 21 February 2014 04:14:09 pm Pedro Picoto wrote: > > A dumb interrogation... Sooo? > > Get rid of 127.0.0.1 anywhere and everywhere except for that single > entry in the hosts file. > 127.0.0.1 localhost > > In /etc/resolv.conf > give it a real DNS machine. > nameserver 8.8.8.8 > nameserver 4.2.2.2 > > or the nameserver your LAN actually uses. > > Alternatively, list the target machines, all of them, in the > /etc/hosts file. > The hosts file is ( usually ) consulted first, so then DNS won't matter. > If this is a stand alone, not on a network, then /etc/hosts > 127.0.0.1 localhost > 127.0.0.2 machine-name > > By having the resolv.conf file point to the loopback address, the resolver > is waiting for BIND through the loopback on port 53, to return the > machine > address, if BIND is even running on the local machine. > When that doesn't happen, you're waiting for the resolver to time out, > usually about a minute or so. > > -- > Cowboy > > http://cowboy.cwf1.com > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
