LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-17-2003, 09:32 AM   #1
BECoole
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Rep: Reputation: 0
Networking WinXP and RH7.3 thru a Netgear router


I am having an unbelievably bad time trying to get my WinXP machine to
see my Redhat 7.3 Linux box in any way. I set up Samba 2.2 by
explicitly following the instructions at
(Darn URL filter).linuxorbit.com/howto/sambahowto.php3 and it still doesn't
work. I'm thinking that my router is the problem. It's a Netgear
RP614v2. I have it hooked up to my cable modem and my Win and Linux
pcs each plugged into a port on the router.
When I double click on the workgroup from windows, all I get is the
error "'Workgroup' is not accessable. You might not have permission to
this network resource. Contact the administrator of this server to
find out if you have access permissions." "The list of servers for
this workgroup is not currently available."
I did set up the same username and password on both computers, and am
logged in as that user on the windows box when I attempt the
connection.
Thanks.
 
Old 11-17-2003, 01:25 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Check your firewall rules. As root run:
iptables -L
netstat -nlp

and post the output.
 
Old 11-17-2003, 05:13 PM   #3
BECoole
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Thank you for your reply, David.
Here it is:

iptables -L
/lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
iptables v1.2.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

/***********************************************************************
and:

/************************************************************************
netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 837/rpc.statd
tcp 0 0 127.0.0.1:1025 0.0.0.0:* LISTEN 1034/xinetd
tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN 1060/lpd Waiting
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 809/portmap
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN 1245/X
tcp 0 0 0.0.0.0:1302 0.0.0.0:* LISTEN 1080/lexlmd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1108/sendmail: acce
udp 0 0 0.0.0.0:1024 0.0.0.0:* 837/rpc.statd
udp 0 0 0.0.0.0:111 0.0.0.0:* 809/portmap
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2327 1387/artsd /tmp/mcop-root/CeleronSamba-056b-3fb9609a
unix 2 [ ACC ] STREAM LISTENING 1611 1060/lpd Waiting /var/run/lprng
unix 2 [ ACC ] STREAM LISTENING 1720 1127/gpm /dev/gpmctl
unix 2 [ ACC ] STREAM LISTENING 1784 1187/xfs /tmp/.font-unix/fs7100
unix 2 [ ACC ] STREAM LISTENING 1853 1245/X /tmp/.X11-unix/X0
unix 2 [ ACC ] STREAM LISTENING 2221 1368/kdeinit: Runni /tmp/ksocket-root/kdeinit-:0
unix 2 [ ACC ] STREAM LISTENING 2226 1371/kdeinit: dcops /tmp/.ICE-unix/dcop1371-1069113487
unix 2 [ ACC ] STREAM LISTENING 2352 1399/kdeinit: ksmse /tmp/.ICE-unix/1399
unix 2 [ ACC ] STREAM LISTENING 2250 1374/kdeinit: klaun /tmp/ksocket-root/klauncher6VxPTb.slave-socket
 
Old 11-19-2003, 04:30 PM   #4
BECoole
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Any clues on this?
Do I need to dump RH7.3? Or something else????
 
Old 11-19-2003, 07:35 PM   #5
sidmark-2850
Member
 
Registered: Aug 2003
Posts: 133

Rep: Reputation: 15
Hmm. I am not sure about the iptables part, but something is definitely wrong with iptables. Did you make any changes to your kernel? Can you post your smb.conf file? Can you ping to and from the other machine?
 
Old 11-20-2003, 04:40 PM   #6
BECoole
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Sid,
I can ping the RH machine from the XP machine by IP, but not machine name.
I can't ping the WinXP from the RH machine, but I can ping www sites.
I don't believe I did anything to the kernel. For a long time the HOSTNAME was showing up as localhost@localhost.(localdomain?). So when I'd log in I'd get something like barry@localhost@localhost. I finally got that changed,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Netgear DG632 Router works with WinXP but not linux Dein Vampir Linux - Newbie 2 10-28-2005 06:19 PM
RH7.3 and WINXP: GRUB can't detect WINXP Izza Linux - Newbie 8 09-05-2005 07:31 AM
Linux Router & Netgear Wireless Router DMaCATO Linux - Wireless Networking 1 04-30-2004 09:16 AM
RH7.3 talking with WinXP+ME smiddi Linux - Networking 6 07-17-2002 09:27 PM
WinXP & RH7.1 > WinXp &RH7.2 Dual Boot Jondalar Linux - Software 14 01-25-2002 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration