Linux-Networking Digest #940, Volume #11 Mon, 19 Jul 99 15:13:51 EDT
Contents:
DNS server problems! (Rob Calfee)
netscape in RH6.0 (manhattanian)
modem for RH6.0 (manhattanian)
apache directories ("Ashwin K. Raj")
Re: chat script problems ("Morris Maynard")
Re: Connect to ISP when phone rings: is this possible? (Sitaram Chamarty)
Network Speed ("Juan Carlos")
Re: Problem with dial-up networking on Linux ("Morris Maynard")
Re: Ipchains & Port Forward ("Morris Maynard")
Re: RCN USRobotics CMX cable modem woes... ([EMAIL PROTECTED])
Re: PPP Problem (Clifford Kite)
How to setup linux as a ras server? (Jeroen de Haas)
NetGear Ethernet Card (root)
Re: Weird ppp problem... ("Morris Maynard")
Linux Dial Up Networking ([EMAIL PROTECTED])
yppasswd/IRIX6.5/Linux (Ursula Pieper)
Re: What is Samba? ("Morris Maynard")
Re: Linux based ISDN RAS ("Morris Maynard")
Re: Kernel NFSD and hosts.deny woes (Edward S Meadows)
Re: Linux dial-in from NEC computer ("J.F.Wilkus")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Rob Calfee)
Subject: DNS server problems!
Date: Mon, 19 Jul 1999 17:18:16 GMT
Hi all,
My friend is having problems setting up his DNS name server. Below
are all the files. The first is the actual error from nslookup.
Could someone with more knowlegde of the subject look at these files
and try find any errors that may be present. He is trying to setup a
prmary nameserver for the Internet. I know he'd appreciate, him being
my boss and all. Thanks in advance.
Rob Calfee
Oracle DBA
[EMAIL PROTECTED] (or the at the sig below)
IP of Server - 207.199.219.3
name of server - ns1.webdsp.net
Error being given by nslookup
[root@NS1 named]# nslookup
*** Can't find server name for address 207.199.219.3: Server failed
*** Default servers are not available
_____________________________________________________________________
;NAMED.BOOT
;
; a caching only nameserver config
;
directory /var/named
cache . named.ca
primary webdsp.com named.hosts
primary 219.199.207.in-addr.arpa named.rev
______________________________________________________
;NAMED.HOSTS
;named.hosts file for webdsp.com
;
@ IN SOA ns1.webdsp.net. jhonken.webdsp.net. (
99071901 ; serial number
86400 ;refresh 24 hrs
300 ; retry 5 minutes
2592000 ; expire 30 days
86400 ; minium 24 hrs
)
IN NS ns1.webdsp.net.
;
; The domain itself
;
@ IN A 207.199.219.3
IN MX 100 mailhost.webdsp.net
IN HINFO PC-586 Linux
;
; The primary Nameserver
;
ns IN A 207.199.219.3
nameserver IN CNAME ns1.webdsp.net.
;
; Other Hosts
;
localhost IN A 127.0.0.1
_________________________________________________________
NAMED.LOCAl
@ IN SOA localhost. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
1 IN PTR localhost.
__________________________________________________________
;NAMED.REV
;named.rev file for webdsp.com
;
@ IN SOA ns1.webdsp.net. jhonken.webdsp.net. (
99071902 ; serial number
86400 ; refresh 24 hrs
300 ; retry 5 minutes
2592000 ; expire 30 days
86400 ; minium 24 hrs
)
IN NS ns1.webdsp.net.
;
; Reverse map the IP addresses
;
3 IN PTR ns1.webdsp.net.
___________________________________________________________
;NAMED.CA
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
; (e.g. reference this file in the "cache . <file>"
; configuration file of BIND domain name servers).
;
; This file is made available by InterNIC registration services
; under anonymous FTP as
; file /domain/named.root
; on server FTP.RS.INTERNIC.NET
; -OR- under Gopher at RS.INTERNIC.NET
; under menu InterNIC Registration Services (NSI)
; submenu InterNIC Registration Archives
; file named.root
;
; last update: Aug 22, 1997
; related version of root zone: 1997082200
;
;
; formerly NS.INTERNIC.NET
;
. 3600000 IN NS A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
;
; formerly NS1.ISI.EDU
;
. 3600000 NS B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET. 3600000 A 128.9.0.107
;
; formerly C.PSI.NET
;
. 3600000 NS C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
;
; formerly TERP.UMD.EDU
;
. 3600000 NS D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET. 3600000 A 128.8.10.90
;
; formerly NS.NASA.GOV
;
. 3600000 NS E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
;
; formerly NS.ISC.ORG
;
. 3600000 NS F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
;
; formerly NS.NIC.DDN.MIL
;
. 3600000 NS G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
;
; formerly AOS.ARL.ARMY.MIL
;
. 3600000 NS H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53
;
; formerly NIC.NORDU.NET
;
. 3600000 NS I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
;
; temporarily housed at NSI (InterNIC)
;
. 3600000 NS J.ROOT-SERVERS.NET.
J.ROOT-SERVERS.NET. 3600000 A 198.41.0.10
;
; housed in LINX, operated by RIPE NCC
;
. 3600000 NS K.ROOT-SERVERS.NET.
K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
;
; temporarily housed at ISI (IANA)
;
. 3600000 NS L.ROOT-SERVERS.NET.
L.ROOT-SERVERS.NET. 3600000 A 198.32.64.12
;
; housed in Japan, operated by WIDE
;
. 3600000 NS M.ROOT-SERVERS.NET.
M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
; End of File
Rob Calfee
DBA
[EMAIL PROTECTED]
Rob Calfee
DBA
[EMAIL PROTECTED]
------------------------------
From: manhattanian <[EMAIL PROTECTED]>
Subject: netscape in RH6.0
Date: Mon, 19 Jul 1999 12:14:52 -0400
==============2AF4CDE3814D41A16A0E7903
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi, Linux guys
I installed the RH6.0. The problem is when I use the netscape to surf, it crashes
whenever it meets java. The error message is Bus error. Anyone can give me some clue
to fix it?
Thanks.
--
_________________________
Zheng Wang
Tel: 212-802-6276
Fax: 212-802-6253
==============2AF4CDE3814D41A16A0E7903
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<pre>Hi, Linux guys</pre>
<pre>I installed the RH6.0. The problem is when I use the netscape to surf, it crashes
whenever it meets java. The error message is Bus error. Anyone can give me some clue
to fix it?</pre>
<pre>Thanks.</pre>
<pre></pre>
<pre>--
_________________________
Zheng Wang
Tel: 212-802-6276
Fax: 212-802-6253</pre>
</html>
==============2AF4CDE3814D41A16A0E7903==
------------------------------
From: manhattanian <[EMAIL PROTECTED]>
Subject: modem for RH6.0
Date: Mon, 19 Jul 1999 12:18:55 -0400
==============110533DE63B64C7CDFB85EAF
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi,
Anybody can name some brands of modem that really works under RH6.0?
Thanks.
--
_________________________
Zheng Wang
Tel: 212-802-6276
Fax: 212-802-6253
==============110533DE63B64C7CDFB85EAF
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi,
<br>Anybody can name some brands of modem that really works under RH6.0?
<p>Thanks.
<pre>--
_________________________
Zheng Wang
Tel: 212-802-6276
Fax: 212-802-6253</pre>
</html>
==============110533DE63B64C7CDFB85EAF==
------------------------------
From: "Ashwin K. Raj" <[EMAIL PROTECTED]>
Subject: apache directories
Date: Mon, 19 Jul 1999 12:12:52 -0500
Reply-To: "Ashwin K. Raj" <[EMAIL PROTECTED]>
I installed Apache 1.3.6 (accompanying Slackware 3.9). I notice someting
strange...
A perl script that generates a html page with some output, also contains
an url link. the link is to a html page in the </WWW/httpd/htdocs>
directory where all the other html files are placed. The perl scripts are
in the </WWW/httpd/cgi-bin> directory. The index.html and all other pages
are loaded correctly, but only the html page generated by a perl script is
not passing the right url to the output.
the part in the perl script looks like this:
print "<A HREF=\"continue.html\" TARGET=\"window\">Home</A>";
so, this is an url in the generated page. But when I click on this url, it
is looking for <continue.html> in the </WWW/httpd/cgi-bin/cgi-bin>
directory. Why is this? The corresponding parts of the <httpd.conf> file
is something like this:
DocumentRoot /WWW/httpd/htdocs
ServerRoot /WWW/httpd
ScriptAlias /cgi-bin/ /WWW/httpd/cgi-bin/
<Directory /WWW/httpd/cgi-bin>
...
...
</Directory>
Please tell me why it is looking into the cgi-bin for an existing
<continue.html> when I have the DocumentRoot set to </WWW/httpd/htdocs>.
Isin't it independednt of the perl script's location? If not, how do I
make a perl script generate an url for a document in the
</WWW/httpd/htdocs> directory?
I will be earnestly looking for someone's help on this. Thanks a lot!
Ashwin
Grad Assistant
ETL, UIC
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: chat script problems
Date: Mon, 19 Jul 1999 13:22:00 -0400
Is pppd using device /dev/modem or a device like /dev/ttyS1?
Minicom by default uses /dev/modem, but pppd won't work with that.
Dean <[EMAIL PROTECTED]> wrote in message
news:5Bvk3.1871$Yl.1382@wards...
> I can connect to my ISP using minicom, I can even conect using network
setup
> from red-hat's control panes, but I can't get chat to even talk to the
> modem. Looking in /var/log/messages the modem never responds to anything.
> I've tried something simple like
>
> Abort '\nBsuy\r'
> '' \rAT
> 'OK-+++\c-OK' ATH0
> etc
>
> but it never gets anywhere, what am I doing wrong?
>
> Dean
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Sitaram Chamarty)
Crossposted-To: comp.os.linux.misc
Subject: Re: Connect to ISP when phone rings: is this possible?
Date: Sun, 18 Jul 1999 16:55:20 GMT
On 18 Jul 1999 08:36:36 +0200, Robert Clare <[EMAIL PROTECTED]>
wrote:
>Hi. I know of two programs on the market that can do this. There are
>probably more... Take a look at ringconnectd and xringd. Both should
>be available at your local sunsite mirror. I have used ringconnectd
>in the past and it worked perfectly.
Dont know about ringconnectd, but xringd is capable of pretty
complex "sequence detection" - like 3 rings, then 30-60 seconds
silence, then 1 ring, then at least 30 seconds silence, etc.
I have used this in the past to make the computer do different
things (one sequence would grab the From: and Subject: of all my
new emails and send it to my pager, another would connect to my
ISP, etc.)
------------------------------
From: "Juan Carlos" <[EMAIL PROTECTED]>
Subject: Network Speed
Date: Sun, 18 Jul 1999 13:17:38 -0700
When I ftp files from linux to Windows I attain a speed of about
526kbytes/sec. If I have a 10Mb/s ethernet card, isn't this about half of
what I should experience? I am not a networking expert, so if this
question is naive, please forgive me.
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Problem with dial-up networking on Linux
Date: Mon, 19 Jul 1999 12:47:47 -0400
I just got this working, and my ISP uses the same 3Com device. I don't
remember the exact config files (and I'm at work where I'm safe from Linux)
but I believe they are these in /etc/sysconfig/network-scripts/:
pap-secrets
chat-ppp0
ifcfg-ppp0
If you use netcfg from within X-windows, go to the Communications tab and
make sure there are NO Send or Expect strings. Then go to the PAP or CHAP or
CHAT tab (memory again) and enter your username and password there. For
PAP/CHAP authentication to work, the transaction goes on in binary, not as a
text exchange.
Mike Arias <[EMAIL PROTECTED]> wrote in message
news:7mu65s$lb6$[EMAIL PROTECTED]...
> I have gone through all the HOW-TO's and I am still not able to establish
> a ppp connect with my ISP. Here's what the log file looks like:
>
> Serial connection established.
> Using interface ppp0
> Connect: ppp0 <--> /dev/ttyS0
> sent [LCP ConfReq id=0x1 <mru 1500> <magic 0xdabccd7b> <pcomp> <accomp>]
> last message repeated 9 times
> LCP: timout sending Config-Requests
> Connection terminated.
> Exit.
>
> I've tried using +pap, +chap, ogin:. Nothing seems to work. I know for a
> fact that they (my ISP) have the 3Com Total Control boxes. I am able
> toconnect from within Win95, and NT.
>
> If anyone can help me I would greatly appreciate it.
>
> Thanks,
> Mike
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: Ipchains & Port Forward
Date: Mon, 19 Jul 1999 13:32:18 -0400
>From what I understand, you can load a module to support ftp for ipchains:
insmod ip_masq_ftp
in rc.local BEFORE the ipchains commands works for me.
Christopher Gruber <[EMAIL PROTECTED]> wrote in message
news:XWyk3.4218$[EMAIL PROTECTED]...
> From what I understand of IPCHAINS, there isnt a module "yet" to handle
> FTP... Since FTP uses both TCP 20 and 21, its a little different than say
an
> HTTP reguest which just uses TCP 80. If you wanted to send requests to a
web
> server you could, just not a FTP server...
>
>
> Justin <[EMAIL PROTECTED]> wrote in message
> news:GSZj3.29630$[EMAIL PROTECTED]...
> > I am having problem getting Port Forwarding to work with IP Chains.
> > im am using Slackware 4.0 ( 2.2.10 )
> >
> > I have ip masq setup .
> > i want FTP requests on port 420 on my Linux BOX to be sent to
> > 192.168.0.2 ( local ) port 21
> > but i still want to keep my ftp in linux on port 21.
> >
> > if you can tell me what ipchains command i need to do please help me out
> > (im pulling my hair out here )
> >
> > thanks =D
> >
> >
> >
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: RCN USRobotics CMX cable modem woes...
Date: Mon, 19 Jul 1999 17:00:50 GMT
I'm having almost the exact same problem. Can anyone suggest a solution?
gary
In article <7m4ueg$am4$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> Hi,
>
> I've been using MediaOne's cable modem service (with dhcpcd) for a
year
> now on my RedHat 4.2 machine. I decided to switch to RCN recently and
> now, my dhcp doesn't work anymore. They gave me a USRobotics CMX
cable
> modem. Their IP addresses don't change once they give u one (they
claim
> and I've sort of verified it thru booting 98 many times). My win98
box
> works fine with it. I've even tried setting it up statically (not
using
> dhcpcd) with the same numbers I got out the win98 box winipcfg and
that
> doesn't work either. I tried it on another box running RedHat 5.2
using
> the dhcpcd that came with it and that doesn't work either. I know
> people have said they've gotten that modem to work fine with 5.2 and
> dhcpcd. I don't know if it's something I setup wrong or if it's a
linux
> dhcpcd/RCN compatibility problem. Any help would be GREATLY
> appreciated!
>
> Thanks,
> -Mike
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP Problem
Date: 19 Jul 1999 11:43:56 -0500
CJS ([EMAIL PROTECTED]) wrote:
: On a RedHat v6.0 system, I'm having a problem with PPP. I can dial in
: to my ISP, but once I'm in, the connection is never clean, at first
: 20% - 30% packet lost and then after a minute or so it's 100% packet
: loss. Here's the errors found in /var/log/messages:
: Jul 18 20:33:15 catspring pppd[1119]: pppd 2.3.7 started by root, uid 0
: Jul 18 20:33:15 catspring pppd[1119]: Using interface ppp0
: Jul 18 20:33:15 catspring pppd[1119]: Connect: ppp0 <--> /dev/ttyS0
: Jul 18 20:33:27 catspring pppd[1119]: Remote message: ^F
: Jul 18 20:33:27 catspring pppd[1119]: local IP address 207.170.123.88
: Jul 18 20:33:27 catspring pppd[1119]: remote IP address 207.170.123.129
: Jul 18 20:33:48 catspring kernel: VFS: file-max limit 4096 reached
: Jul 18 20:33:50 catspring kernel: Unable to load interpreter
One thing to check is whether or not you included crtscts as a pppd
option. Dunno what to make of the VFS: kernel message though.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* Better is the enemy of good enough. */
------------------------------
From: [EMAIL PROTECTED] (Jeroen de Haas)
Subject: How to setup linux as a ras server?
Date: Mon, 19 Jul 1999 18:04:10 GMT
Hi,
I try to find which package I need to install to setup my linuxbox
as a Remote Access Server? I want to be able to dial into my linuxbox
and get an ip address from it, so I can access my local network from
remote.
Any help will be appreciated.
Jeroen de Haas
------------------------------
From: root <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: NetGear Ethernet Card
Date: Mon, 19 Jul 1999 19:27:53 +0100
I have a NetGear EA201 10mbps card and I need a Linux driver. Anyone
know of one?
Reply to email, if possible.
Thanks.
Norton.
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: Weird ppp problem...
Date: Mon, 19 Jul 1999 13:02:21 -0400
I had the same problem behavior. I added the option 'novj' to my
/etc/ppp/options file, and also in /etc/sysconfig/network-scripts/ifcfg-ppp0
in the "ppp-opts" line. Two different ISPs in my area fail to cope well with
("Van Jacobsen") IP header compression. GoFig. Of course your issue may be
entirely different.
Vishnu Swaminathan <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I am running RedHat 6.0 on my laptop. I use ppp 2.3.7 to dial into the
> computers in school. Everything works fine, apart from an error message
> that I get saying "Unsupported protocol 0x8029 received". I can ping all
> computers, including the gateway, I can ping outside of my subnet, but for
> some reason I cannot seem to telnet/ftp into the machines. When I try
> telnet ee.duke.edu, I get
>
> Trying 152.3.17.193...
> Connected to ee.duke.edu.
> Escape character is '^]'.
>
> And my xterm hangs at this point. There are no messages in my logs
> pointing me to the probable cause. When I deactivate the link, and then
> reactivate it (using netcfg), things work *sometimes*. I can telnet and
> stuff, but for the most part, the xterm simply hangs...
>
> Any light on this would be greatly appreciated.
>
> Thanks,
>
> -Vishnu
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: Linux Dial Up Networking
Date: Mon, 19 Jul 1999 17:39:49 GMT
Greetings.
I have a requirement to set up a dial up access to
an ISP for a group of people. I want to know if
there is software available to run on linux that
will access the ISP and download all mail on a
scheduled basis. Or should I look at setting it
up to run on "cron"?
Thanks....
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Ursula Pieper <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.sgi.admin
Subject: yppasswd/IRIX6.5/Linux
Date: Mon, 19 Jul 1999 14:28:58 -0400
Since we changed to IRIX 6.5 it is not longer possible to change the
password using yppasswd. The error message is:
couldn't change passwd
Same problem on linux (Redhat 5.2), but there the error message is:
RPC: Unable to receive
The YP password has not been changed on (hostname).
Does anybody know how to fix the problem?
Thanks,
Ursula
=============
Ursula Pieper
[EMAIL PROTECTED]
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: What is Samba?
Date: Mon, 19 Jul 1999 13:54:27 -0400
Samba is a server program for Linux that provides Simple Message Block
services on the Linux machine. SMB is one protocol used in Windows networks
(NT/95/3.11). This allows the Linux box to appear, in many but not all ways,
to be a Windows NT server. For instance, it allows you to "share"
directories on the Linux box which will appear in the Windows Explorer
directory browsers, and to share Linux's printers as well. Linux + Samba can
currently perform some of NT's password validation and maintenance services.
To what extent is still not clear to me (I've read the docs!) and I'm
experimenting to find out.
Michael <[EMAIL PROTECTED]> wrote in message
news:7mqnmq$qma$[EMAIL PROTECTED]...
> What is Samba, Is it a server?
>
>
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: Linux based ISDN RAS
Date: Mon, 19 Jul 1999 14:33:25 -0400
The modems at either end negotiate the bonding. There may be an AT command
to select "Multilink PPP" (this is the case on my AdTran Ethernet Express).
For the AdTran there are also several 'S' register settings to allow
dynamically bringing up the second B channel. Depending on your modem and
telco, you may have to provide the phone number to the modem in the form
<channel A number>&<channel B number>. The 3COM Office Connect LanModem has
a Web-browser-based setup where you check a check box to enable single link,
multilink, or dynamic allocation. My impression is that most newer modems do
this more or less transparently.
Devin Redlich <[EMAIL PROTECTED]> wrote in message
news:LW4j3.48$[EMAIL PROTECTED]...
> I've got a linux box with a Cyclades-Z serial board running as a remote
access
> server. I've currently got a number of analog modems connected to the
system,
> which work fine. Now I want to add ISDN support. For the time being, I
just
> need one ISDN modem (for a dedicated line to a remote office). I'm
looking at
> the 3com Impact IQ, but I'm unclear on how bonding of the two B channels
> works. Is this negotiated between the two modems, or do I have to do some
> configuration magic on the portslave box? Note that the other end of the
ISDN
> connection is a Wingate box running on Win95. Tia.
------------------------------
From: [EMAIL PROTECTED] (Edward S Meadows)
Subject: Re: Kernel NFSD and hosts.deny woes
Date: 19 Jul 1999 13:09:48 -0400
Since installing RH 6.0, I've had similar problems with
/etc/hosts.deny and /etc/hosts.allow. I copied these from my
previous RH 5.2 installation and found that ftp and telnet would
not work from (formerly) privileged hosts. If I comment out
everything (so that these files are effectively empty), all
services seem to work.
NFS mounts *are* working for me, even when telnet and ftp don't.
Edward S. Meadows [EMAIL PROTECTED]
Dept. of Chemical Engineering Office: (302) 831-0726
University of Delaware Home/fax: (302) 369-0777
In article <[EMAIL PROTECTED]>,
David Nillesen <[EMAIL PROTECTED]> wrote:
> If i put ALL: ALL in hosts.deny i can no longer share any NFS mounts
>out. Even if I allow all services for a particular host it still wont
>allow a connection.
> This is annoying me , because i would like to have my system fairly
>secure.
> Any ideas?
>--
> Thanks,
> David Nillesen
>
--
Edward S. Meadows [EMAIL PROTECTED]
Dept. of Chemical Engineering Office: (302) 831-0726
University of Delaware Home/fax: (302) 369-0777
------------------------------
From: "J.F.Wilkus" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,ahn.tech.linux
Subject: Re: Linux dial-in from NEC computer
Date: Mon, 19 Jul 1999 10:46:42 -0800
[EMAIL PROTECTED] wrote:
> I'm pretty new to Linux OS, and I'm trying to get dial-up Internet
> access to work with my computer.
>
> I initially had Internet access via my college's in-room connection to
> the Internet. Now, I've graduated, and I wanted to connect to the Net
> with my local ISP. I'm using a number of different ISPs -- Compuserve,
> MSN, and Netzero.
>
> I tried to follow the directions in my "Using Linux" book. It referred
> me to a program called "dip" to do dial-in, but I don't have that
> program installed.
>
> How can I get myself up and running on the Net?
>
> Lewis
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
The easiest way to do it is to go to freshmeat.net and search for
"wvdial". Its very simple to use and should have you on the net in no
time.
--
J.F.Wilkus [tflat] matrix.astrocreep.net
icq 10933411 SuSE 6.1
http://astrocreep.net Kernel 2.0.36
------------------------------
** 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
******************************