LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't get Suse online (https://www.linuxquestions.org/questions/linux-newbie-8/cant-get-suse-online-231869/)

eam 09-17-2004 02:08 PM

Can't get Suse online
 
I can't get Suse 9.1 pro online. I have an ethernet card and everything all set up right - I know because it all worked with Red Hat just hours ago - but it's not working. I have no idea what to do. With RH and Knoppix it works automaticly. Any help would be great.

Tinkster 09-17-2004 02:12 PM

Hard to say :)

Open a console, become root, and copy and paste
the output of

ifconfig
route


Cheers,
Tink

eam 09-17-2004 02:21 PM

ifconfig
Code:

eth0      Link encap:Ethernet  HWaddr 00:90:27:32:68:E0 
          inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe32:68e0/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:19 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2496 (2.4 Kb)  TX bytes:2284 (2.2 Kb)
          Interrupt:9 Base address:0xe000

eth1      Link encap:Ethernet  HWaddr 00:B0:D0:27:20:0A 
          inet6 addr: fe80::2b0:d0ff:fe27:200a/64 Scope:Link
          UP BROADCAST NOTRAILERS MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:16
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:6360 (6.2 Kb)
          Interrupt:11 Base address:0xcc00

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:42 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2708 (2.6 Kb)  TX bytes:2708 (2.6 Kb)

route
Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.0.0    *              255.255.255.0  U    0      0        0 eth0
link-local      *              255.255.0.0    U    0      0        0 eth0
loopback        *              255.0.0.0      U    0      0        0 lo
default        192.168.0.1    0.0.0.0        UG    0      0        0 eth0


Tinkster 09-17-2004 02:31 PM

Looks all good to me ...

If 192.168.0.1 is a cable-modem, dsl router or
the like everything is fine ... did you, by any
chance, set-up firewalling on the SuSE box?

iptables -L

Another thing that might make you say the
"internet isn't working" even though it's physically
all go is the lack of name resolution:

cat /etc/resolv.conf


Cheers,
Tink

eam 09-17-2004 02:44 PM

It's working now.... not sure what was wrong or it got fixed. Before I couldn't get to google or my website, that's what I judged it on.

Tinkster 09-17-2004 02:46 PM

Congratulations ;}



Cheers,
Tink


All times are GMT -5. The time now is 03:18 AM.