i gave route -en Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 Óôßò Mon, 29 Dec 2003 00:07:02 -0900 "W.D.McKinney" Ýãñáøå:
On Mon, 2003-12-29 at 01:36, pseep@mail.gr wrote:
Hi
Running the command (root) mii-diag i recieved that the command not found.
Afterwards, i gave the mii-tool command and i recieved the following.
eth0: negotiated 100baseTx-FD, link ok.
I think that the above means that the link to the net is working.
However, i saw the content of the /var/log/messages and i observed the text below.
Try # route -n
Dee
Dec 29 12:12:00 linux kernel: eth0: no IPv^routers present.
If the problem occurs because i haven't set the router(getway) IP yet, then how can i find its IP? on an private net with ip 192.168.1.x/255.255.255.0 ?
Thanks in advance
Óôßò Sat, 27 Dec 2003 12:24:42 -0500 Stephen Villano Ýãñáøå:
Let's start with the basics, some of which I haven't seen
mentioned yet.
This way we can figure out which options can be used... What network card is the NIC? 3Com model ??? Without that we can't say WHICH of several modules is to be queried. Try in shell: mii-diag and mii-tool Might shed a little more light on the problem. This is the output from one of my servers: hp:~ # mii-diag Using the default interface 'eth0'. Basic registers of MII PHY #24: 3100 786d 2000 5c01 01e1 0021 0000 0000. Basic mode control register 0x3100: Auto-negotiation enabled. You have link beat, and everything is working OK. Your link partner is generating 10baseT link beat (no autonegotiation). End of basic transceiver information.
You have new mail in /var/mail/root hp:~ # mii-tool eth0: no autonegotiation, 10baseT-HD, link ok
The 10baseT is obvious as to its meaning. The HD is half duplex. FD is full duplex, which is not a common use... I'm rather wondering if the card might be in full duplex mode with the switch/hub being half duplex... Or possibly a bad cable termination? Had a few flakey connectors drive me up the wall in my day.
-----Original Message----- From: pseep@mail.gr [mailto:pseep@mail.gr] Sent: Saturday, December 27, 2003 6:35 AM To: suse-linux-e@suse.com Subject: Re: [SLE] Network problems Help!!!!
Óôßò Sat, 27 Dec 2003 09:40:07 +0800 "Joe Morris (NTM)" Ýãñáøå:
On 12/27/2003 01:55 AM, pseep@mail.gr wrote:
If i should change the hardware details within the network card tab then which new settings should i set, where can find them?
Try "modinfo <module name>". This should tell you the options for each module.
What is te module name then? Is it written in the hardware tab of network card settings (in Yast)?
------------------------------------------------------------- http://www.mail.gr/ - Get Your Private Free Email Address! http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
------------------------------------------------------------- http://www.mail.gr/ - Get Your Private Free Email Address! http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
------------------------------------------------------------- http://www.mail.gr/ - Get Your Private Free Email Address! http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 29 Dec 2003 11:18:10 EET pseep@mail.gr wrote:
i gave route -en
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
Since you are running a private network, the gateway address is the IP address of the system on your network that has the connection to the outside world. If you have a cable modem router, it's address is probably 192.168.1.1. While you should use YaST to set the parameters, you can add a line to the routing table (as root): route add 0 gw 192.168.1.1 This will set up your default route. It is normally set up automatically on boot. If you have a static IP address on your system, then you must specify the default gateway. If you have a dynamic address, then dhcp should set it up for you. One caveat. I noticed on SuSE 8.2 on my laptop that when I used both my built-in ethernet connection and my wireless connection, I got a routing table as above, but this seems to be fixed in 9.0 although I now use profiles. - -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/8Dcw+wA+1cUGHqkRAmomAJ9r4p8hbGvtrecWDRAwDnErRkwIDACeKf6G On7+T6xLpcP8LHaKTHIrar4= =CLxo -----END PGP SIGNATURE-----
participants (2)
-
Jerry Feldman
-
pseep@mail.gr