Linux-Networking Digest #77, Volume #11 Sat, 8 May 99 00:13:45 EDT
Contents:
Re: Newbie making network ("JESPER ALBRECHT MADSEN")
[Newbie] Troubles with ISA ethernet card ("Touffi")
isp's fair use policy (ben)
Re: Q: how to communicate with my modem? (Wayne Bray)
Re: Redhat 6.0 (Samba shared printers) + Windows 2000 Professional (beta (Fred Read)
Re: samba troubles (password related ?) (Peter Teuben)
Re: Trouble connecting to ISP using PPP ("Curt")
----------------------------------------------------------------------------
From: "JESPER ALBRECHT MADSEN" <[EMAIL PROTECTED]>
Subject: Re: Newbie making network
Date: Sat, 8 May 1999 01:01:48 +0200
Thanks a lot
<[EMAIL PROTECTED]> wrote in message
news:7gslo3$aea$[EMAIL PROTECTED]...
>Your post was a bit vague, but it sounds like you're looking for either the
>SAMBA client or server. Hit http://www.samba.org and take a look. Also
hit
>http://www.emuse.net That's a portal site I put up to help me in my daily
>linux work. It's got linux links, linux books, linux newbie sites, etc.
>
>Hope it helps.
>
>Randy
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Touffi" <[EMAIL PROTECTED]>
Subject: [Newbie] Troubles with ISA ethernet card
Date: Fri, 7 May 1999 00:22:01 +0200
Hi,
I own a ISA pnp NE 2000 compatible ethernet card.
During Mandrake 5.3 installation process (network configuration part), it
asks for wich module to use.
I've tried Ne and compatibles, specified the io an irq that I found in
Win98, but it still says that it doesn't find anything.
Now, during the boot process, isapnp detect the board and gives some
informations about it, wich I checked in isapnp.conf and are correct (irq,
io).
But I guess it's not enough, as it still doesn't work.
insmod ne io=0240 irq=10
-> says that the device is busy or unreachable
cat /proc/devices
->don't really know how to interpret what I see, but it doesn't seems that
anything related to my card is in there.
I've also tried a few other stuffs that I can't remember.
I've read that the boot sequence should show a line begining with "eth0=..."
; I guess that if I can't even reach this point, it's nosense trying to
configure my network under kde ... but correct me if I'm wrong 8-)
As it's said in the topic, I'm a linux newbie and so I don't know if I'm
giving the right information for you to help me. Please let me know if I
forgot any crucial informations.
Thanks by advance.
Touffi
------------------------------
From: ben <[EMAIL PROTECTED]>
Subject: isp's fair use policy
Date: Fri, 07 May 1999 22:30:03 -0500
Hi,
I would like to be able to access my linux box at home over the
internet. The problem is that my ISP has a "fair use" policy, so they
don't like it when I leave my computer dialed in all day. Has anyone
setup or know how to setup my linux box so I can call the line that the
modem is connected to via a voice line, have it ring but not answer,
then wait until the line is free and dial my ISP? Or can anyone think
of a better solution?
Any help would be greatly appreciated. I don't think my ISP likes me
being logged in for over 20 hours a day.
Thanks,
Ben
------------------------------
From: Wayne Bray <[EMAIL PROTECTED]>
Subject: Re: Q: how to communicate with my modem?
Date: Mon, 03 May 1999 11:38:30 -0400
try echo (command) > /dev/modem
wayne
Joern Stein wrote:
>
> Hi there,
>
> I'm trying to talk to my modem from the command line (bash), i.e.
> sending AT-commands and sending the output from the modem to the screen.
> Is there a way of doing this without using a terminal program (like
> minicom)? Some weird combination of cat and pipes maybe?
>
> Any help sent as email to
> [EMAIL PROTECTED]
> is greatly appreciated
>
> Have a nice day,
> Joern
------------------------------
From: Fred Read <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.misc,comp.os.ms-windows.nt.admin.networking,comp.os.ms-windows.nt.misc,linux.redhat.misc,linux.samba,comp.protocols.smb
Subject: Re: Redhat 6.0 (Samba shared printers) + Windows 2000 Professional (beta
Date: Sat, 08 May 1999 03:34:41 GMT
I too have been having a hard time getting printer sharing to work. I had it
working in two minutes in RH5.2, but something's different in 6.0 I guess.
I have a Deskjet 600 on a RH6 box that will print just fine from the local
host, but not from my NT workstation! The file shares are working like a charm
for me. It's using the encrypted passwords and everything. Did you do anything
different to get it up and going when you were still in NT4?
Bleh wrote:
> I have an Epson Stylus COLOR II hooked up to my Linux server. I have it
> shared in Samba, and I was able to add it as a printer in Windows NT
> Workstation before I went to the -released- Windows 2000 Pro Beta 3. Now I
> try and add the shared printer, and it says "unable to connect to shared
> printer...". I have the file shares mounted as drives, so I know Samba
> itself is working. I can also print a testpage fine with Redhat's
> printtool.
>
> What's up with that?
>
> p.s. - It also seems that Samba freezes from time to time (well, according
> to Windows) and won't list files on the shares for like a couple minutes at
> a time.
------------------------------
From: Peter Teuben <[EMAIL PROTECTED]>
Crossposted-To: linux.samba,comp.os.linux.setup
Subject: Re: samba troubles (password related ?)
Date: Fri, 07 May 1999 23:39:11 -0400
[EMAIL PROTECTED] wrote:
>
> If anyone could help me with this, I would sure appreciate it. I am
> trying to set up a Linux server w/ samba(v 2.0) to store some shared files on.
> I have everything installed, but Samba is giving me some problems. I
> have a smb.conf:
> [global]
> workgroup = UHC
> netbios name = THOTH
> server string = One Cool Server
> [homes]
> comment = home directory for the studs
> path = %H
> [tmp]
> comment = temporary files directory
> path = /tmp
> [testshar]
> comment = my test share
> path = /home/archive
> guest ok = Yes
>
> When I run 'smbclient -L thoth' on the linux machine, it works and lists
> the shares available, but from my windows(98) clients, it just says that
> thoth is inaccessible. When I try to do a 'net view \\thoth', I get
> this error message:
> Error 86: The specified network password is not correct. Type the
> correct
> password, or contact your network administrator for more information.
>
> I've gone through the DIAGNOSIS.txt file in the samba distribution, and
> get to test #8, which is the net view <servername> one. The things it
> says to do in there don't help. any other ideas?
>
>
I believe i had something similar today, and I tried that option which
has changed from 1.9.x to 2.0.x; I changed
security = user
to
security = share
and i finally got things running. My template file was using 'user'
level security, which I think i do want to use, but I need to figure how
to get that running to begin with. I'm running redhat 6.0 w/ shadow
and MD5 passwords, if that matters.
- peter
------------------------------
Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Trouble connecting to ISP using PPP
Date: Mon, 3 May 1999 07:00:49 -0500
Are you sure you need to be using PAP? It doesn't look like the server
you're dialing into is responding to PAP. Try it without PAP.
> May 2 23:38:49 localhost chat[1486]: arc-2a.phx2 login:
> May 2 23:38:49 localhost chat[1486]: -- got it
> May 2 23:38:49 localhost chat[1486]: send (USERID^M)
> May 2 23:38:49 localhost chat[1486]: expect (assword:)
> May 2 23:38:49 localhost chat[1486]: USERID^M
> May 2 23:38:49 localhost chat[1486]: Password:
> May 2 23:38:49 localhost chat[1486]: -- got it
> May 2 23:38:49 localhost chat[1486]: send (PASSWD^M)
> May 2 23:38:50 localhost pppd[1485]: Serial connection established.
> May 2 23:38:50 localhost pppd[1485]: Using interface ppp0
> May 2 23:38:50 localhost pppd[1485]: Connect: ppp0 <--> /dev/ttyS1
> May 2 23:38:51 localhost pppd[1485]: sent [LCP ConfReq id=0x1 <asyncmap
> 0x0> <magic 0xc6ff7c28> <pcomp> <accomp>]
> May 2 23:38:51 localhost pppd[1485]: rcvd [LCP ConfReq id=0x1 <mru
> 1514> <asyncmap 0x0> <auth pap> <magic 0x56867921> <pcomp> <accomp> < 11
> 04 05 ea> < 13 03 00>]
> May 2 23:38:51 localhost pppd[1485]: sent [LCP ConfRej id=0x1 < 11 04
> 05 ea> < 13 03 00>]
> May 2 23:38:51 localhost pppd[1485]: rcvd [LCP ConfReq id=0x2 <mru
> 1514> <asyncmap 0x0> <auth pap> <magic 0x56867921> <pcomp> <accomp>]
> May 2 23:38:51 localhost pppd[1485]: sent [LCP ConfAck id=0x2 <mru
> 1514> <asyncmap 0x0> <auth pap> <magic 0x56867921> <pcomp> <accomp>]
> May 2 23:38:54 localhost pppd[1485]: sent [LCP ConfReq id=0x1 <asyncmap
> 0x0> <magic 0xc6ff7c28> <pcomp> <accomp>]
> May 2 23:38:54 localhost pppd[1485]: rcvd [LCP ConfAck id=0x1 <asyncmap
> 0x0> <magic 0xc6ff7c28> <pcomp> <accomp>]
> May 2 23:38:54 localhost pppd[1485]: sent [PAP AuthReq id=0x1
> user="USERID" password="PASSWD"]
> May 2 23:38:54 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:38:57 localhost pppd[1485]: sent [PAP AuthReq id=0x2
> user="USERID" password="PASSWD"]
> May 2 23:38:57 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:39:00 localhost pppd[1485]: sent [PAP AuthReq id=0x3
> user="USERID" password="PASSWD"]
> May 2 23:39:00 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:39:03 localhost pppd[1485]: sent [PAP AuthReq id=0x4
> user="USERID" password="PASSWD"]
> May 2 23:39:03 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:39:06 localhost pppd[1485]: sent [PAP AuthReq id=0x5
> user="USERID" password="PASSWD"]
> May 2 23:39:06 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:39:09 localhost pppd[1485]: sent [PAP AuthReq id=0x6
> user="USERID" password="PASSWD"]
> May 2 23:39:09 localhost pppd[1485]: rcvd [PAP AuthNak id=0x0 49 6e 76
> 61 6c 69 64 20 4c 6f 67 69 6e 3a 20 55 6e 6b 6e 6f 77 6e 20 75 73 65 72
> 6e 61 6d 65 2e 0d 0a]
> May 2 23:39:09 localhost pppd[1485]: rcvd [LCP] 05 03 00 00
> May 2 23:39:11 localhost pppd[1485]: Hangup (SIGHUP)
> May 2 23:39:11 localhost pppd[1485]: Modem hangup
> May 2 23:39:11 localhost pppd[1485]: Connection terminated.
> May 2 23:39:11 localhost pppd[1485]: Connect time 0.4 minutes.
> May 2 23:39:12 localhost pppd[1485]: Exit.
>
>
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************