Linux-Networking Digest #208, Volume #10         Sun, 14 Feb 99 22:13:49 EST

Contents:
  Win98 Redhat Linux and a Cable Modem ("Marc Williams")
  Netscape won't search (Mark)
  Re: FTP not working w/ipchains, help desperately needed (Clinton Pierce)
  Re: loopback interface set to disabled (Heath Harry)
  Re: !Re: Help: One way Cable Modems (brian moore)
  Re: where to find qt 1.42 (David Efflandt)
  sockaddr var. and scope problem !!! (Martin)
  Win98 - linux TCP/IP connectivity ("Mark T")
  Fetchmail/procmail question (Juergen Fiedler)
  NFS-Root With a 3c905B (Sidney Berg)
  Re: linux & VPN ([EMAIL PROTECTED])
  3c905 problems?? (Dad)
  ipfwadm: Deny or Reject? (Rob)
  Diald woes... (David Gardner)
  Masquerade Problems: Simple Question
  /var/log/messages deleted! ([EMAIL PROTECTED])
  Re: Replacing NT Server with RH5.1..? (Michal Jaegermann)
  3c509 + 3c59x = Barfff (Christian Aasland)
  Re: D-Link DFE530-TX not working with tulip.o ("teacup")
  network problem with kernel 2.2.1 Linksys PCI 10/100 ("m")
  Hayes commands .... ("David")
  PCI 10/100 Ether board recommendations? (Nathan Mates)
  Re: Configuring Linux on a permanent (not PPP) Connection to Internet ("David")
  Re: help me APACHE 1.3.3 and DNS (Brian Lavender)
  HELP! "SIOCADDRT: Invalid Argument" ("Eriksson")
  Re: MS Explorer 4.0 for Unix ("Colin D Doty")
  linux & VPN ([EMAIL PROTECTED])

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

From: "Marc Williams" <[EMAIL PROTECTED]>
Subject: Win98 Redhat Linux and a Cable Modem
Date: Sun, 14 Feb 1999 18:53:40 -0600

Hi,

      I have a Win98 PC which we'll call computer X, and a Redhat Linux PC
which we'll call computer Y, both are connected to an Intel 5 port hub which
connects to a SURFboard cable via a crossover port on the hub.

If I set up both computers with the same IP address, domain name, and domain
name search numbers I can connect to the internet without a problem. my
cable service provider only gives me  1 IP address.

What I would greatly appreciate help with is there a way to allow computer X
and computer Y to connect to the internet at the same time, over the same
cable modem, and be able to share files and services with each other ( i.e.
computer Y being a file server for computer X)

If that's not possible, what address ( IP, dns,etc..)  can I use for
computer Y that would allow me to connect computer X to allow file sharing
and make it a server for my local network without using somebody else's
existing IP address info.

I would greatly appreciate any help anyone could give me.

-Thank You in advance
-Marc





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

Date: Sun, 14 Feb 1999 18:45:14 -0600
From: Mark <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Netscape won't search

First of all, where does one post Netscape for Linux questions?

Second, when I try to search for messages under edit, netscape gives me
an nttp error message.
I don't completely understand this as Netscape will download messages
and sort them.


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

From: [EMAIL PROTECTED] (Clinton Pierce)
Subject: Re: FTP not working w/ipchains, help desperately needed
Date: Mon, 15 Feb 1999 00:56:47 GMT

Yes, it's bad form to follow-up on your own posting.  But here's
everything I could scratch up on the problem.  Doing a TCPDUMP on the
external Net, this is what a "dir" looks like:

[domain names trimmed off with sed for space.  "members" is the
server, "c49404-a" is the client system]

38:33.466943 c49404.61775 > members.ftp: P 31:56(25) ack 288 win 16384
38:33.587259 members.ftp > c49404-a.61775: . ack 56 win 65024
38:33.589655 members.ftp > c49404-a.61775: P 288:318(30) ack 56 win
65024
38:33.591161 c49404-a.61775 > members.ftp: P 56:62(6) ack 318 win
16384
38:33.707123 members.ftp > c49404-a.61775: . ack 62 win 65024
38:33.742748 members.ftp > c49404-a.61775: P 318:371(53) ack 62 win
65024
38:33.938965 c49404-a.61775 > members.ftp: . ack 371 win 16384
38:37.423408 members.ftp > c49404-a.61775: P 371:395(24) ack 62 win
65024
38:37.492038 c49404-a.61775 > members.ftp: . ack 395 win 16360

...and this is it.  The client is stuck displaying:

        200 PORT command successful
        150 Opening  ASCII mode data connection for /bin/ls

Oddly enough...sometimes, rarely (5%), this works.  'Can't explain it.
I've tried setting the connection to passive, thus:

        ftp> quote pasv
        227 Entering Passive Mode (24,0,0,28,177,99)
        ftp> dir
        200 PORT command successful.
        150 Opening ASCII mode data connection for /bin/ls.

        ...hang...

And it consistantly doesn't work.  I've used both MS clients and UNIX
clients (ncftp, AIX's ftp) with identical results.

# ipchains -L
Chain forward (policy ACCEPT):
target  prot opt     source                destination           ports
MASQ    all  ------  192.168.1.0/24        anywhere              n/a
# lsmod 
Module                  Size  Used by
ip_masq_cuseeme          772   0  (unused)
ip_masq_raudio          2628   0  (unused)
ip_masq_ftp             2100   2
ip_masq_irc             1328   0  (unused)


According to "lsmod" the ip_masq_ftp module is there, it's being
activated, but nothing good comes of it.

/var/log/messages contains nothing spectacular, nothing interesting on
the console.  My relevant kernel build options:

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_FIREWALL=y
CONFIG_NET_ALIAS=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK=y           
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_IP_ALWAYS_DEFRAG=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_MASQUERADE=y

CONFIG_IP_MASQUERADE_MOD=y
CONFIG_IP_MASQUERADE_IPAUTOFW=y
CONFIG_IP_MASQUERADE_IPPORTFW=y
CONFIG_IP_MASQUERADE_MFW=y
CONFIG_IP_ROUTER=y
CONFIG_IP_ALIAS=y
CONFIG_SYN_COOKIES=y


Everything else is working WONDERFULLY.  This FTP thing is really
putting a cramp in Linux's reputation (not to mention mine!) though...
 
-- 
"If you rush a Miracle Man, you get rotten miracles"
                     --Miracle Max, The Princess Bride
DNRC: "Grand Inquisitor of Out At 5 Doctrine"  06/96

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

From: Heath Harry <[EMAIL PROTECTED]>
Subject: Re: loopback interface set to disabled
Date: Sun, 14 Feb 1999 04:07:14 +0000
Reply-To: [EMAIL PROTECTED]

Mark Lopez wrote:

> Running RedHat 5.2. My loopback interface has been disabled ,netstat-i only
> shows eth0 interface. I can see the ifcfg-lo script appears right. No errors
> in /var/log/messages or /var/log/dmesg.
>
> Any ideas would be appreciated.
>
> Mark

i'm assuming that your ifcfg-lo file has the line

ONBOOT=yes

in it,

why not try

/sbin/ifup lo

and see what happens.

Regards

Heath.


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

From: [EMAIL PROTECTED] (brian moore)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: !Re: Help: One way Cable Modems
Date: 15 Feb 1999 01:02:21 GMT

On 14 Feb 1999 15:17:05 -0600, 
 Dave <[EMAIL PROTECTED]> wrote:
> Pavel Greenfield wrote:
> > 
> > Thanks, Jim!
> > 
> > But does Linux in principle support a connection to the internet via a
> > combination of ethernet and modem?
> > 
> 
> It does here!  SurfBoard 1200 external, accessed thru a Windows 2000
> proxy server.
> 
> Linux doesn't know (or need to know) that's it's a "combination"
> connection.  It's just sending data out thru eth0 and getting it back
> the same way.

And drivers for a similar device (the Scientific Atlanta Data
Accelerator) can be had from
http://www.ecst.csuchico.edu/~mcumings/cablemodem/.

We have several people using them with Linux, including an employee. :)

-- 
Brian Moore                       | "The Zen nature of a spammer resembles
      Sysadmin, C/Perl Hacker     |  a cockroach, except that the cockroach
      Usenet Vandal               |  is higher up on the evolutionary chain."
      Netscum, Bane of Elves.                 Peter Olson, Delphi Postmaster

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

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: 
alt.linux,alt.os.linux,linux.redhat,linux.redhat.misc,comp.windows.x.kde
Subject: Re: where to find qt 1.42
Date: 14 Feb 1999 05:44:55 GMT
Reply-To: [EMAIL PROTECTED]

On Wed, 10 Feb 1999 18:36:32 -0500, Carlos A <[EMAIL PROTECTED]> wrote:
>I'm looking for the RPM version of QT 1.42 and I can't find it anywhere.
>Even tried redhat's site.
>
>Does anybody have a link where to find it?
>
>Tanks in advance.

I got it from RedHat's site ftp://contrib.redhat.com along with licq.  As
of last weekend I could not get back there.  Either DNS for their news
site has to filter down or they consolidated it back into ftp.redhat.com.


-- 
David Efflandt    [EMAIL PROTECTED]
http://www.xnet.com/~efflandt/

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

From: Martin <[EMAIL PROTECTED]>
Subject: sockaddr var. and scope problem !!!
Date: Sun, 14 Feb 1999 20:26:44 -0800

Hello,

When I declare the sockaddr_in variable to be used with sendto and
recvfrom functions outside the main function, the program works. When I
move the declaration inside the main function, the program doesn't work
as expected. I've attached the code - take a look and tell me what you
think.

Martin


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

From: "Mark T" <[EMAIL PROTECTED]>
Subject: Win98 - linux TCP/IP connectivity
Date: Sun, 14 Feb 1999 00:52:41 -0500


Hi all,  I have been lurking around the c.o.l newsgroups for awhile and
haven't seen a problem like this one asked.

I have two computers we'll call them COMP-A and COMP-B for talk sake.

COMP-A is running Linux Only.
COMP-B is a tri-boot Win98-WinNT 4.0-Linux (Don't ask)

Anyway when COMP-B is booted to Linux or WinNT I have no networking problems
at all; however Win98 is unable to send or receive ping packets to/from
COMP-A

This tells me the hardware is working and seated in the slot correctly.


I think I have it narrowed down to Win98's routing table.  Here it is..

Active Routes:

  Network Address     Netmask                 Gateway Address   Interface
Metric
  0.0.0.0                       0.0.0.0                    192.168.1.254
192.168.1.2       1
  127.0.0.0                  255.0.0.0                127.0.0.1
127.0.0.1            1
  192.168.1.0             255.255.255.0        192.168.1.2
192.168.1.2        1
  192.168.1.2             255.255.255.255    127.0.0.1
127.0.0.1           1
  192.168.1.255         255.255.255.255   192.168.1.2
192.168.1.2        1
  224.0.0.0                  224.0.0.0                 192.168.1.2
192.168.1.2        1
  255.255.255.255    255.255.255.255    192.168.1.2              0.0.0.0
1


(I'm terribly sorry if the format gets lost)


According to BillyWare's help files everything seems ok until the last line
where the interface is  0.0.0.0    The help file says that is the way Win98
sends packets to the network.
If thats the case then it's wrong it should be  192.168.1.2  but the
question is how do I change it? if I try to delete it using:
route delete 255.255.255.255
it says : bad destination address 255.255.255.255
if I try to add it again using:
route add 255.255.255.255  mask 255.255.255.255  192.168.1.2  metric 1
it says: bad destination address 255.255.255.255


Win 98 will ping loopback (127.0.0.1) and its IP (192.168.1.2)
so TCP/IP seems to be installed correctly

By the way .. On Win NT here is the last line
255.255.255.255  255.255.255.255  192.168.1.2  192.168.1.2
so NT is correct. (and it works).


Here is what I've done so far: (SEVERAL TIMES)
uninstalled all networking, pulled the ethernet card, rebooted
reinstalled the ethernet card, reinstalled all networking, rebooted

If anyone has any suggestions on other things to try or need more info
please ask, I've tried to include as much info as I can.  I am new to
networking so if I've overlooked something please let me know

Thanks,
Mark




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

From: Juergen Fiedler <[EMAIL PROTECTED]>
Subject: Fetchmail/procmail question
Date: 14 Feb 1999 05:58:33 GMT

Hi,

I'm trying to use fetchmail and procmail to download my mail from my
ISP and sort mail that came from mailing lists into the appropriate
folder. I managed to do the download thing, but all mail ends up in
my main mail box (/var/spool/mail/juergen).

My .fetchmailrc looks like this:
>-------SNIP-------<
poll mail.paconline.net:
protocol POP3
user juergen with with pass mypassword
mda "/usr/bin/procmail -d juergen"
set daemon 300
>-------SNIP-------<

and my .procmailrc looks like that:
>-------SNIP-------<
:0:
* ^To:*ppp
/usr/home/juergen/mail/Linux-PPP  

:0:
* ^To:*kde*
/usr/home/juergen/mail/KDE
>-------SNIP-------<

But even if the 'To' lines contain 'ppp' or 'kde', the mails
aren't moved to the appropriate folders. The mail folders exist -
at the moment, I'm copying my mail there manually.
Could someone please tell me what I'm doing wrong?

TIA,
Juergen


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

Date: Sun, 14 Feb 1999 17:44:54 +0000
From: Sidney Berg <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: NFS-Root With a 3c905B

    I am having problems setting up a diskless computer to boot off of
my network.  I have compiled a kernel including the driver for my 3c905B
and including nfs-root and bootp support.  I set up a bootp server and a
root filesystem is being exported via nfs.  The major problem seems to
be that the 3c905B driver won't initialise.  Then the kernel isn't able
to use bootp to find out the appropriate addresses.

When I boot using my disk the kernel gives me the message:

3c59x.c:v0.99H 11/17/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
IP-Config: No network devices available.

When I boot using the hard disk as the root filesystem the 3c905B driver
acts a little different by saying:

3c59x.c:v0.99H 11/17/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
eth0: 3Com 3c905B Cyclone 100baseTx at 0xd800,  00:10:5a:c6:8d:a8,  IRQ
11
  8k byte-wide RAM 5:3 Rx:Tx split,  10baseT interface.
  Enabling bus-master transmits and whole-frame receives.
eth0: Overriding PCI latency timer (CFLT) setting of 0, new value is 32.

It seems to me that the kernel on the boot disk won't set up my card as
eth0 for some reason.  It just loads the driver then trys to access the
network but it can't find a device because it hasn't setup eth0 with the
appropriate hardware address and such.

Any help would be much appreciated.  I'm pretty confident that I have
gotten all of the settings right but it just doesn't seem to want to
work.

--
Sidney Berg <[EMAIL PROTECTED]>

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

From: [EMAIL PROTECTED]
Subject: Re: linux & VPN
Date: Mon, 15 Feb 1999 01:46:04 GMT

There's a VPN mini-HOWTO that createsa VPN. It does so by using ssh
(the secure shell) and pppd.

ssh can run remote commands while on-the-fly encrypting/decrypting the
traffic between your computer and the remote one. The VPN involves
picking pppd as the remote command to run. Then running a local pppd
against it-- the normal way to get a point-to-point interface between
2 computers ("points"). The entire subsequent traffic over this
interface therefore runs through the ssh encryption/decryption
process, conforming this scheme to the definition of a VPN. The
downside is it does multiple tunneling-- packets inside packets inside
packets-- which imposes a performance cost.

[EMAIL PROTECTED] wrote:

>Looking at options for building a VPN.  With MS I can use NT, Proxy
>Server and PPTP.  What options do I have if I go the Linux route.
>
>TIA
>
>steve


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

From: Dad <[EMAIL PROTECTED]>
Subject: 3c905 problems??
Date: Sat, 13 Feb 1999 22:40:16 -0800

I have RH5.2 linux and the 3c905 PCI card. When I switch from Windows
NT4.0 wihtout cycling the power, the driver cannot see the card. Even if
I do, the card stays at 10Mb/sec. I can tell because I have an 8 port
10/100 switch (not hub) that shows a status light when speed is 100Mb.
When I run NT on the box, the card is at 100Mb.

Any suggestions??

Thanks,

Zoom


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

From: Rob <[EMAIL PROTECTED]>
Subject: ipfwadm: Deny or Reject?
Date: Sat, 13 Feb 1999 23:34:41 GMT


What is the difference between REJECT and DENY in ipfwadm?


-- 


  -----------------------------------------------------------------
               All men are mortal. Socrates was mortal. 
                  Therefore, all men are Socrates.
  -----------------------------------------------------------------

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

From: David Gardner <[EMAIL PROTECTED]>
Subject: Diald woes...
Date: Sun, 14 Feb 1999 18:07:20 -0800

Greetings all,

I've got Diald working on an old 486-33 system but only when the system
is booted as a zImage. The module version just will not work dispite
being compiled with the same set of parameters as the zImage version.
The kernel version is 2.0.32 and is a RedHat installation. Can someone
shed some light on this problem.

One other thing...

When I have Diald running (from a zImage kernel) and after using the
gateway at least twice, the modem will dial out every 15 minutes or so
after I finish my business on the web. After a while, the computer will
not respond to requests and becomes sluggish. When I issue the command
"ps x", I notice at least one PID that reads:

logger -p local2.info -t connect Initializing Modem

Clearly, I've got a configuration problem but I'm not experienced enough
to see it. can someone help me with this one.


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

From: nonet@chain ()
Subject: Masquerade Problems: Simple Question
Date: 14 Feb 1999 07:59:01 GMT

Friends,

  I'm stuck on a portion of the IP-Masquerade HOWTO.
  I've compiled a kernel will all that is needed, and set up
all the other machines.

  Now, when I attempt to configure forwarding policies, I
receive mysterious errors:

         chain# ipfwadm -F -p deny 
         ipfwadm: setsockopt failed: Invalid argument

This is the exact command from the HOWTO; however, it fails. I
also tried:

         ipfwadm -F -p deny

and was given the same error message.

Where have I gone wrong?

TIA,

-- 

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

From: [EMAIL PROTECTED]
Subject: /var/log/messages deleted!
Date: Sun, 14 Feb 1999 07:45:34 GMT

Hi

I'm working on redhat linux 5.2. I was logged in as root.
I deleted the /var/log/messages file (by mistake)
Now when I try to connect to my ISP (which I'm not able to), the
 tail -f /var/log/messages doesn't work.

I tried creating an empty file messages in the /var/log dir
I did a chmod to give write permissions to it.
But nothing gets written to it.

For some reasons, I'm not able to connect to my ISP and this messages
file is very important for me to debug....

Could you please help me out.

Thanks

Jatin

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

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

From: [EMAIL PROTECTED] (Michal Jaegermann)
Subject: Re: Replacing NT Server with RH5.1..?
Date: 15 Feb 1999 01:24:26 GMT
Reply-To: [EMAIL PROTECTED]

John Nelson ([EMAIL PROTECTED]) wrote:

: In article <qp0x2.2117$[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
: says...
: > Hi,
: > 
: > I�m a newbie to Linux with some simple questions:
: > 
: > 1. Can I replace a NT Server with RedHat 5.1?
: >    I mean even the "domain" function, Windows 95/98/NT clients
: >    get a domain login at startup.

: Sad to say..., no. You'll still need that NT Server to do the login 
: authentication.

True, but not quite. :-)  Check www.samba.org.  The latest versions
of Samba actually are doing the whole PDC shtik but this is still
a "cutting edge" development.  Definitely this would be easier if
not necessity to reverse-engineer the whole protocol - bugs, warts and
all.  M$ is not forthcoming with documentation.

There is a mailing list samba-ntdom devoted to the issue (it
is gatewayed to news).  It is likely a good idea to be on this
list if you plan to play with that code.

  Michal


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

From: Christian Aasland <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,comp.os.linux.install
Subject: 3c509 + 3c59x = Barfff
Date: Sun, 14 Feb 1999 08:54:02 GMT

Hello, any help would be appreciated (please email too):

I have a 3Com 3c509b that works great by itself. But as soon as I plug
in a 3Com
3c59x (in this case 3c900 (Boomerang) or 3c905 (Vortex)) PCI cards I
lose the
3c5x9 ISA card. I've turned off PnP bios on the card and mboard and set
the card
to a non-conflcting IRQ/ioport. Still not getting anything!

Anyone care to lead me in the right direction (or at least let me know
if it can be done) ???

--
Christian Aasland
[EMAIL PROTECTED]
ICQ#: 30268555
AIM:caasland



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

From: "teacup" <[EMAIL PROTECTED]>
Subject: Re: D-Link DFE530-TX not working with tulip.o
Date: Sun, 14 Feb 1999 00:05:58 -0800


I have a very stupid question here:

After download the via-rhine.c file, what should I do next ?


Please help ... Thanks !


- Min







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

From: "m" <[EMAIL PROTECTED]>
Subject: network problem with kernel 2.2.1 Linksys PCI 10/100
Date: Mon, 15 Feb 1999 02:33:49 GMT

I've compiled and installed a 2.2.1 kernel on my system and am having
trouble with my network card.

I have this card working with kernels 2.0.32 and 2.0.36 but 2.2.1 seems to
be just almost-working. 
The symptoms:
1) the kernel detects the card
2) loads the correct module (tulip.o) as eth0 (at least this used to be
correct)
3) ifconfig sees the card and seems to set it up OK
4) route sees the settings and seems to be OK.
5) no packets are transmitted through eth0

Could I have set up the kernel wrong to cause this? 
Is the tulip.o driver broken? 
Is there a patch? 
Is it just me (i.e. do other people have this card working with the 2.2.1
kernel)?

any thoughts on this problem would be appreciated.

Everything else seems to work fine so far, but I am limited without a
network connection.


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

From: "David" <[EMAIL PROTECTED]>
Subject: Hayes commands ....
Date: Sun, 14 Feb 1999 03:08:22 -0600

Yup, it's technically unrelated to Linux, but since the question came up in
the course of my use of Minicom -- it's been years since I used AT commands
... I know how to drop into command mode (+++), but I've forgotten how to
return!  Long ago lost what documentation I had on that ... what's the code?

Sorry and thank you.
-David



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

Subject: PCI 10/100 Ether board recommendations?
From: [EMAIL PROTECTED] (Nathan Mates)
Date: Mon, 15 Feb 1999 02:46:30 GMT

I've got a setup using mostly ISA NE2000 boards at home, but would
like to upgrade to 10/100 PCI boards sometime soon. I've looked in the
list of chipsets listed under 'make config', but that didn't easily
map to a list of cards, and the Ethernet-HOWTO didn't seem to list any
PCI 10/100 boards.

   So, can someone recommend (or point out a list already existing) of
make & model for cards that fit some general guidelines:

1) PCI 10/100 Ethernet board, preferably under about $30. Some cards
seem to cost more than a decent 4-speaker setup, which is excessive in
my opinion.

2) Able to configure (msdos-floppy software is ok; windows not) for
operation of 2-3 boards in system at once. [Have cable modem off one
box, etc.]

3) Stable, fast (full duplex), etc with 2.0.x and 2.2.x kernel series. 

   Thanks in advance for any help.

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/  
# Network Programmer, Battlezone 2: see http://www.pandemicstudios.com
# NOT speaking for Pandemic Studios or Activision, ONLY myself
# "What are the facts, and to how many decimal places?" -R.A. Heinlein

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

From: "David" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions
Subject: Re: Configuring Linux on a permanent (not PPP) Connection to Internet
Date: Sun, 14 Feb 1999 20:59:30 -0600

Please forgive the meanderings of a relative novice (who's stuck with a v.90
for now) ... DSL is interesting, but I wonder how many security holes we
open ourselves to by using such a setup?  A fixed IP address certainly makes
it easier for snoops, as does a full-time connection; and while I'm sure
you're capable of safeguarding your system, network security is beyond the
ability of the average user to handle.  It'll be interesting to see how this
pans out, if/when DSL becomes widespread.

[EMAIL PROTECTED] wrote in message <79smpf$[EMAIL PROTECTED]>...
>
>>
>>in delirium, after doing some "strange" smoke in a small pipe,  "dgap"
>><[EMAIL PROTECTED]> keyed this:
>>
>>
>>>Hi, there...
>>>
>>>
>>>I need some info on how to configure Linux to stay connected to the
Internet
>>>via a permanent connection (not PPP).
>>>
>
>
>Where I live, our phone company now provides DSL.
>
>The phone company gave me a permanant IP address. and that is all to it.
>
>it works like this:
>
>   Computer<-->EthernetCard<-->DSL modem<-->DSL phoneJack<--->PhoneCompany
>
>This is NOT PPP. My computer is part of a lane. it has an IP address, and
>used ethernet Card to talk to the world.
>
>really neat. much much faster than PPP. I have no idea how I lived with
>PPP all these years, I feel sorry for all those who still use PPP and
>those slow 56K modems :)
>
>bob



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

From: [EMAIL PROTECTED] (Brian Lavender)
Subject: Re: help me APACHE 1.3.3 and DNS
Date: Sun, 14 Feb 1999 22:47:52 GMT

DNS-HOWTO
ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/DNS-HOWTO

Start there.

brian

On Sat, 30 Jan 99 17:03:02 GMT, [EMAIL PROTECTED] wrote:

>2nd problem:
>How to configure the DNS server ? the stations connected to my network can not 
>find the DNS. I can not find enough documentation to manage this problem.

====================
Brian Lavender
Sacramento, CA
http://www.brie.com/brian/

"If a train station is where the train stops,
what is a workstation?" -- Phil Adamson

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

From: "Eriksson" <[EMAIL PROTECTED]>
Subject: HELP! "SIOCADDRT: Invalid Argument"
Date: Mon, 15 Feb 1999 04:06:08 +0100

I just reinstalled RH5.2 (k. 2.0.35).

During boot. Right after the (new) ethernet card is detected I get this

"SIOCADDRT: Invalid Argument" error.

And then everything stops.

What to do? I guess I have to reinstall as the system/boot disk produced the
same error.. But what can I do in order to prevent the same thing from
happening again??

Thanx a mill!

/Martin





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

From: "Colin D Doty" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.linux,linux.redhat,linux.redhat.misc,comp.windows.x.kde
Subject: Re: MS Explorer 4.0 for Unix
Date: Sun, 14 Feb 1999 22:03:48 -0500

figure the odds



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

From: [EMAIL PROTECTED]
Subject: linux & VPN
Date: Sun, 14 Feb 1999 12:55:49 GMT
Reply-To: steve

Looking at options for building a VPN.  With MS I can use NT, Proxy
Server and PPTP.  What options do I have if I go the Linux route.

TIA

steve

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


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