Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Date: Thu, 05 Apr 2007 16:05:11 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- References: <45B8632C.5010401@example.com> <f118b8b90701250002m6aacf9dcncba0d3016aea2da2@example.com> <43708.210.168.237.209.1169714119.squirrel@example.com> <d8fcc0800701250106o33084aaan191462eee58e388b@example.com> <45B8C745.6080803@example.com> <20070125162927.61d2bb33.godwin.stewart@example.com> <Pine.NEB.4.64.0701260902270.10228@example.com> <20070126132810.76ca8f05.godwin.stewart@example.com> <Pine.NEB.4.64.0701270736190.19504@example.com> <46138815.1060709@example.com> <20070404125400.GB83321@example.com> <4613B00C.7000405@example.com> <46149486.3040103@example.com>
Dave M G writes: > So here's my command (with names and passwords obfuscated): > > sudo mount -t smbfs -o > username=fileserver,password=[password],uid=`whoami`,fmask=000,dmask=000 > //192.168.0.1/home/fileserver /home/`whoami`/Network > > It said back to me: > > Error connecting to 192.168.0.1 (Connection refused) "Connection refused" is almost certainly a personal message to you from Linus Torvalds. The TCP stack is saying that it sent a SYN packet (ie, "Knock-knock!"), and it got back an ICMP refused packet ("Go away, or I'll call the cops!"). This means that you didn't even get to offer your username and password. (To be pedantic, it's possible that message came from higher up the protocol stack, but I think that's unlikely.) > 5097: Connection to 192.168.0.1 failed > SMB connection failed Presumably this comes from the SMB file system. If I'm right, it's irrelevant. Things to check: - is the smb server daemon running? (ps) - is it listening on the usual port, on the ethernet or wifi interface? (lsof) - is your firewall allowing packets to get through to that port? (iptables) The utilities in parentheses are generic, always available, and will work, but there are probably more convenient and graphical ones available to you. If you know what they are, use them instead. :-)
- References:
- Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- From: Dave M G
- Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- From: Scott Robbins
- Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- From: Dave M G
- Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Networking two Linux computers harder than Linux toWindows?
- Next by Date: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Previous by thread: Re: [tlug] Networking two Linux computers harder than Linux toWindows?
- Next by thread: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links