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

Re: network unreachable



You should read the pleasant coments generated in comp.mail.sendmail when
someone mentions Linuxconf. Currently Linuxconf is not recommended by
subscribers of bind-users, samba,comp.mail.sendmail for the simplest
reason:
Linuxconf does not keep up with the latest version specific commands and
frequently adds stuff that you didnt select. Like for example when you set
up NIC it adds all that IPX stuff.


Uncle Meat wrote:

> On 30-May-2000 Ilocto Noel-C1395z opined:
> > Hi,
> >
> > I can't remember it all what I have done or command.
> >
> > I never edit any startup script, is the linuxconfg is a command line
> > command,
> > I think I used this before but can't remember exactly what I have done
> > with
> > it.
> >
> > What I used is the GUI  linuxconf Network Configuration from "startx"
> > menu.
>
> This is the one I was talking about.
>
> > But the only thing I remember doing here is the addition of Network
> > Interfaces
> > Eth0 and assigning IP address on it. I tried to map the 127.0.0.1 IP
> > address
> >
> > to device lo (loopback) from this menu but I always received error
> > message
> > something like this "can't edit"
>
> This could have caused a problem, even if it claims it didn't do anything.
>
> > I am at work right now, as far as I remember these are the contents of
> > this
> > file.
> >
> > /etc/hosts
> >
> > 127.0.0.1 localhost localhost.localdomain
> > 192.168.42.7 pc1 nilocto
>
> Try the suggestion I made below and see what you get.
>
> My complaints against linuxconf are that it _ALWAYS_ messes up my sendmail
> configs, it gives me options duing boot which I keep turning off and it
> keeps turning on, it continually wants to change permissions on files I've
> specifically told it to leave alone, on several ocassions it has inserted
> firewall rules that it later said didn't exist but which were messing
> things up (rules which I didn't give it to insert by the way),etc. I change
> many of these things manually. Weeks or days later or sometimes the next
> reboot they're back to pre-manual-change status.
>
> Others may not have these problems. I've had them since the very first time
> I used the POS.
>
> >               -----Original Message-----
> >               From:   Uncle Meat [mailto:kcsmart worldinter net]
> >               Sent:   Tuesday, May 30, 2000 10:06 AM
> >               To:     Ilocto Noel-C1395z
> >               Subject:        RE: network unreachable
> >
> >
> >               On 29-May-2000 Ilocto Noel-C1395z opined:
> >               > Hi guys,
> >               >
> >               > I tried these commands, please see the response.
> >               >
> >               > Thanks again for any help in advance.
> >               >
> >               > ---------------------
> >               >
> >               > command : /sbin/insmod loop;/sbin/ifconfig lo up
> >               >
> >               > output : ./loop.o: a a module named loop already exists
> >               >
> >               > command: /sbin/insmod loop
> >               >
> >               > output : ./loop.o: a a module named loop already exists
> >               >
> >               > command: ifconfig
> >               > lo    link encap: local loopback
> >               >       inet addr:127.0.0.1 Bcast:127.255.255.255
> > Mask:255.0.0.0
> >               >       UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
> >               >       RX packets:0 errors:0 dropped:0 overrruns:0 frame:0
> >               >       TX packets:0 errors:0 dropped:0 overrruns:0
> > carrier:0
> >               >       collisions:0
> >
> >               For a reason I can't fathom, your loopback has a broadcast
> > address. Mine
> >               works and doesn't have one. How are you bringing this up?
> > Have you added
> >               something in a starup script that tries to start it at boot?
> > Have you
> >               chnged its settings wiht linuxconf (know to be buggy on some
> > things,
> >               especially mail)? Have you done any configuration to it at
> > all? What does
> >               /etc/hosts show?
> >
> >               > eth0  Link encap:Ethernet HWaddr 00:00:21:E3:CB:B6
> >               >       inet addr:192.168.55.1 Bcast:192.168.55.255
> > Mask:255.255.255.0
> >               >       UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> >               >       RX packets:0 errors:0 dropped:0 overrruns:0 frame:0
> >               >       TX packets:0 errors:0 dropped:0 overrruns:0
> > carrier:0
> >               >       collisions:0
> >               >       Interrupt:9 Base address:0x6000
> >               >
> >               > command: ping 127.0.0.1
> >               >       PING 127.0.0.1 (127.0.0.1): 56 data bytes
> >               >       ping: sendto: Network is unreachable
> >               >       ping: wrote 127.0.0.1 64 chars, ret=-1
> >               >       ping: sendto: Network is unreachable
> >               >       ping: wrote 127.0.0.1 64 chars, ret=-1
> >
> >               Try:
> >
> >                       /sbin/ifconfig lo down
> >
> >               After you get the OK (which you have wother problems if you
> > don't get it)
> >               type:
> >
> >                       /sbin/ifconfig lo up
> >
> >               As a matter of fact, you could try the last one first just
> > to make sure you
> >               get an error, then try them both, error or no.
> >
> >               >               -----Original Message-----
> >               >               From:   Uncle Meat
> > [mailto:kcsmart worldinter net]
> >               >               Sent:   Monday, May 29, 2000 12:34 PM
> >               >               To:     redhat-install-list redhat com
> >               >               Cc:     recipient list not shown
> >               >               Subject:        RE: network unreachable
> >               >
> >               >
> >               >               On 28-May-2000 Ilocto Noel-C1395z opined:
> >               >               > Hi guys,
> >               >               >
> >               >               > I'm trying to connect Linux and Win95.
> >               >               >
> >               >               > Eth0 is detected but using "ping
> > 127.0.0.1" command I
> >               > receive Network
> >               >               > Unreachable.
> >               >
> >               >               If you mean 127.0.0.1 from the linux side,
> > the loopback
> >               > module isn't
> >               >               getting loaded. Try:
> >               >
> >               >                       /sbin/insmod loop
> >               >
> >               >               It might require:
> >               >
> >               >                       /sbin/insmod loop; /sbin/ifconfig lo
> > up
> >               >
> >               >               See if that helps. If not look in
> >               > /lib/modules/<kernel_version>/block and
> >               >               see if it has a module named loop.o in
> > there. If not,
> >               > something either
> >               >               erased it or you recompiled the kernel
> > without the loopback
> >               > support it
> >               >               needs.
> >               >
> >               >               That would be my guess. Of course, this was
> > written
> >               > relatively quickly and
> >               >               I may have overlooked something.
> >               >
> >               >               --
> >               >               How do you explain Wayne Newton's power over
> > millions.
> >               >
> >               >
> >               >               --
> >               >               To unsubscribe: mail
> > redhat-install-list-request redhat com
> >               > with
> >               >               "unsubscribe" as the Subject.
> >               >
> >               >       </font>
> >               > <!-- -->
> >               >
> >
> >               --
> >               There is never time to do it right, but always time to do it
> > over.
> >
> >
> > --
> > To unsubscribe: mail redhat-install-list-request redhat com with
> > "unsubscribe" as the Subject.
>
> --
> Technology is dominated by those who manage what they don't understand.
>
> --
> To unsubscribe: mail redhat-install-list-request redhat com with
> "unsubscribe" as the Subject.



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