From: Kit on
I have set up a 2 PC home network using a Netgear DG632 router, and both PCs
are able to connect to the LAN using Windows, but I haven't got it right for
Linux yet.

One of the PCs, which has dual boot of Win98SE and SuSE 8.2 / KDE, responds
to ipconfig as :



Windows 98 IP Configuration
Host Name . . . . . . . . . : KITCOMP
DNS Servers . . . . . . . . : 192.168.0.1
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : PPP Adapter.
Physical Address. . . . . . : 44-45-53-54-00-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . :
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . :
Lease Expires . . . . . . . :
1 Ethernet adapter :
Description . . . . . . . . : SMC EZ Card 10/100 Network Adapter NDIS5
Driver
Physical Address. . . . . . : 00-04-E2-F3-34-5E
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . : 192.168.0.1
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 12 13 05 18:30:41
Lease Expires . . . . . . . : 12 14 05 18:30:41

and responds to ifconfig as:

eth0 Link encap:Ethernet HWaddr 00:04:E2:F3:34:5E
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::204:e2ff:fef3:345e/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:2092 (2.0 Kb) TX bytes:1478 (1.4 Kb)

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:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:2608 (2.5 Kb) TX bytes:2608 (2.5 Kb)

So what else must I do to get SuSE to connect to my local network? (This PC
previously connected via dial-up.)

Thanks
Kit


From: Martin Gregorie on
Kit wrote:
> I have set up a 2 PC home network using a Netgear DG632 router, and both PCs
> are able to connect to the LAN using Windows, but I haven't got it right for
> Linux yet.
>
> One of the PCs, which has dual boot of Win98SE and SuSE 8.2 / KDE, responds
> to ipconfig as :
> eth0 Link encap:Ethernet HWaddr 00:04:E2:F3:34:5E
> inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::204:e2ff:fef3:345e/64 Scope:Link
> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:20 errors:0 dropped:0 overruns:0 frame:0
> TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
> RX bytes:2092 (2.0 Kb) TX bytes:1478 (1.4 Kb)
>
That looks like its receiving and sending traffic to me.

Tell us about:

- what driver you have configured, what's in modules.conf
- whats in resolv.conf,
- your current runlevel,
- firewall settings
- are network services running?

and we might be able to help. Others will doubtless think of other stuff
to look at but that should do for starters.

--
martin@ | Martin Gregorie
gregorie. |
org | Zappa fan & glider pilot
From: Alex Monro on
Martin Gregorie wrote:

> Kit wrote:
>> I have set up a 2 PC home network using a Netgear DG632 router, and both
>> PCs are able to connect to the LAN using Windows, but I haven't got it
>> right for Linux yet.
>>
>> One of the PCs, which has dual boot of Win98SE and SuSE 8.2 / KDE,
>> responds to ipconfig as :
>> eth0 Link encap:Ethernet HWaddr 00:04:E2:F3:34:5E
>> inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
>> inet6 addr: fe80::204:e2ff:fef3:345e/64 Scope:Link
>> UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:20 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0
>> RX bytes:2092 (2.0 Kb) TX bytes:1478 (1.4 Kb)
>>
> That looks like its receiving and sending traffic to me.
>
> Tell us about:
>
> - what driver you have configured, what's in modules.conf
> - whats in resolv.conf,
> - your current runlevel,
> - firewall settings
> - are network services running?
>
> and we might be able to help. Others will doubtless think of other stuff
> to look at but that should do for starters.
>
How about routing? Have you got a default route to your gateway router
(seems to be 192.168.0.1 from the windows config). If you're not sure,
post the output from "route".

In SuSE 8.2, you can use YaST to configure routing. Network Devices ->
Network Card -> Change already configued device -> select eth0, then edit
-> Routing and enter 192.168.0.1 as Default Gateway.
--
Alex Monro, Exeter, UK Life is like Windows - the documentation
alexm at pobox dot com (No HTML) is useless, and it crashes horribly
Running on GNU/Linux (SuSE 8.2) from time to time...
GPG key 68F8 6270 available from hkp://blackhole.pca.dfn.de
From: Kit on
Martin/Alex

Here's some info as you requested.

Many thanks
Kit



- what driver you have configured,
tulip



what's in etc/modules.conf

########################################################################
# Aliases - specify your hardware
########################################################################

alias eth0 tulip
alias eth1 off
alias tr0 off
alias scsi_hostadapter off
alias fb0 off

########################################################################
# Options; these are examples; uncomment and modify the lines you need
########################################################################

# options tulip options=0




- whats in resolv.conf,

### BEGIN INFO
#
# Modified_by: dhcpcd
# Backup: /etc/resolv.conf.saved.by.dhcpcd
# Process: dhcpcd
# Process_id: 794
# Script: /sbin/modify_resolvconf
# Saveto:
# Info: This is a temporary resolv.conf created by service dhcpcd.
# The previous file has been saved and will be restored later.
#
# If you don't like your resolv.conf to be changed, you
# can set MODIFY_{RESOLV,NAMED}_CONF_DYNAMICALLY=no. This
# variables are placed in /etc/sysconfig/network/config.
#
# You can also configure service dhcpcd not to modify it.
#
# If you don't like dhcpcd to change your nameserver
# settings
# then either set DHCLIENT_MODIFY_RESOLV_CONF=no
# in /etc/sysconfig/network/dhcp, or
# set MODIFY_RESOLV_CONF_DYNAMICALLY=no in
# /etc/sysconfig/network/config or (manually) use dhcpcd
# with -R. If you only want to keep your searchlist, set
# DHCLIENT_KEEP_SEARCHLIST=yes in /etc/sysconfig/network/dhcp
or
# (manually) use the -K option.
#
### END INFO
nameserver 192.168.0.1


- your current runlevel,
N 5

- firewall settings
The router was reset and no firewall settings subsequently changed by me.

- are network services running?
Is this the command "netstat"?


How about routing? Have you got a default route to your gateway router
(seems to be 192.168.0.1 from the windows config). If you're not sure,
post the output from "route".

OUTPUT FROM "ROUTE":
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
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0



From: dave on
"Kit" <kit(a)newsgroupsonlysopleasedontemail.com> wrote in message
news:43a700da$1_3(a)mk-nntp-2.news.uk.tiscali.com...
<snip diagnostics>

That all looks ok. Can you ping or access anything on the local LAN such as
the router?

Rgds,

Dave.


 |  Next  |  Last
Pages: 1 2 3 4 5 6
Prev: AddOn GWK140
Next: sshd known_hosts query