Linux-Networking Digest #122, Volume #10          Sat, 6 Feb 99 00:14:24 EST

Contents:
  Re: Workstation can ping to, not thru Linux IP Masq. firewall. Please help? 
("Wadels")
  Re: rpc errors and kernel 2.2.1 ("Tom Walsh, WN3L")
  Re: The 3com Etherlink (Sonnik)
  Kernel 2.2.1 (Keith Hasson)
  Re: Can ping, not much else, tho (Ed Jones)
  Re: PPP help please (Ed Jones)
  Firewall (Josh Stone)
  Re: [Help] Need to implement SSL (Andrew Daviel)
  pppd died unexpectedly (Stephan Zahn)
  HP OmniBook800 with Waveaccess pcmcia LanCard not functioning. (Bill Anderson)
  WAR-FTPD 1.65 and IP Masquerading ("Jeroen Konijn")
  Re: Web Traffic Monitoring Software (Andrew Daviel)
  Re: 3c905 board problems not seeing network? (Paul A. Cheshire)
  Re: New Kernel, NIC is now screwy! -- Thank you! (Tom)
  IPX tunnel? ("Ben Hampson")
  Re: Redhat 5.1 Networking Lockup (Iven Connary)
  Re: kppp problem for non root user ("muzh")
  2nd nic ("david gibson")
  Re: samba & swat (Jim Richardson)
  Re: Strange dhcpcd with Linux 2.2.0 ([EMAIL PROTECTED])
  Re: Help with LEAFNODE (jedi)
  advice needed: home network winNT, Linux, win95 (Tom Gordon)
  Re: Strange dhcpcd with Linux 2.2.0 (Bob)

----------------------------------------------------------------------------

From: "Wadels" <[EMAIL PROTECTED]>
Subject: Re: Workstation can ping to, not thru Linux IP Masq. firewall. Please help?
Date: Sat, 06 Feb 1999 04:19:48 GMT

I just found the problem. I did not enable IP_Forwarding on startup. I
thought that the forwarding was done by IP FireWall Administration, a more
secure alternative. I was wrong, it's all the same thing.

Best wishes all,

Luke Wadel

Wadels wrote in message ...
>Please help. I've hunted for hours for the solution to this; please don't
>ask me to "rtfd."
>
>I can http to the web from my soon-to-be Linux firewall with lynx. I can
>ping to and from my Win95 workstation, but my workstation cannot http to
the
>web or even ping the ISP's DNS server. I followed the instructions in the
>IP_Masqerade Mini-Howto, as far as I can tell.
>
>Setup: I use Caldera OpenLinux 1.3 which came with ipfwadm 2.3 r2, and
>recompiled the existing kernel 2.0.35 saying Yes to these options:
>
>- Prompt for development and incomplete code.
>- Enable module support
>- Set ver. info on modules
>- Networking support
>- Limit mem to low 16 M  (I have 8M)
>- System V IPC
>- Network Firewalls
>- TCP/IP Networking
>- IP forwarding/gatewaying
>- IP multicasting
>- IP Syn cookies
>- IP Firewalling
>- Packet logging
>- IP Masquerading
>- IP autofw masquerading
>- ICMP masquerading
>- Transparent Proxy support
>- Always Defragment
>- IP accounting
>- Multicast Routing
>- Drop Source Routed Frames
>
>I accidentally optimized as host, not as router. But an optimization
>shouldn't cause this problem. The 2 ethernet cards on the Linux box are
>loaded successfully as modules. Again, I can ping through each card on each
>machine. The ne module required another module, 8390, to work. No other
>modules are loaded. The Win95 box is set to use the Linux box as a gateway,
>but the ISP's DNS servers. No protocols other than TCP/IP are present.
>
>I tried various ipfwadm commands to make it work, including the most
>insecure (to start with functionality and secure from there). E.g.,
>ipfwadm -F -p allow, ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0,
>ipfwadm -F -p masquerade, etc. I've tried one or two other commands that
>I've seen in newsgroup postings. I forget what they were. Pings from the
>workstation all time out. There is no other kind of error message from
>either machine.
>
>Thanks for any help! If you want me to use tcpdump or view some logs,
please
>give details. Please help!
>
>:)
>
>
>
>
>



------------------------------

From: "Tom Walsh, WN3L" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux.slackware,alt.linux
Subject: Re: rpc errors and kernel 2.2.1
Date: Sun, 31 Jan 1999 09:57:51 GMT

Darrell Tangman wrote:
> 
> In comp.os.linux.networking Jorg B/ <[EMAIL PROTECTED]> wrote:
> > I'm using Slackware 3.6 with kernel 2.2.1 and I'm getting the following
> > error messages during the boot-up:
> 
> > portmap: RPC call returned error 111
> > RPC: task of released request still queued!
> > RPC: (task is on xprt_pending)
> > portmap: RPC call returned error 111
> > RPC: task of released request still queued!
> > RPC: (task is on xprt_pending)
> > lockd_up: makesock failed, error=-111
> > portmap: RPC call returned error 111
> > RPC: task of released request still queued!
> > RPC: (task is on xprt_pending)
> 
> I ran into the same "problem".  I have no idea why NFS mounts need
> the local portmapper, but it seems that they do.  If you go to
> /etc/rc.d/rc[345].d and change the S<nn>portmap or S<nn>nfsfs so
> that the portmapper is started before the S<nn>nfsfs tries to do
> your NFS mounts, these messages will go away.  The approach I took
> was to reduce the number for S<nn>portmap to one less than the
> number for S<nn>nfsfs, e.g., /etc/rc.d/rc3.d/S40portmap was renamed
> S14portmap (I think -- I'm on a different machine and won't have
> access to the machine I did all this on until Monday).
> 
> As far as I could tell, this change didn't actually fix anything,
> but at least it keeps /var/log/messages a little shorter.
> 
> --
> Darrell Tangman -- [EMAIL PROTECTED] -- Augusta, Georgia, USA

Darrell,

        Yes, I think that you are correct. I just checked the RedHat 5.2 box
and find that portmap is sequence 11 (S11portmap) where nfsfs is
sequence 15 (S15nfsfs). BTW, the order of the KILL is reversed: K85nfsfs
& K89portmap.

Tom

-- 
Tom - tom at mytoys dot com

------------------------------

From: Sonnik <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.help
Subject: Re: The 3com Etherlink
Date: Sun, 31 Jan 1999 02:51:27 -0700

Had the same problem...

According to a mini-faq I found @ linux.org, Linux probably doesn't like the
plug-and-play features of your card.  Get the setup program, if you don't have
it already, and disable the plug-and-play.  Linux should be able to recognize
the device.  However, Windows may need to install ISA drivers for your card
after you boot into Windows the first time after that.  After this, Windows
and Linux should be able to use the Ethernet card in harmony.

Jim Ray wrote:

> Are the drivers for the Etherlink III (3c900B-TPO) compiled in the kernel
> that is included with Redhat 5.1?  Yes, I'm very much a newbie, but I went
> out and bought this ethernet card and now it doesn't seem to want to work.
> Thanks!
>
> Jim
> to reply via e-mail remove ".nospam"


------------------------------

From: Keith Hasson <[EMAIL PROTECTED]>
Subject: Kernel 2.2.1
Date: Sat, 06 Feb 1999 04:27:57 GMT

Hi,

  I have just upgraded about 10 programs (proccps, ncpfs, etc etc) in
order to compile kernel version 2.2.1.  I was previously using 2.0.35
(Redhat 5.1).  Ok, here is my problema...  When I boot to the 2.0.35
kernel, everything is hunky-dory.  I am masquerading the linux box and
everyone on my net gets in/out to the internet no problems.  When I boot
up the new kernel, here is the deal:

1.  My routing table is screwed up, it has multiple entries in it and
some of the entries are wrong.

2.  I can access the internet from the linux machine, but the other
users cannot.

Other than this, everything is fine.  I think if I can get the routing
table fixed the rest may fall in place, I'm not sure.  I know that I
said yes to all the right questions for the masquerading part.  I am
using ipchains now and am pretty sure it is all ok too.

When I ping www.yahoo.com from one of the network machines, It does the
dns translation, but I get no response back....  Can you help??

Thanks,  Keith


------------------------------

From: Ed Jones <[EMAIL PROTECTED]>
Subject: Re: Can ping, not much else, tho
Date: Sat, 06 Feb 1999 04:25:47 +0000

Christopher Quale wrote:
> 
> Hello,
> 
> In my small home network, I have 3 machines:
> 
>  A - linux machine sharing ppp connection via ip masq
>    - ip addr: 192.168.1.1
>  B - linux desktop
>    - ip addr: 192.168.1.2
>  C - dual boot win98/linux laptop
>    - ip addr: 192.168.1.5
> 
> The ip masquerading part is working swimmingly. Both
> client machines can access the internet fine.
> 
> The problem: machine C cannot telnet or ftp into machine
> B, nor can machine C, when in windoze, see any of the
> samba shares on machine B. (Note: A<->B is fine as is
> A<->C for all services.) However, machine C can ping machine
> B and vice-versa.
> 
> To get the ip-masq to work, I had to set the default
> gateways on machine B and C to be 192.168.1.1. Does
> this have anything to do with my woes?
> 
> Thanks to anyone who can help. My ip-masq script is at
> the end of this post if it is at all useful.
> Thanks,
> Chris

Chris, it appears you have a local network that's connecting to the
internet via machine A.  I suspect that the reason B and C don't
communicate well is because your local network may not have a DNS
server.  So, when machine C wants to talk to B, it actually goes to the
internet DNS and asks for the location of B.. but the DNS on the
internet does not know about B since it is on a local network behind the
gateway.

That's my guess anyway.  What I would try, if you haven't, is placing
the ips of all machines (A, B and C) in there hosts file.. /etc/hosts . 
Then they won't try to go to the DNS to resolve the addresses of their
local neighbors.

Take care - Ed

------------------------------

From: Ed Jones <[EMAIL PROTECTED]>
Subject: Re: PPP help please
Date: Sat, 06 Feb 1999 04:19:57 +0000

"Mark H." wrote:

> Feb  5 17:36:27 localhost chat[1102]: Your IP address is
> 204.116.91.84. MTU is 1500 bytes^M

Mark, is the above IP being assigned to you by your isp or is that an IP
that you designated?

> Feb  5 17:36:27 localhost chat[1102]: ^M
> Feb  5 17:36:32 localhost chat[1102]: ~~
> Feb  5 17:36:32 localhost chat[1102]:  -- got it
> Feb  5 17:36:32 localhost chat[1102]: send (^M)
> Feb  5 17:36:32 localhost pppd[1097]: Serial connection established.
> Feb  5 17:36:33 localhost pppd[1097]: Using interface ppp0
> Feb  5 17:36:33 localhost pppd[1097]: Connect: ppp0 <--> /dev/modem
> Feb  5 17:37:14 localhost pppd[1097]: IPCP: timeout sending
> Config-Requests
> Feb  5 17:37:14 localhost pppd[1097]: Connection terminated.
> Feb  5 17:37:15 localhost pppd[1097]: Exit.

Mark, everything looks pretty normal, except

1) it appears you have an extra \r after you enter the ppp in your chat
script.  Notice the send(^M) just before the "Serial connection
established" message.. I don't think that should be there since you've
started the ppp.  So if you have "ppp\r" in your chat script, change it
to "ppp".

2.  also note that after the "Connect: ppp0 <--> /dev/modem" line you
should see an IP being displayed for you, but it's not.  This suggests
that things are going well, except that you are not setting the IP. 
Check your file /etc/hosts to see whether you are setting your IP or
whether it is left open for the ISP to set.  I don't know your
configuration.

It's a guess without seeing more information about your configuration,
but it appears that your chat script is not working.  It appears that
the ip is being sent before you initiate the ppp.  My configuration uses
fixed IP's so I'm not absolutely sure about this.

------------------------------

From: Josh Stone <[EMAIL PROTECTED]>
Subject: Firewall
Date: Fri, 05 Feb 1999 23:25:18 -0500

Okay,

    I've got several computers (3 right now, soon to be 5) all networked
together with 3Com 3c503s (hey, $5 a pop, how could you go wrong?).  I
also have a cable modem, running through a 3c509b.  Everything works
great...until I try to make one a firewall to give the others online
access.
    I've been able to get everything working such that I can ping the
internet from the firewall computer and all other computers on the
network.  I can ping the firewalls LAN IP from the LAN computers, AND
the internet side of the firewall.  However, I cannot ping anything
outside of my house from the LAN computers.
    The firewall howto is great, and got me this far...but I'm stuck
because it does not tell me what to do if I can ping the internet side
of the firewall and not the internet (it just tells me that I have to
have IP forwarding on to do so).  I have IP forwarding on, so I'm left
with no other help (my distribution doesn't come with the NET-2 howto
mentioned in the firewall howto, and I haven't the patience to go dig it
up somewhere).

Here are a couple route tables:

firewall computer (Though it's probably not a big deal, I've made myself
anonymous by doctoring my cable modem's IPs.  Wherever you see x's in
the IP, it's my cable modem):


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
x.x.x.0         0.0.0.0         255.255.255.0   U     0      0        5 eth0
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        3 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        4 lo
0.0.0.0         x.x.x.1         0.0.0.0         UG    0      0       13 eth0

And, of course, one of the LAN computer's route table:


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0       18 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        4 lo

    If I try to assign a gateway of 192.168.2.1 (which would be the
firewall computer) route hangs, and I can do nothing over the network
but ping.  Go figure.

If you're REALLY interested, here's a few lines from the ifconfig
output:

firewall computer:


...
eth0      Link encap:Ethernet  HWaddr 00:60:97:5D:24:49
          inet addr:x.x.x.161  Bcast:x.x.x.255  Mask:255.255.255.0

...
eth1      Link encap:Ethernet  HWaddr 02:60:8C:0C:8E:47
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0

...

and the LAN computer:

...

eth0      Link encap:Ethernet  HWaddr 02:60:8C:2A:32:68
          inet addr:192.168.2.16  Bcast:192.168.2.255  Mask:255.255.255.0

...

Thank you much for any help...


-Josh O-

--
"I heard you say, 'It's a pity I never had
any children.'  But you're wrong.  I have...
thousands of them, all boys."
        -Mr. Chips in, "Goodbye, Mr. Chips" (1939)




------------------------------

From: [EMAIL PROTECTED] (Andrew Daviel)
Crossposted-To: comp.os.linux.misc
Subject: Re: [Help] Need to implement SSL
Date: 5 Feb 1999 00:55:55 GMT

Jay ([EMAIL PROTECTED]) wrote:
: All,

:       I neeed to implement SSL in a server that I have.  I wrote the code for
: the server and need
: to add a Secure Socket Layer to it.  I'm looking for a good description
: of how the protocol works
: and any examples I can get.

:       Thank you,

http://www.free.lp.se/ssleay/ etc.

--
Deniable unless digitally signed
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376
http://andrew.triumf.ca/andrew 

------------------------------

Date: Fri, 05 Feb 1999 00:46:33 +0100
From: Stephan Zahn <[EMAIL PROTECTED]>
Subject: pppd died unexpectedly

Hi,

when under heavy duty my pppd dies. The message is: "pppd died
unexpectedly".
My system is a SUSE 6.0 (glibc).
Any suggestions?

Thanks and cu

Stephan



------------------------------

From: Bill Anderson <[EMAIL PROTECTED]>
Subject: HP OmniBook800 with Waveaccess pcmcia LanCard not functioning.
Date: Thu, 04 Feb 1999 16:51:45 -0700

Has anyone set up this combination, or at least this card?
The waveaccess site is basically worthless. cardctl sees it is there,
but that is as far as I get.
Admittedly (as well as obviously) pcmcia in linux is a bit new to me.

Bill Anderson

------------------------------

From: "Jeroen Konijn" <[EMAIL PROTECTED]>
Subject: WAR-FTPD 1.65 and IP Masquerading
Date: Fri, 5 Feb 1999 01:28:40 +0100

Hi,

In my network I have a seperate Linux-computer used for internet-access with
IP masquerading. Everything works perfect, FTP included (with ip_masq_ftp).

However, whenever I try to make an FTP connection from another computer to a
server running WAR-FTPD 1.65 it seems there's something wrong. That is,
logging in goes fine, but everything gets stuck while fetching a
directory-listing with the following messages:

   LIST
   150 Opening ASCII NO-PRINT mode data connection for ls -l
   Timer cancelled blocking call
   accept: Blocking call cancelled
   DoList returned 0

I use WS_FTP 3.00 (but newer version also show this 'problem') and my server
runs S.u.S.E. 5.0 (kernel 2.0.35).

Is this a know bug in ftp_masq_ftp.o and is there an update or does anyone
know another solution to this problem? TIA!

Jeroen


 __^__                                                   __^__
( ___ )-------------------------------------------------( ___ )
 | / |  E-mail: [EMAIL PROTECTED]                | \ |
 | / |  WWW   : http://elektron.et.tudelft.nl/~konijn71  | \ |
 | / |  ICQ   : 7078036                                  | \ |
 | / | -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - | \ |
 | / |  Delft University of Technology                   | \ |
 | / |  Faculty of Information Technology and Systems    | \ |
 |___|  Department of Electrical Engineering             |___|
(_____)-------------------------------------------------(_____)



------------------------------

From: [EMAIL PROTECTED] (Andrew Daviel)
Subject: Re: Web Traffic Monitoring Software
Date: 5 Feb 1999 00:53:03 GMT

Christoph Moeller ([EMAIL PROTECTED]) wrote:
: > We are looking for software that can monitor web traffic on an IP basis.
: >      Basically, we want to be able to figure out which IP in our office
: > is hitting the porn sites when they should be working.

: just set up a proxy that logs all http requests (e.g. the squid package).
: a cool little prog to analyze the log file output of any
: "apache-log-file-style"-program ist webalizer. sorry, haven't got any urls
: in my mind - so you have to search for yourselves ;-)
: hope that helps.
: Chris

Will only work if you force them to use a proxy. Otherwise run an Ethernet
monitor like sniffit or tcpdump and filter on port 80 for external 
addresses. You may, of course, be in violation of privacy laws. I think you
must have a written AUP saying you may monitor, depending on jurisdiction.




--
Deniable unless digitally signed
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376
http://andrew.triumf.ca/andrew 

------------------------------

From: [EMAIL PROTECTED] (Paul A. Cheshire)
Subject: Re: 3c905 board problems not seeing network?
Date: Fri, 5 Feb 1999 00:59:55 +0000
Reply-To: [EMAIL PROTECTED]

On Sun, 31 Jan 1999 22:46:25 +0000,
Athan <[EMAIL PROTECTED]> wrote:
>Go to www.redhat.com
>and search the RedHat Network Card Compatibility List for your Card
>I think there is a problems with 3c905 [a or b]
>
>Athan
>PS If you can't find the address i'll mail you the link
>

I have great difficulty with the 905b on my Linux box. I managed to compile the
latest module but the card would crash after a few days use. With debugging
set on it gave various error messages complaining of giant size data packets
and error status (0200, I think). I finally gave up and swapped it with a 3c515
previously on my wife's winblose 98 system. Both are now working flawlessly
connecting to another Linux and another win98 box through a Netgear 100 mbs
hub.

HTH

Paul


-- 
Windows: I can play Doom       | Paul A. Cheshire
Linux: I can be a file, web    | mailto: [EMAIL PROTECTED]  
and news server AND play Doom. | url: http://www.nader.demon.co.uk

------------------------------

From: [EMAIL PROTECTED] (Tom)
Subject: Re: New Kernel, NIC is now screwy! -- Thank you!
Date: Thu, 04 Feb 1999 17:08:51 GMT

Thank you Tim.  I'm new to linux and there are _so_ many sites I was
looking for that info in all the wrong places.  
Found like 8 dependencies out of date :)
Tom
[EMAIL PROTECTED]
**remove DSME to email.

------------------------------

From: "Ben Hampson" <[EMAIL PROTECTED]>
Subject: IPX tunnel?
Date: Thu, 4 Feb 1999 17:59:52 -0800

Hello,
    I have redhat Linux 5.2 on a box with 2 NIC's in it.  There a couple of
Win9x client on either side of the Linux box.  Samba handles browsing and
wins,  named handles DNS.  So, all of my TCP/IP works, but I haven't been
able to get IPX packets from one subnet to the other.  I have read the HOWTO
on setting up a IPX router, but I have no IPX server which seems to be a
problem.  An IPX tunnel sounded like just what I needed, but all the info
was for a pretty old kernel.  New info regarding tunneling refers to modules
already on my Linux box; ipip.o and new_tunnel.o.  Can I use these new
modules to pass IPX packets from one subnet to another?  Or am I even
looking in the right place?

thx, Ben.



------------------------------

From: Iven Connary <[EMAIL PROTECTED]>
Subject: Re: Redhat 5.1 Networking Lockup
Date: Thu, 04 Feb 1999 21:25:37 -0500

As i see it, your options are:

1) disable sendmail :)

2) add an entry in your /etc/hosts file for the local host:

127.0.0.1                  localhost                 localhost.localdomain

sendmail is known to hang on startup unless you have this entry.  the entry
should be there by default, but check...


if neither works, I'd say get a differnet NIC card



Iven

Freeserve wrote:

> Hi,
>     I am a user of Redhat 5.1, i have a couple of Dual boot machines on an
> internal Residence Network with a couple of Netgear NE2000 Compatible Cards,
> when I try to set them up using the NE2000 driver the machine locks up next
> time I reboot. It stops on Sendmail etc & leaves me waiting for 1 Hour 30
> Mins!!!! Please Help Me, I'm Frantic!!!!
> Nik Fox


------------------------------

From: "muzh" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: kppp problem for non root user
Date: Fri, 5 Feb 1999 15:40:15 +1300

pppd must also be executable for the users who want to use it:
chmod 755 /sbin/pppd
chmod u+s /sbin/pppd
ls -l should give
-rwsr-xr-x   1 root     dialout     83952 Sep  7 07:45 pppd



JF Lucas wrote in message <[EMAIL PROTECTED]>...
>Hi,
>
>I have some problems with kppp.
>I already posted this to the maintainer ([EMAIL PROTECTED])
>but I did not get any answer.
>
>kppp only works with the root user.
>
>I can't get it to work with another one.
>When i try it, the file /root/.kde/share/config/kppprc becomes empty
>(though the configuration was correct for root).  And if i try to add
>setup myself, i got a message stating that pppd cannot be launched and
>that is maybe due to kppp not having suid permissions.
>
>kppp and pppd have their setuid bit set.
>
>-rwsr-xr-x   1 root     root       280368 Sep  8 00:39 kppp
>-rwsr-xr--   1 root     dialout     83952 Sep  7 07:45 pppd
>
>
>Versions :
>--------




------------------------------

From: "david gibson" <[EMAIL PROTECTED]>
Subject: 2nd nic
Date: Thu, 4 Feb 1999 22:05:21 -0500

I'm trying to install a 2nd nic in my AS200/233 w/Redhat 5.1. I had an Intel
Pro100B (PCI) around, so I tried that for ha-has, but of course I don't have
the drivers.

If anyone knows where to get Pro100B drivers for Alpha Linux, I'd be very
appreciative.- I looked around a bit, so I'm not real hopeful...

As a 2nd choice, can someone recommend a good PCI card as a 2nd NIC for
Aplha-Linux?

Thanx,

David



------------------------------

From: [EMAIL PROTECTED] (Jim Richardson)
Subject: Re: samba & swat
Date: 5 Feb 1999 02:54:28 GMT
Reply-To: [EMAIL PROTECTED]

On 3 Feb 1999 06:09:15 GMT, 
 dhan, in the persona of <[EMAIL PROTECTED]>,
 brought forth the following words...:

>samba & swat (Samba Web Administration Tool)
>
>I installed samba 2.0 and swat.
>
>I tried to setup samba by 'http://localhost:901/'.
>I got the "username" and "password" prompt.
>
>What should I put the username and password?
>
>
>
root, of course, that does have security implications if sent across a 
network.

-- 
Jim Richardson
        Anarchist, pagan and proud of it
WWW.eskimo.com/~warlock
        Linux, because life's too short for a buggy OS.


------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Strange dhcpcd with Linux 2.2.0
Date: Fri, 05 Feb 1999 03:11:40 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (Tong) wrote:


>    Can you please tell me more about your script and I think I had
> same problem as you time out thing. thank


Well, my script didn't exactly solve the problem yet.  It worked the two
times that I tried it before posting that last message.  Then, when I booted
up my computer today, I still had to play around with stuff again to get my
IP address.  So far, all my script did was to just stay in a loop, running
dhcpcd until it exited successfully.  However, today, it didn't exit
successfully when I ran the script.  I'm gonna play around with stuff a
little more, and if I get it so that it works every time, I'll post my
results here.  Until then, be patient.  I'll probably have time to work on it
tomorrow evening.

--
Dale Osowski
[EMAIL PROTECTED]

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: [EMAIL PROTECTED] (jedi)
Crossposted-To: comp.os.linux.setup
Subject: Re: Help with LEAFNODE
Date: Thu, 4 Feb 1999 11:53:22 -0800

On Thu, 04 Feb 1999 18:30:38 -0600, John Thompson <[EMAIL PROTECTED]> wrote:
>AS wrote:
>> 
>> I have downloaded the v.1.8.0 in the /root directory and extracted in
>> /root/leafnode; here I have done make install and everything seemed to go
>> right, but now I can't even start fetch: fetch command not found!!!!

        fetch needs to be run as news.

        Once you install a new apps in the path, you usually
        have to restart the shell make those apps visible.

        You can automate fetchING and texpireING via cron.

        This is my crontab for news:

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.21367 installed on Tue Dec 15 13:52:28 1998)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
#
58 0,4,8,12,16,20 * * *  /home/news/killfetch.sh
# This is just a shell script that kills fetch and
# makes sure that the lock file didn't linger.
# Sometimes the lockfile will hang about after fetch
# has taken a dive
#
0 0 * * * cp /dev/null /var/spool/mail/news
# This is a nasty practice but useful. All of these
# actions will send mail to the news's mailbox.
#
0 3 * * * /usr/sbin/texpire
# expire once a day at 3am
#
0,30 * * * * /usr/local/sbin/fetch -vv
# fetch at the top of the hour and half past
# If your connection isn't up at the time this
# runs, fetch will just panic and exit.
#


>> What is the problem? What should I do to succesfully install leafn. (if I
>> haven't already..)? 
>
>I haven't used leafnode since about v1.5 but I think fetch
>has to be run as root.  Could that be your problem?

        NO NO NO! All leafnode news admin has to be done as news.

>
>> If the name of my computer is aaa and the my domain is
>> bbb, what shall I write in netscape dialog asking for nntp server?
>> What do I have to do with tcpd?
>
>Your newsreader will talk to leafnode through the loopback
>interface.  You should be able to use just your machine name
>or the loopback address 127.0.0.1

setenv NNTPSERVER localhost 
works just fine.

You might want to restrict outside access though. Once you set up
leafnode, any idiot on the net can use your machine as a new server.
This can cause nasty scaling problems with leafnode as groups you 
never even knew existed get pulled down from the net.

# Deny all incoming NNTP connections
ipfwadm -I -a deny -b -P tcp -D <your-ip>/32 119 -S 0.0.0.0/0
# Let yourself get anything
ipfwadm -I -a accept -b -P all -D 127.0.0.1/32     -S 0.0.0.0/0

These run as root would be a good start. You can put them at the
end of /etc/rc.d/rc.local.

However, this is less relevant without either a static-ip or
a domain name.

-- 
                Herding Humans ~ Herding Cats
  
Neither will do a thing unless they really want to, or         |||
is coerced to the point where it will scratch your eyes out   / | \
as soon as your grip slips.

        In search of sane PPP docs? Try http://penguin.lvcm.com

------------------------------

From: Tom Gordon <[EMAIL PROTECTED]>
Subject: advice needed: home network winNT, Linux, win95
Date: Fri, 05 Feb 1999 04:26:54 +0000


The setup:

One desktop running winNT, hooked through ISDN to internet.

One dekstop running RedHat Linux 5.2 (and win98), no nic.

One laptop running win95, no nic.

Question:

How can I, in general, network these computers?  Can I do it without
buying 2 ethernet cards?  I would like to share the ISDN connection
among them.  Can I use serial cables, or do I have to use IP and
whatever software?

Thanks,
Tom Gordon

------------------------------

From: Bob <[EMAIL PROTECTED]>
Subject: Re: Strange dhcpcd with Linux 2.2.0
Date: Fri, 05 Feb 1999 00:54:31 -0500

[EMAIL PROTECTED] wrote:

> while ! /usr/sbin/dhcpcd        #loop until dhcpcd is successful
> do
>         echo nothing > /dev/null
> done
>
> Well, I wouldn't say it's been extensively tested, but I rebooted three
> times, just to try it, and it worked every time.  I believe dhcpcd failed the
> first time every reboot, but then worked on the second time through the while
> loop, so it was being consistant.
>
> --
> Dale Osowski

Have you tried "-d"?

while ! /usr/sbin/dhcpcd -d

-Bob


------------------------------


** 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
******************************

Reply via email to