upgrading 5.2 to 6.0 or installing 6.0 put down my network, my computer
became blind.
My 3com 503c work very well with 5.2 but when I upgrade to 6.0 there's
nothing to ping, all is unreacheable ???
a solution ?
thanks for helping me
Pierre ;-)
thanks for helping me
Pierre ;-)
do your netconf and make sure eth0 is set up
in the hosts section there should be at least one line
127.0.0.1 localhost localhost.localdomain
in the interface section these two lines
lo 127.0.0.1 none yes active
eth0 <your IP address> none yes active ---your IP is
something like 192.168.0.1 or whatever you decide.
these are the line as they appear in xwindows network configurator
in the command line netconf program you basic host information should
be something along these lines.
Hostname <the name of your computer such as LinuxBox>
x Enabled
config mode (o) Manual
Primary name plus domain <LinuxBox or whatever>
IP address 192.1668.0.1 or whatever
netmask 255.255.255.0
Net device eth0
kernel module 3c509 <your NIC model>
This site has a step by step howto for complete setup of samba. steps
for both linux and the win machine. (and they really work <G>)
http://www.sfu.ca/~yzhang/linux/samba/index.html
g'Luk
if that is properly set you should be able to ping yourself 127.0.0.1
On Sat, 12 Jun 1999 21:24:06 +0200, Colombier Pierre
>thanks for helping me
>Pierre ;-)
Thank you any way for the response.
Pierre |:-)
> at boot up and before you login press
> SHFT pgUp and scroll back to top, see if you can find a reference
> there to 3c509 or some such (should give IRQ and mem address info).
> If so then the kernel sees it and the prob lies in your
> configuration(s).
> do your netconf and make sure eth0 is set up
> in the hosts section there should be at least one line
> 127.0.0.1 localhost localhost.localdomain
> in the interface section these two lines
> lo 127.0.0.1 none yes active
> eth0 <your IP address> none yes active ---your IP is
> something like 192.168.0.1 or whatever you decide.
> these are the line as they appear in xwindows network configurator
> in the command line netconf program you basic host information should
> be something along these lines.
> Hostname <the name of your computer such as LinuxBox>
> x Enabled
> config mode (o) Manual
> Primary name plus domain <LinuxBox or whatever>
> IP address 192.1668.0.1 or whatever
> netmask 255.255.255.0
> Net device eth0
> kernel module 3c509 <your NIC model>
> This site has a step by step howto for complete setup of samba. steps
> for both linux and the win machine. (and they really work <G>)
> http://www.sfu.ca/~yzhang/linux/samba/index.html
> g'Luk
> if that is properly set you should be able to ping yourself 127.0.0.1
> On Sat, 12 Jun 1999 21:24:06 +0200, Colombier Pierre
> >upgrading 5.2 to 6.0 or installing 6.0 put down my network, my computer
> >became blind.
> >My 3com 503c work very well with 5.2 but when I upgrade to 6.0 there's
> >nothing to ping, all is unreacheable ???
> >a solution ?
> >thanks for helping me
> >Pierre ;-)
I've tried all you've wrote, and all of my config is good, the adapateur
is active and I can ping myself, but I can't ping other machine, I 'm
blind. I've compared the config with my last config in red hat 5.2 and
it seam to be the same, it's a bug, with 3com ???
thanks
Pierre |;-)
> at boot up and before you login press
> SHFT pgUp and scroll back to top, see if you can find a reference
> there to 3c509 or some such (should give IRQ and mem address info).
> If so then the kernel sees it and the prob lies in your
> configuration(s).
> do your netconf and make sure eth0 is set up
> in the hosts section there should be at least one line
> 127.0.0.1 localhost localhost.localdomain
> in the interface section these two lines
> lo 127.0.0.1 none yes active
> eth0 <your IP address> none yes active ---your IP is
> something like 192.168.0.1 or whatever you decide.
> these are the line as they appear in xwindows network configurator
> in the command line netconf program you basic host information should
> be something along these lines.
> Hostname <the name of your computer such as LinuxBox>
> x Enabled
> config mode (o) Manual
> Primary name plus domain <LinuxBox or whatever>
> IP address 192.1668.0.1 or whatever
> netmask 255.255.255.0
> Net device eth0
> kernel module 3c509 <your NIC model>
> This site has a step by step howto for complete setup of samba. steps
> for both linux and the win machine. (and they really work <G>)
> http://www.sfu.ca/~yzhang/linux/samba/index.html
> g'Luk
> if that is properly set you should be able to ping yourself 127.0.0.1
> On Sat, 12 Jun 1999 21:24:06 +0200, Colombier Pierre
> >upgrading 5.2 to 6.0 or installing 6.0 put down my network, my computer
> >became blind.
> >My 3com 503c work very well with 5.2 but when I upgrade to 6.0 there's
> >nothing to ping, all is unreacheable ???
> >a solution ?
> >thanks for helping me
> >Pierre ;-)
> thanks for helping me
> Pierre ;-)
Not much information to go on, but I did the same upgrade and lost my ip
forwarding,
thereby breaking my little network. I was using some ipfwadm commands in
rc.local to help secure the network.
The ipfwadm command is gone. So /etc/rc.d/rc.local scripts fail-->no ip
forwarding. ipfwadm has been replaced by ipchains. A Howto tells us:
" Linux ipchains is a rewrite of the Linux IPv4 firewalling code (which
was
mainly stolen from BSD) and a rewrite of ipfwadm, which was a rewrite of
BSD's
ipfw, I believe. It is required to administer the IP packet filters in
Linux
kernel versions 2.1.102 and above.
"The older Linux firewalling code doesn't deal with fragments, has 32-bit
counters (on Intel at least), doesn't allow specification of protocols
other
than TCP, UDP or ICMP, can't make large changes atomically, can't specify
inverse rules, has some quirks, and can be tough to manage (making it
prone to
user error). "
But the life saver is ipfwadm-wrapper, which takes ipfwadm command
arguments and pipes them to ipchains in a correct format. Change all
script
references from /sbin/ipfwadm to /sbin/ipfwadm-wrapper and you are fixed.
Wrestle with the new ipchains command syntax later, get up and running
now.
ipfwadm-wrapper comes with Red Hat 6.0.
Regards,
Harrington
g'Luk and let me know if you figure it out.... 'cause right now i'm
as stumped as you. :)
On Sun, 13 Jun 1999 08:14:03 +0200, Colombier Pierre
>I've tried all you've wrote, and all of my config is good, the adapateur
>is active and I can ping myself, but I can't ping other machine, I 'm
>blind. I've compared the config with my last config in red hat 5.2 and
>it seam to be the same, it's a bug, with 3com ???
>thanks
>Pierre |;-)
> > upgrading 5.2 to 6.0 or installing 6.0 put down my network, my computer
> > became blind.
> > My 3com 503c work very well with 5.2 but when I upgrade to 6.0 there's
> > nothing to ping, all is unreacheable ???
> > a solution ?
> > thanks for helping me
> > Pierre ;-)
> Hello,
> Not much information to go on, but I did the same upgrade and lost my ip
> forwarding,
> thereby breaking my little network. I was using some ipfwadm commands in
> rc.local to help secure the network.
> The ipfwadm command is gone. So /etc/rc.d/rc.local scripts fail-->no ip
> forwarding. ipfwadm has been replaced by ipchains. A Howto tells us:
> " Linux ipchains is a rewrite of the Linux IPv4 firewalling code (which
> was
> mainly stolen from BSD) and a rewrite of ipfwadm, which was a rewrite of
> BSD's
> ipfw, I believe. It is required to administer the IP packet filters in
> Linux
> kernel versions 2.1.102 and above.
> "The older Linux firewalling code doesn't deal with fragments, has 32-bit
> counters (on Intel at least), doesn't allow specification of protocols
> other
> than TCP, UDP or ICMP, can't make large changes atomically, can't specify
> inverse rules, has some quirks, and can be tough to manage (making it
> prone to
> user error). "
> But the life saver is ipfwadm-wrapper, which takes ipfwadm command
> arguments and pipes them to ipchains in a correct format. Change all
> script
> references from /sbin/ipfwadm to /sbin/ipfwadm-wrapper and you are fixed.
> Wrestle with the new ipchains command syntax later, get up and running
> now.
> ipfwadm-wrapper comes with Red Hat 6.0.
> Regards,
> Harrington
1. kde2 problems (on RH6.1) -- kdm fails, also minor icon problems
Hi All-
I've got RH6.1 system with most of the bugfixes, and I was running KDE
1.1.2 with no problems.
I tried to upgrade to KDE 2, using the RH6.2 packages. Everything seemed
to install fine, and indeed the KDE desktop ad apps per se mostly seem
to work. But there are some problems:
kdm fails completely. if I try to start it "by hand", it just returns
immediately; if I set it as the default using /etc/sysconfig/desktop
containing "KDE", I get a message along the lines
'init: "x" returns immediately; waiting 5 minutes'
(those aren't the exact words; I'm at a different machine right now, but
that's the gist). the kdm setup in the control panel works fine, but it
doesn't do anything.
also, there seems to be a minor icon problem: all objects get the
correct icon, but if I am ever asked to choose an icon, it always
appears as the default even when it's set correctly.
Any ideas?
Andrew
--
Andrew Jaffe___________________________________________________________
University of California, 301 LeConte Hall (510) 642-7570
Berkeley, CA 94720 FAX 2-1756
3. Software RAID problem at RH6.0
5. SMC etherpowerII problem in RH6
6. Dos exe interpreter for linux
7. memory problem with RH6.0 on IBM TP600E
8. CE / ELOFA PCI ethernet card
9. root login problem with RH6.0
10. Netgear FA310TX problem with RH6.0
11. sound/joystick problems in RH6
13. Huge problem installing RH6.2