[QUOTE=KBOYLE;15779]tarzy wrote:
[color=blue]
I need some pointers to what surely is a very simple resolution if
there are any to be had. There arte no Linux folks available to me
here in this town. It’s not that the documentation does not hold my
answers, rather that I’m dyslexic, and it usually fails me everytime.
My install is on an Intel x86_64 machine from a single clean
partition.[/color]
You may be new to SLES but it sounds like you do have Linux experience.
You know then there are always minor differences in the way things are
configured from one distribution to the next. The best way to learn
about those differences is by reading the documentation although, in
your case, I can see where that can be problematic.
You do not say much about your hardware or what you have configured. My
first guess would be that you have either a driver or a configuration
issue.
I would begin with YaST Networking. Here you can specify whether you
want to use ifup or NetworkManager. The rest is pretty straight forward
if you understand network basics.
If that pointer doesn’t resolve your issue for you, we’ll need more
information. Please post output from the following commands:
cat /etc/*release
ifconfig -a
netstat -rn
–
Kevin Boyle - Knowledge Partner
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…[/QUOTE]
Thanks very much for the assistance! You may have something with the “driver” issue, not sure yet. Here is the output from the 3 networking commands you so kindly gave:
localhost:~ # ifconfig -a
eth0 Link encap:Ethernet HWaddr C8:9C:DC:B1:A0:F6
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:44 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:45 errors:0 dropped:0 overruns:0 frame:0
TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2618 (2.5 Kb) TX bytes:2618 (2.5 Kb)
localhost:~ # cat /etc/*release
LSB_VERSION=“core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64”
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2
localhost:~ # netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
I’m going to get a cheat sheet of Linux networking commands, which will likely aid me a fair amount.
I have survived on guesswork, hunches, and still at 67, a pretty good memory. The Dyslexia is due to my particular personality defects and extreme preoccupation.
The machine is a small form factor Intel Core2 duo, has an integrated NIC: so called “Gigabit”, 3GB DDR3 RAM, a 1TB HDD, and seems to run well with this new OS, which I really like; but I’ll need to get it on the web reasonably soon, and must test it on my LAN first.
I am not good at any of this, but I do remember most of what I learn, and know to read the files before messing with anything serious, such as when it instructs you as to what populates it; something I just learned in the last few days.
Hoping it won’t do any harm, and definitely not spamming this forum, here is what I do: playguitarvideosdotcom & craigtarwaterdotcomslashguitar.
I’l look deeper into Linux networking, some new cheat sheets and report back when I solve this issue. I do see a couple of things in the output that I’m curious as to whether they’re correct.
Regards, tarzy