Linux-Networking Digest #538, Volume #12         Fri, 10 Sep 99 09:13:30 EDT

Contents:
  DEC DC21041 Network Card (John Ireland)
  Re: color telnet client ("P.Copeland")
  DEC DC21041 Based Card (John Ireland)
  Re: Browsers and Linux (Richard Steiner)
  Re: ipchains... (Mist)
  Re: DNS and demand dialing (Mike Jagdis)
  Problems with lprm !!!! (Erhard Wais)
  Re: IP packet generator for Linux? (Thomas Zajic)
  wwwoffle - broken pipe? (Johannes Rest)
  HELP!  How to login and activate DSL????
  SGI with Linux server (Guy Premont)
  Re: PPP hangs X (Clifford Kite)
  WANNA HAVE SOME FUN AND MAKE SOME MONEY TO?? ([EMAIL PROTECTED])
  Re: nslookup resolves, ping doesn't (Avi Kivity)
  connect failure (dunno how to interpret) (Aaron)
  POP problem - ERR being read already /usr/spool/mail..... (Guy van Baalen)
  SupraMax PCI Modem under Red Hat 5.2 (Marco Costa)
  Re: Finding ppp0 IP (dynamic) in a C program (Chris Rankin)
  Re: nslookup resolves, ping doesn't ("M.C. van den Bovenkamp")
  Re: xdm while NCD to RedHat6.0 - no response ("FEEB")
  Re: Linux as a firewall ("Algot Runebjörk")
  Re: syntax of /etc/hosts.lpd? (dave)
  Re: Networking (Lew Pitcher)
  Linux as a firewall ("Stefano Rivoir")

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

From: John Ireland <[EMAIL PROTECTED]>
Subject: DEC DC21041 Network Card
Date: Fri, 10 Sep 1999 19:04:56 +1000

Hi

I'm having problems configuring a Digital Equipment network adapter card
with a DC DEC21041 chipset on RedHat Linux 6.0. The PC is an Intel based
Digital 3000 Pentium II 266MHz.

During installation of Linux I choose the option to configure a LAN, I
assign the card an IP number etc, it detects the card and says it will
assign the card the TULIP driver. So far so good.

Although once Linux is up and running I have no success configuring the
card, the following happens;

1) I use the ifconfig command but eth0 is not mentioned.
2) I try configuring the card (even though installation detected it and
gave it a driver)
with ifconfig [options] and it says "resource temporarily unavailable".
3) tried eth0 up, but get message "resource temporarily unavailable".
4) /proc/pci shows up the card.
5) I went into /etc/conf.modules and changed to the de4x5 driver (also
supposed to be compatible) with no success.
6) tried while card had cable plugged in and without the cable.

I have a feeling there is something wrong with the TULIP driver, as my
NIC with a RealTek RTL8029(AS) chipset works fine with the ne2k-pci
driver on RedHat Linux 6.0.

If anyone knows how to fix this it would be much appreciated.

Thanks in advance.

John Ireland


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

Date: Mon, 06 Sep 1999 21:12:14 +0100
From: "P.Copeland" <[EMAIL PROTECTED]>
Subject: Re: color telnet client

tofu wrote:

> Is there a way to telnet into a linux machine from a Windows client and
> get the pretty colors that ?ls -color? normally gives?  I?ve been
> searching for a telnet client that will do this but I?m wondering if
> it?s even possible.
>
> Just point me to the correct man page and I?ll take it from there  ; )

set your term type = ANSI
the linux termcap for ANSI is capable of generating colours codes

Phil
=--=


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

From: John Ireland <[EMAIL PROTECTED]>
Subject: DEC DC21041 Based Card
Date: Fri, 10 Sep 1999 19:10:30 +1000

Hi

I'm having problems configuring a Digital Equipment network adapter card
with a DC DEC21041 chipset on RedHat Linux 6.0. The PC is an Intel based
Digital 3000 Pentium II 266MHz.

During installation of Linux I choose the option to configure a LAN, I
assign the card an IP number etc, it detects the card and says it will
assign the card the TULIP driver. So far so good.

Although once Linux is up and running I have no success configuring the
card, the following happens;

1) I use the ifconfig command but eth0 is not mentioned.
2) I try configuring the card (even though installation detected it and
gave it a driver)
with ifconfig [options] and it says "resource temporarily unavailable".
3) tried eth0 up, but get message "resource temporarily unavailable".
4) /proc/pci shows up the card.
5) I went into /etc/conf.modules and changed to the de4x5 driver (also
supposed to be compatible) with no success.
6) tried while card had cable plugged in and without the cable.

I have a feeling there is something wrong with the TULIP driver, as my
NIC with a RealTek RTL8029(AS) chipset works fine with the ne2k-pci
driver on RedHat Linux 6.0.

If anyone knows how to fix this it would be much appreciated.

Thanks in advance.

John Ireland


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

From: [EMAIL PROTECTED] (Richard Steiner)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Reply-To: [EMAIL PROTECTED]
Date: Fri, 10 Sep 1999 02:53:34 -0500

Here in comp.os.linux.setup, "Ernest" <[EMAIL PROTECTED]>
spake unto us, saying:

>And, there you said it all. It is your opinion. Why force on to me?

You're free to do whatever you want here, Ernest.  But if you write
messages which are hard to follow, fewer people will bother to read
them, and that will detract from your overall experience here.

My own advice is to conform to the existing practices on Usenet.  Feel
free not to if it troubles you, but please don't expect us to answer
your questions here on Usenet if we can't easily read your postings.

'Nuff said.

-- 
   -Rich Steiner  >>>--->  [EMAIL PROTECTED]  >>>---> Bloomington, MN
     OS/2 + Linux + BeOS + FreeBSD + Solaris + WinNT4 + Win95 + DOS
      + VMWare + Fusion + vMac + Executor = PC Hobbyist Heaven! :-)
                   "I like camping", he said intently...

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

From: Mist <[EMAIL PROTECTED]>
Subject: Re: ipchains...
Date: Fri, 10 Sep 1999 09:08:14 GMT

In article <[EMAIL PROTECTED]>,
  Jimmy Lio <[EMAIL PROTECTED]> wrote:
> Can anyone tell me what tcp, ucp and syn are?

TCP (Transport Control Protocol) is a protocol used with IP (Internet
Protocol) to provide end-to-end connections, with flow control and such
like.  UDP is a connectionless protocol used amongst other things for
DNS and to establish links.   SYN bits are used for various things, such
as establishing connections.

  How should I configure
> ipchains so that no clients on my private network can access the
server
> via telnet?  (Say, my server has address 192.168.1.1, and my clients
> have address 192.168.1.X...)  What should I put into ipchains if I
want
> a particular (say the one with IP 192.168.1.Y) client to have access
via
> telnet?
>

If you *only* wanted 192.168.1.y to have access and you have a policy of
accept, then the rule

/sbin/ipchains -A input -j DENY -s ! 192.168.1.y -d 192.168.1.1 23 -p
tcp

should do it, I think.  (All as one line).  That would deny any
connections to the telnet port from anywhere other than 192.168.1.y.

If your default policy is not accept, then you might need more rules,
one to accept connections from various IPs to the server and another
to deny the rest.  (The first rule added would have priority.)

And set up hosts.deny and hosts.allow, too.

--
Mist.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: [EMAIL PROTECTED] (Mike Jagdis)
Subject: Re: DNS and demand dialing
Date: 10 Sep 1999 09:18:26 GMT
Reply-To: [EMAIL PROTECTED]

In article <[EMAIL PROTECTED]>, Dale Pontius wrote:
>Last I saw, the general concensus appeared to be that this com-
>bination just didn't work, and people had given up on it. Is this
>still the case, or is DNS+demand dialing now a solved problem?

"General consensus" is wrong then. It does work and is in
fact pretty much the only way you are going to be able to
control things if you want systems to be able to resolve
external names. But you have to be able to get the configs
right *for your circumstances*.

                                Mike

-- 
         Failure isn't an option - it's built in to Windows
.----------------------------------------------------------------------.
|  Mike Jagdis                  |  Internet:  mailto:[EMAIL PROTECTED]   |
|  Roan Technology Ltd.         |                                      |
|  2 Markham Mews, Broad Street |  Telephone:  +44 118 989 0403        |
|  Wokingham ENGLAND            |  Fax:        +44 118 989 1195        |
`----------------------------------------------------------------------'

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

From: Erhard Wais <[EMAIL PROTECTED]>
Subject: Problems with lprm !!!!
Date: Fri, 10 Sep 1999 11:35:48 +0200

When I want to remove a printjob from a print queue with lprm the
command stucks an I have to abort it with ctrl-c.
Since samba uses this command to remove printjobs, windows sometimes
crashes (that is not really a new behavior :-)) when I
try to remove a printjob from windows.
I use RH 5.1 with 2.0.36-3 and Samba 2.04b

Can someone help me ?

thanks


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

From: [EMAIL PROTECTED] (Thomas Zajic)
Subject: Re: IP packet generator for Linux?
Reply-To: [EMAIL PROTECTED]
Date: Fri, 10 Sep 1999 09:16:16 GMT

On Fri, 03 Sep 1999 19:29:21 -0400, Chap Harrison <[EMAIL PROTECTED]> wrote:

> [ ... ]
> I'm testing an ethernet-based IP router, and I would very much like to
> find a Linux tool that would allow me to create IP packets for
> transmission over the ethernet NIC.  In particular, I want to manipulate
> the IP header, including being able to insert bogus values therein.
> 
> Anyone heard of such tool?  Anyone know a good reason it's not possible?
> Such as, "there's no published interface"?
> [ ... ]

I think I saw something like this on Freshmeat (http://www.freshmeat.net)
recently, try here: http://freshmeat.net/appindex/1999/08/08/934163400.html

HTH,
Thomas
-- 
=-------------------------------------------------------------------------=
- Thomas Zajic  <thomasDOTzajicATtelewebDOTat>  Linux-2.0.37/slrn-0.9.5.7 -
-  "It is not easy to cut through a human head with a hacksaw."  (M. C.)  -
=-------------------------------------------------------------------------=

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

From: Johannes Rest <[EMAIL PROTECTED]>
Subject: wwwoffle - broken pipe?
Date: Fri, 10 Sep 1999 11:11:17 +0200

Hi!

I've got a problem with the www proxy wwwoffle. I've bought a
brand new PCI isdn card and successfully established a link to my
ISP... I've used wwwoffle with my analog modem with no problems,
but with isdn I'm getting strange error messages from wwwoffle;

something like wwwoffles[2..]: error writing to client [broken pipe]
I had netscape 4.61 running and configured it to use wwwoffle and
certain web pages did not load. In /var/log/messages the wwwoffle deamon

produced that output... I changed my configuration so that netscape uses

the proxy of my ISP directly: no problems...

Might it have something to do with my rather slow response times?
(ping says that the packages needed an average of about 50 ms,
which seems rather slow to me...)

I 'solved' my problem by configuring netscape to use the proxy of
my ISP but I would like to use wwwoffle in the future, so has anybody
an idea what's wrong?

Thanks in advance
Johannes
--
Johannes Rest   mailto:[EMAIL PROTECTED]
sd&m AG    http://www.sdm.de
Thomas-Dehler-Str. 27 , 81737 Muenchen, Germany
Tel +49 89 63812-438, Fax -444



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

From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: HELP!  How to login and activate DSL????
Date: 10 Sep 1999 09:41:12 GMT

Hello,
  I've got DSL through US West, both the line and as my internet provider. 
Because my area is new to DSL, I was only able to sign up for something
called the "select" program, meaning that I have to use Cisco Commander to
login to my provider, which then gives me net access for 2 hours. After 2
hours expire, I must reconnect if I wish to get back on the internet. 
Everything works well under Windows.  Now I'd like to use Linux. 
Unfortunately there isn't a Linux version of Cisco Commander... 
  Does anyone know of a way that I can login to US West under Linux?  If I
login via Windows and reboot to Linux, everything works fine for 2 hours,
then I must reboot to windows, login again, then go back to linux.  This is
tedious and not a desirable solution because of the 2hr DSL time limit until
I must login again. 
  Inside my machine is a 3com 3C905 ethernet card.  This plugs into my
external Cisco 675 router.  

Any suggestions would be greatly appreciated.

Thanks!

Henry



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

From: Guy Premont <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.sgi.admin
Subject: SGI with Linux server
Date: Fri, 10 Sep 1999 12:42:57 +0200

Hi,

I have a LAN of 8 SGIs (Indy, O2, Octane, Onyx RE2) and I'm trying to
set up a disk server with an intel box running RedHat Linux 6.0 with
kernel 2.2.5-22. The intel box also have a second network interface that
leads to a mainly PC LAN with very small traffic.

When the SGIs don't do large and constant access to the server,
everything works fine. But at some point (which I haven't discovered
yet) all network traffic stops. This happens usually under heavy load,
when several users simultaneously request file from the server, but
sometimes for no apparent reasons.

The only messages on the SGIs are 
  NFS2 read failed for server dupont: Timed out
or
  NFS2 write failed for server dupont: Timed out

The only peculiar message given by dmesg on the linux box is
  eth0: Transmit error, Tx status register 82.

I tried using NFS3 instead, using async NFS, I checked all cables,
plugs, other machines, patches, etc., but I couldn't find anything that
made it work correctly.

For all I know, it could be a problem with the SCSI cards inside the PC
but the only symptoms are related to network.

If anybody as an idea, or if someone has a configuration similar, i
would be happy to hear any suggestion.

Thanks,
Guy Premont

-- 
===========================================
          Silicon Worlds S.A.  
12, rue de Chatillon    75014 Paris  France
       Tel: +33 (01) 53.90.11.11
       Fax: +33 (01) 53.90.11.12
===========================================

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP hangs X
Date: 9 Sep 1999 13:32:48 -0500

Diego Calzolari ([EMAIL PROTECTED]) wrote:

> I've got RH6 and pppd 2.3.9. The fact is that when pppd starts (i.e.
> when I get my dynamic IP and only after that moment!) I'm no longer able
> to open windows! I must open all the applications I need BEFORE starting
> the connection.
> Everything else works good. I tried to start netscape from a previously
> open terminal and received the message "connection refused, cannot
> connect server 0:0" or something like this.
> Even killing the daemon is not enough! I'm not able to logout from gnome
> (or kde, it's the same), so I've got to use ctrl+alt+bs (getting core
> dump). When the login prompt appears it reports root@<domain given by my
> ISP>.

Take a look at the current thread in this group

  KPPP Causes X display to Lock

It may help.


--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* The signal-to-noise ratio is too low in many [news] groups to make
 * them good candidates for archiving.
 *    --- Mike Moraes, Answers to FAQs about Usenet */

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

From: [EMAIL PROTECTED]
Subject: WANNA HAVE SOME FUN AND MAKE SOME MONEY TO??
Date: Thursday, 09 Sep 1999 15:47:26 -0600

HEY WANNA HAVE SOME FUN AND PICK UP AN UNSECURED CREDIT CARD!! CHECK OUT THIS SITE!!!

FIND OUT HOW YOU CAN MAKE MONEY ALSO FROM THIS SITE!!!!

http://thebestcasino.members.easyspace.com


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

From: Avi Kivity <[EMAIL PROTECTED]>
Subject: Re: nslookup resolves, ping doesn't
Date: Fri, 10 Sep 1999 12:00:13 +0200

Ludger Solbach wrote:
> 
> I can connect to most hosts on the internet through my SuSE 6.2
> ppp-connection flawlessly. But I found a few that can be resolved via
> nslookup, while I cannot use any other tool to connect to them (ping,
> netscape etc., you name it). When I telnet to a host beyond the ppp
> link, I can reach those hosts with no problem. Does anyone have an idea
> where to look for the root of this strange problem?
> 
> Thanks,
> 
>         Ludger.
Similar problem here, but worse. Nslookup resolves everything, ping
resolves nothing:

/home/avi> nslookup www.kernelnotes.org
Server:  dns.netvision.net.il
Address:  194.90.1.5

Name:    kernelnotes.org
Address:  204.209.212.113
Aliases:  www.kernelnotes.org
                      /
home/avi> ping www.kernelnotes.org
ping: unknown host: www.kernelnotes.org
/home/avi>   

What is the difference in resolver configuration for ping and nslookup?

SuSE 6.2.

TIA, Avi

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

From: Aaron <[EMAIL PROTECTED]>
Subject: connect failure (dunno how to interpret)
Date: Fri, 10 Sep 1999 21:01:22 +1000

I cannot dial in to a certain number to my server.  below is the log
recorded by kppp :

Sep 10 20:40:15 vortex pppd[1657]: pppd 2.3.7 started by root, uid 0
Sep 10 20:40:15 vortex pppd[1657]: Using interface ppp0
Sep 10 20:40:15 vortex pppd[1657]: Connect: ppp0 <--> /dev/ttyS1
Sep 10 20:40:19 vortex pppd[1657]: Remote message: ^F
Sep 10 20:40:21 vortex pppd[1657]: Unsupported protocol (0x8029)
received
Sep 10 20:40:21 vortex pppd[1657]: Unsupported protocol (0x802b)
received
Sep 10 20:40:22 vortex pppd[1657]: BSD-Compress (15/12) compression
enabled
Sep 10 20:40:22 vortex pppd[1657]: Could not determine remote IP address
Sep 10 20:40:22 vortex pppd[1657]: Connection terminated.
Sep 10 20:40:22 vortex pppd[1657]: Connect time 0.2 minutes.
Sep 10 20:40:22 vortex pppd[1657]: Sent 528 bytes, received 457 bytes.
Sep 10 20:40:22 vortex pppd[1657]: Exit.


Does anybody know what '^F' means?
also, my loopback interface lo disappears after every reboot.  how do I
set it permanent?

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

From: Guy van Baalen <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: POP problem - ERR being read already /usr/spool/mail.....
Date: Fri, 10 Sep 1999 21:26:08 +1000

I know there's going to be an easy answer to this, but.....

My POP server / mail host is returning the error message:

-ERR being read already /usr/spool/mail/mymailfilename

when my mail client tries to check for new mail. Anyone have any ideas
on how to fix this? Here's some relevant points:

.    The problem happens with any POP client, running on any OS.
.    I can also reproduce the problem by telnetting to port 110 on the
mail host and issuing the USER and PASS commands by hand.
.    I can run elm and pine locally on the mail host and read my mail
without a problem.
.    I've deleted the file, waited for new mail to come in, same
problem.
.    I've deleted & recreated my account on the host, same problem.
.    I've deleted my account on the host, created a few dummy users then
recreated my account (therefore my account = new UID), same problem.
.    All machines being used are on the same ethernet.
.    Rebooting the host also doesn't help. (I thought maybe a rogue
process holding the file locked open).
.    I've deleted all / any .lck files I can find, no difference.
.    If I cp /usr/spool/mail/mymailfile to /usr/spool/mail/root, then
modify the client to check root's mail (or telnet to port 110, as
above), I get the ERR message. This is after the three delete & recreate
steps described above.

Any ideas gratefully received,

Guy



========================================================================
Guy van Baalen                                          [EMAIL PROTECTED]
JB IT Services P/L




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

From: Marco Costa <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,comp.os.linux.misc
Subject: SupraMax PCI Modem under Red Hat 5.2
Date: Fri, 10 Sep 1999 12:25:28 +0100

Hi.

I bought a SupraMax 56k PCI and it works fine under Windows 9x/NT.
I tried to use it under Red Hat Linux 5.2 and I could not get the modem
to work.

Before I bought it, I checked
http://www.redhat.com/corp/support/hardware/intel/52/rh52-hardware-intel-14.html#ss14.3

and it says that the following (among others) are incompatible modems:

- Plug-and-Play (PNP) modems (these may be set up via isapnptools and
setserial).
- Modems that require software drivers for compression, error
correction, high-speed operation, etc.
    - PCI Memory Mapped Modems (these do not act like serial ports)
        - Internal SupraExpress 56k
        - Internal SupraSonic 56k
        - ...

But is says nothing about SupraMax. So I assumed it would work.

I have read now "Modems: Traditional, Controller-less and Soft" white
paper
http://www.supra.com/products/white-papers/communications/c-less_paper.html

and now I am afraid that is too late.

Is it possible to get the modem working in a different OS other that
Windows 9x/NT ?
And is it possible to get the modem working under Linux ?

Thank you
Goncalo
[EMAIL PROTECTED]




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

From: Chris Rankin <au.com.zipworld@{no.spam}rankinc>
Subject: Re: Finding ppp0 IP (dynamic) in a C program
Date: Fri, 10 Sep 1999 21:54:43 +1000

Colin Guthrie wrote:
> I want to write a program that can get the IP address of the device ppp0.

The magic words are:

  #include <sys/ioctl.h>

  struct ifreq  socketRequest;
  int ret;

  strcpy(socketRequest.ifr_name, "ppp0");
  socketRequest.ifr_ifru.ifru_addr.sa_family = AF_INET;

  ret = ioctl(sockfd, SIOCGIFADDR, &socketRequest);

Chris.

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

From: "M.C. van den Bovenkamp" <[EMAIL PROTECTED]>
Subject: Re: nslookup resolves, ping doesn't
Date: Fri, 10 Sep 1999 13:52:11 +0200

Avi Kivity wrote:

> Similar problem here, but worse. Nslookup resolves everything, ping
> resolves nothing:
> 
> What is the difference in resolver configuration for ping and nslookup?

Ping uses /etc/resolv.conf (or better, it uses the standard resolver
library, which uses...), and nslookup does not; it goes to DNS
regardless of what /etc/resolv.conf says. Probably /etc/reolv.conf isn't
setup to use DNS.

                Regards,

-- 
                        Marco van den Bovenkamp.

        CIO EMEA Network Design Engineer,

        Lucent Technologies Nederland.
        Room: HVS BGK 25
        Tel.: (+31-35-687)2724
        Mail: [EMAIL PROTECTED]

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

From: "FEEB" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: xdm while NCD to RedHat6.0 - no response
Date: Fri, 10 Sep 1999 07:59:19 -0400 (EDT)
Reply-To: "FEEB" <[EMAIL PROTECTED]>

On 10 Sep 1999 03:46:44 GMT, Grahame M. Kelly wrote:

>> 
>>>
>>> Unfortunately, that did not work.  But I upgraded to the newer version 
of
>>> the NCD software (3.3.2) and I am getting the CHOOSER screen with a 
menu of
>>> about 20 *NIX boxes I can connect to EXCEPT the one I want to connect 
to.
>>> If I force the address of the RedHat6.0 box in CHOOSER I get:
>>>
>>> asking host "the.RedHat.box" for XDMCP session
>
>I too have send too much time trying to get my 4 x NCD15r's running
>under RH6.0+, and yet they run OK under RH5.2.
>
>Yes the problem is the prefdm rather than xdm.
>I substitued as others have pointed out in /etc/inittab 
/usr/X11R6/bin/xdm.
>I had additional problems with the RH6.0 xfs (/etc/rc.d/init.d/xfs) 
starting
>and shutting down correctly. I modified the /etc/rc.d/init.d/xfs as 
follows:

I got it running now.  However, I would like to ask one more question:

Would you have a utility for conversion of NCD config files from version 
2.4.3 to 3.3.1?  I know it exists because I have man pages for it, I am 
just not able to find it anywhere.  I just do not want to go through the 
whole ncd_std file and convert it manually.

Thanks




Frank Bures, [EMAIL PROTECTED] (use this address for replies)
http://frank.chem.utoronto.ca/electronics
Warning: Received flame-mail will be reposted on the UseNet in full




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

From: "Algot Runebjörk" <[EMAIL PROTECTED]>
Subject: Re: Linux as a firewall
Date: Fri, 10 Sep 1999 14:30:53 +0200

/usr/doc/HOWTO/mini/IP-Masquerading

Stefano Rivoir skrev i meddelandet <7raqtm$116$[EMAIL PROTECTED]>...
>I need to setup Linux to act as a firewall for a LAN versus other connected
>LAN. I have many doubts about kernel to use (now 2.0.36, Debian 2.1),
>ipchains, ipfwadmin and so on. Can anybody tell me where to find possibly
>exhaustive documentation about firewalling?
>
>Thanks for any reply.
>
>



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

From: dave <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: syntax of /etc/hosts.lpd?
Date: Fri, 10 Sep 1999 13:42:43 +0100

Hi j

> other network stuff such as NFS is working fine, I believe that the file
> /etc/hosts.lpd is not set up properly. I tried to find the syntax from

JUST the FQDN no numbers no comments no (other) nothing

eg:-

your.remote.pc

davef


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

From: [EMAIL PROTECTED] (Lew Pitcher)
Subject: Re: Networking
Reply-To: [EMAIL PROTECTED]
Date: Fri, 10 Sep 1999 12:27:52 GMT

There's plenty of documentation and instruction on how to do this.
Take a look at the "Linux Documentation Project" (http://www.linuxdoc.org/),
especially the HOWTO section. 

http://www.linuxdoc.org/HOWTO/HOWTO-INDEX-3.html#ss3.1 should be of interest,


On Thu, 09 Sep 1999 19:33:44 GMT, [EMAIL PROTECTED] wrote:

>I have just started using Linux, and my wife runs windows98. I was
>wondering where I could find info on what I need to hook these two
>together to share printers, and hard drives etc. I want to do this
>mostly as a learning experience. Any help is appreciatred,
>
>Ross Jones
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.


Lew Pitcher
System Consultant
Toronto Dominion Financial Group

([EMAIL PROTECTED])


(Opinions expressed are my own, not my employer's.)

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

From: "Stefano Rivoir" <[EMAIL PROTECTED]>
Subject: Linux as a firewall
Date: Fri, 10 Sep 1999 13:45:06 +0200

I need to setup Linux to act as a firewall for a LAN versus other connected
LAN. I have many doubts about kernel to use (now 2.0.36, Debian 2.1),
ipchains, ipfwadmin and so on. Can anybody tell me where to find possibly
exhaustive documentation about firewalling?

Thanks for any reply.



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


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