Linux-Networking Digest #570, Volume #10         Sat, 20 Mar 99 16:13:38 EST

Contents:
  Linux and CNet CN930E (Mat Colton)
  got some irritatins problems with  SQUID ("Adam Pordzik")
  Win terminal for Linux? (Kevin White)
  Re: a quick PPPD question (Macabre)
  Re: Sextuple Boot (Michael Williams)
  Re: Sextuple Boot (Michael Williams)
  Linux Router Telnet Session Timeout ("MattW")
  Re: Win98 & Linux dont see eath other ("MattW")
  "Industrial" Ethernet ([EMAIL PROTECTED])
  Re: Win98 & Linux dont see eath other ("MattW")
  Your /boot/module-info-2.2.1 is missing. Help! (star225)
  Re: Need help with home network & ISP setup - DIALD, IPFWADM ("Andrew Tatton")
  Re: "Industrial" Ethernet ("MattW")
  Re: Win terminal for Linux? (Tina)
  Re: "Industrial" Ethernet ("MattW")
  Re: ISP<->Wingate(WIN NT)<->Linux (John McKee)
  Re: For all you Nicrosoft lovers (Don Baccus)
  Re: Recommend Fast Ethernet Card (Colin)
  Re: Q: DNS delegation? (Juergen Heinzl)

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

From: [EMAIL PROTECTED] (Mat Colton)
Subject: Linux and CNet CN930E
Date: Sat, 20 Mar 1999 20:16:09 +0100

Hi!
I just got the above mentioned card a couple of days ago, but I have
found no driver for linux so far.
Can anyone help me?
If possible, please answer as personal mail, since I do not have the
opportunity to read news too often.
Thanks!
--
Mat

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

From: "Adam Pordzik" <[EMAIL PROTECTED]>
Subject: got some irritatins problems with  SQUID
Date: Sat, 20 Mar 1999 04:11:31 +0100

Hi,

I'm using the following - very familiar to you - configuration and have some
probs configuring the squid proxy:

### Squid doesn't catch the main pages (at least it seems so) ###

Configuration:

* One Server (Linux 2.0.36)
* Two Clients (Widows 95 OSR2)
* IP-Masquerading
* diald over PPP
* squid proxy

The way I did:

* diald doesn't get connected on DNS-Request, but need e.g. a ping to
nowhere (with this setting the router doesn't get connected when I'm
browsing documents off-line that have static references which need to be
resolved by a DNS)

But it's still a little uncomfortable. For that reason I've decided using
the squid  http-proxy instead - to can browse everything off-line and get
only connected if I want to load new contents. To get Squid behaving the
favoured way I included the following line in /etc/squid.conf:

refresh_pattern . 10080 20%  43200 override-expire

This is also the only "refresh_pattern" in it. (BTW. Who can me explain what
the percent statement means?)

Now the complete squid.conf:
=====================================================================
http_port 8080
icp_port 0
htcp_port 0
cache_mem  4 MB
cache_dir /var/squid/cache 40 16 256
cache_access_log /var/squid/logs/access.log
cache_log /var/squid/logs/cache.log
cache_store_log /var/squid/logs/store.log
cache_swap_log /var/squid/logs/swap.log
debug_options ALL,1
cache_dns_program /usr/sbin/dnsserver
dns_children 5
refresh_pattern  . 11340 20% 48600 override-expire
# low connect_timeout just for testing purposes
connect_timeout 10 seconds
acl localhost src 127.0.0.1/255.255.255.255
acl jaspallee src 192.168.46.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0
http_access allow jaspallee
http_access allow all
icp_access allow jaspallee
icp_access allow all
visible_hostname webcache.jaspallee.lan
=====================================================================
I left all omitted (but possible) values untouched. So I might missed some
really needful parameters.

Thanks a lot for your answers.
+++adam







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

From: Kevin White <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.x
Subject: Win terminal for Linux?
Date: Sat, 20 Mar 1999 12:17:50 -0700

Hi, I love using my linux box, but sometimes have to work on the other
boxes (Win95 or WinNT).  I would like to be able to do my linux "work"
(emacs, compiling, working with files that are on my linux box, etc.)
from the Win95 or NT box.  Is this possible?  Is this what a "terminal
emulator" is for?  (Sorry, I'm quite a newbie to this stuff).  So, if a
terminal emulator program is the right tool for the job, is there a free
one available for nt/95?  If there is a better way to do this, please
offer whatever suggestions you can.

Thanks,

Kevin
--
Kevin White, Software Engineer
Envision Telephony
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Macabre)
Subject: Re: a quick PPPD question
Date: 20 Mar 1999 16:54:32 GMT

In article <7ctm3p$sqr$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>I have set PPPD to use the persist option so that it redials after
>disconnection. The problem I have is that while I run PPPD under root, if I am
>logged on to ftp or irc or something as another user it doesnt know that the
>connection has been broken, so irc/ftp will just sit there doing nothing until
>it eventually times out. Is there a way around this so that it can detect a
>broken PPPD connection straight away?
>
>TIA
Hi,

The 'ip-up' and 'ip-down' scripts get executed when the link goes up
and down.  You can do anything you want from there. 

Also, I have a ppp link that is always up and I use the 'demand' option 
(ver > 2.3.5) and an entry in inittab to respawn if it really does die.

pu:2:respawn:/sbin/mydialer

This way it hangs the phone up during inactivity but leaves the link up
and dials back in when a request for an addresse outside my local LAN
comes in from any of the internal masqueraded machines.

It has been known to run for many months at a time without error or user 
intervention. ;) It hangs occasionally but is always the result of 
the phone company or ISP or other jive occurence. 

Dave



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

From: Michael Williams <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.ms-windows.nt.admin.security,comp.os.ms-windows.nt.admin.networking,comp.os.netware.misc
Subject: Re: Sextuple Boot
Date: Sat, 20 Mar 1999 16:44:21 GMT


Jon,

Dual booting between NT and Linux.

> 
> 1) Install NT. Ensure you let NT's fdisk make only ONE partition large
> enough to install the base OS on.
> 
> 2) Install Linux. Use whatever distribution you like. You can even
> install it into an extended partition if you like - in fact, if you
> want to use more than NT/Linux on the same disk, I recommend it - if
> you let Linux's FDISK make the extended partition, not NT's.
> 
> You can also add extra NT partitions now, using Linux's fdisk.
> 
> Place LILO on the first sector of your root partition, *NOT* the MBR of
> the boot disk. Also ensure you make a bootable floppy {you'll be asked in
> the setup if you wish to}.
> 
> 3) Reboot your system to Linux, using the bootable floppy you made in step
> 2. Logon as root once you have booted, and type the following
> 
> dd if=/dev/hda5 of=bootsect.lin bs=512 count=1
> 
> This assumes you installed Linux on the first extended partition on an IDe
> hard disk - if you did something else, substitute the partition ID of your
> boot partition.
> 
> 4) Copy this to a floppy {if it's an MSDOS formatted disk, type mcopy
> bootsect.lin a: or moun the floppy somewhere and copy the file to it via
> normal methods if mtools isn't installed}.
> 
> 5) Shutdown Linux and reboot into NT
> 
> 6) Logon as administrator.
> 
> 7) cd to the root of your boot partition {cd c:\} and type this
> 
> attrib boot.ini -r -s -h
> 
> 8) Edit boot.ini, and add a line at the bottom which looks like this
> 
> c:\bootsect.lin="Linux"
> 
> 9) Save and exit the file
> 
> 10) Type
> 
> attrib boot.ini +s +r +h
> 
> 11) Put the floppy you copied the file bootsect.lin onto into your floppy
> drive
> 
> 12) Type
> 
> copy a:\bootsect.lin c:\
> 
> 13) Shutdown and reboot.
> 
> You should now have another menu option in your NT loader which says
> "Linux". selecting this option will boot you into LILO, and then into
> Linux.
> 
> Enjoy.
Michael

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

From: Michael Williams <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.ms-windows.nt.admin.security,comp.os.ms-windows.nt.admin.networking,comp.os.netware.misc
Subject: Re: Sextuple Boot
Date: Sat, 20 Mar 1999 16:44:49 GMT

Jon,

> 
> 1) Install NT. Ensure you let NT's fdisk make only ONE partition large
> enough to install the base OS on.
> 
> 2) Install Linux. Use whatever distribution you like. You can even
> install it into an extended partition if you like - in fact, if you
> want to use more than NT/Linux on the same disk, I recommend it - if
> you let Linux's FDISK make the extended partition, not NT's.
> 
> You can also add extra NT partitions now, using Linux's fdisk.
> 
> Place LILO on the first sector of your root partition, *NOT* the MBR of
> the boot disk. Also ensure you make a bootable floppy {you'll be asked in
> the setup if you wish to}.
> 
> 3) Reboot your system to Linux, using the bootable floppy you made in step
> 2. Logon as root once you have booted, and type the following
> 
> dd if=/dev/hda5 of=bootsect.lin bs=512 count=1
> 
> This assumes you installed Linux on the first extended partition on an IDe
> hard disk - if you did something else, substitute the partition ID of your
> boot partition.
> 
> 4) Copy this to a floppy {if it's an MSDOS formatted disk, type mcopy
> bootsect.lin a: or moun the floppy somewhere and copy the file to it via
> normal methods if mtools isn't installed}.
> 
> 5) Shutdown Linux and reboot into NT
> 
> 6) Logon as administrator.
> 
> 7) cd to the root of your boot partition {cd c:\} and type this
> 
> attrib boot.ini -r -s -h
> 
> 8) Edit boot.ini, and add a line at the bottom which looks like this
> 
> c:\bootsect.lin="Linux"
> 
> 9) Save and exit the file
> 
> 10) Type
> 
> attrib boot.ini +s +r +h
> 
> 11) Put the floppy you copied the file bootsect.lin onto into your floppy
> drive
> 
> 12) Type
> 
> copy a:\bootsect.lin c:\
> 
> 13) Shutdown and reboot.
> 
> You should now have another menu option in your NT loader which says
> "Linux". selecting this option will boot you into LILO, and then into
> Linux.
> 
Have fun with this,

Michael

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

Reply-To: "MattW" <[EMAIL PROTECTED]>
From: "MattW" <[EMAIL PROTECTED]>
Subject: Linux Router Telnet Session Timeout
Date: Sat, 20 Mar 1999 09:18:52 -0800

I designed a Multi home Mulit segmented network.  4 NICS on Linux router.  1
Ascend Gateway router and 1 Cisco Gatway router.  Workgroup network / Sever
Network / Internet Service Network / Remote Office network.

Using Linux as core router.  Everything works great except for Telnet
session timeouts.

Telnet sessions on local subnets do not have problem.  Problem only occurs
when crossing the router and session is idle for 5 minutes.

Router is also doing firewalling / MASQ / Aliasing. GateD is also playing
RIP.

This issue has caused me to combine two subnets that I really really want
seperate.

Linux Kernal 2.0.36.  I have been looking for reports of something similiar.
Can not find anything.

Do not even know what to try.   Can't live with it...  Causes bad licensing
problems on Database connections.  Users must log off properly or port is
not released and within an hour no users can log in.

Please...  Please...  Ah... Some help please...

Thanks,

Matt W.



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

Reply-To: "MattW" <[EMAIL PROTECTED]>
From: "MattW" <[EMAIL PROTECTED]>
Subject: Re: Win98 & Linux dont see eath other
Date: Sat, 20 Mar 1999 11:56:49 -0800

Oops...  Missed the first line of your post.  You were looking for good
reference stuff:

Best place to start is http://metalab.unc.edu/LDP/
Also http://www.ezine.com/

More info then you could ever use.

Matt W

Thomas Bartos <[EMAIL PROTECTED]> wrote in message
news:7d0mve$9st8$[EMAIL PROTECTED]...
> Can Some one recommend a good information source for me?
>
> My Goal is to create a client server network with my Linux and Windows-98
> boxes.  I have an Oracle database on Linux and I want to set up a client
> session orginiating from the Win98 machine.
>
> Steps Completed:
> 1. Installed 3com 3c509 ethernet cards on both machines and both machines
> recognize the new hardware and have installed tcp/ip communication
protocals
> on both machines. (verified by pinging locally)
> 2. Connected to a 5 port ethernet hub via rj45 networking cables and the
hub
> indicates via an idiot light that a connection is happening at the hub.
> 3. Defined unique ip addresses, unique domain names, unique host names,
and
> the linux selected  the netmask, default gateway and a primary names
server.
>
> Problems:
> 1. Everytime I want to ping from win98 the dial-up networking wants to
> assume control and initiate a dialup session, therefore bypassing the
local
> intranet.
>
> Question:
> 1. How do I get win98 to look into the intranet for the linux host.domain.
> 2. Is there a trick to get the linux machine to notice the win98 on the
> intranet.
>
>
> -Thanks
>
>



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

From: [EMAIL PROTECTED]
Subject: "Industrial" Ethernet
Date: Sat, 20 Mar 1999 19:47:30 GMT

I am designing a Emergency Shutdown and Fire and Gas System for an offshore
platform complex consisting of three platforms. I will have a ESD and F&G PLC
on each of the three platforms. Each PLC will have its own PC based
workstation (or HMI). Each platform is a stand alone system, not depending on
the other platforms. All of the mentioned components are Ethernet/IEEE 802.3
compatible. I want to link all of these components via an Ethernet network.
My proposed topology and cabling is as follows:

Install a backbone consisting of redundant fiber between platforms in a Bus
configuration. Install a media converter and hub on each platform thus
converting to a Star configuration.

My limited knowledge of Ethernet tells me that a Bus topology depends on
being "terminated" at every end and will fail the entire network if a cable
breaks, and that a Star topology will continue to operate if one segment
fails as long as the hub continues to operate. My concern is (with this given
topology) if the backbone is cut between the platforms, does the star network
on the "stand- alone" platform continue to operate?

Any advice on this subject, as well as some advice on latest technology
hardware to implement this project, is appreciated.

Rick

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

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

Reply-To: "MattW" <[EMAIL PROTECTED]>
From: "MattW" <[EMAIL PROTECTED]>
Subject: Re: Win98 & Linux dont see eath other
Date: Sat, 20 Mar 1999 11:29:02 -0800

Only machines on a local subnet can talk to eachother.

Basically

Linux ip should be something like
    192.168.1.2
    255.255.255.0

 Win98 should be
    192.168.1.3
    255.255.255.0

 Anything else plugged into the hub should also follow the same concept.

That's about all.

Matt W

Thomas Bartos <[EMAIL PROTECTED]> wrote in message
news:7d0mve$9st8$[EMAIL PROTECTED]...
> Can Some one recommend a good information source for me?
>
> My Goal is to create a client server network with my Linux and Windows-98
> boxes.  I have an Oracle database on Linux and I want to set up a client
> session orginiating from the Win98 machine.
>
> Steps Completed:
> 1. Installed 3com 3c509 ethernet cards on both machines and both machines
> recognize the new hardware and have installed tcp/ip communication
protocals
> on both machines. (verified by pinging locally)
> 2. Connected to a 5 port ethernet hub via rj45 networking cables and the
hub
> indicates via an idiot light that a connection is happening at the hub.
> 3. Defined unique ip addresses, unique domain names, unique host names,
and
> the linux selected  the netmask, default gateway and a primary names
server.
>
> Problems:
> 1. Everytime I want to ping from win98 the dial-up networking wants to
> assume control and initiate a dialup session, therefore bypassing the
local
> intranet.
>
> Question:
> 1. How do I get win98 to look into the intranet for the linux host.domain.
> 2. Is there a trick to get the linux machine to notice the win98 on the
> intranet.
>
>
> -Thanks
>
>



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

From: [EMAIL PROTECTED] (star225)
Subject: Your /boot/module-info-2.2.1 is missing. Help!
Date: Sat, 20 Mar 1999 20:09:13 GMT
Reply-To: [EMAIL PROTECTED]

After installing Linux 2.2.1, I get the following TK message in
X-windows after starting Kernel Configuration: 

your /boot/module-info-2.2.1 is missing and I cant do without.

Where can I get this file?


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

From: "Andrew Tatton" <[EMAIL PROTECTED]>
Subject: Re: Need help with home network & ISP setup - DIALD, IPFWADM
Date: Sat, 20 Mar 1999 18:22:36 -0000
Reply-To: "Andrew Tatton" <[EMAIL PROTECTED]>

How about this:
Option 1) Disable diald on the linux box and initiate the connection from
linux to ISP manually when needed.

Option 2) Don't know if this is possible but can you stop diald dialing if
it's a certain command from a certain host, I would imagine so...if so
disable all web related commands from your eth0 card or from host ip of
win95 machine

Option 3) Take the modem off the win95 machine and just use diald and ip
masq/firewall to handle all internet connections, just about all programs I
use run...everything from IE5 on win95/8 clients to Quake2 linux and
windows.
Try the ipmasq howto or search on internet for the faq( I have a
.home.ml.org and they don't exist anymore ( ipmasq.home.ml.org )).  Other
than that email me and I'll send you the faq in Acroread format.

Hope that helps
Andy Tatton
[EMAIL PROTECTED]

Brian Marquis wrote in message <[EMAIL PROTECTED]>...
>I have a two node home network. One Win95 and one Linux machine. I
>installed network to allow me to share the new laser printer that I just
>bought. (It's connected to the Win95 machine).
>
>I can print to the laser from Linux or Win95. I have ipfwadm installed
>as well as diald and can connect to my ISP from the Linux machine.
>
>My Win95 computer has a modem and I would like to continue using it for
>connecting to the ISP from windows. However, whenever I try to connect,
>it starts dial-up networking on Windows but diald also tries to connect.
>Since they are both using the same phone line, it causes problems.
>
>I have tried setting Win95 to connect using the Lan, but then it times
>out before diald can connect.
>
>Anyway, if you can help with this, let me know and I'll e-mail you any
>config files that you need.
>
>I'm very new to this and am having difficulty getting all of this
>working (It's taken me two weeks to get as far as I have)
>
>Thanks in advance,
>
>-- Brian
>



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

Reply-To: "MattW" <[EMAIL PROTECTED]>
From: "MattW" <[EMAIL PROTECTED]>
Subject: Re: "Industrial" Ethernet
Date: Sat, 20 Mar 1999 12:28:06 -0800

Yes...

Design each "Platform" as a standalone zone.  "Star config" is fine.  I
don't know what a "Platform" is  but if it is small enough then each
"platform" could be designed exactly the same with the exception of
different address' for each host.

If they are all designed the same then each platform can essentially become
"Plug and Play"  if one is not connected it should not effect the others.

But you must use one as a Central Point for it to be that easy.

Ex:
            platform 1 : CENTRAL CONCENTRATOR port 0
            platform 2 : connects to Platform 1: CENTRAL CONCENTRATOR port 1
            platfomr 3:  connects to Platform 1: CENTRAL CONCENTRATOR port 2

I am just making up words to somewhat match what you asked.  If it's not
possible because of what a platform is then...  It should work.

Do the platforms circle a central platform or are they in line.  In line
will be much harder to configure this way from a cabling point of view.

Hope this helps.

Matt W


<[EMAIL PROTECTED]> wrote in message
news:7d0u0g$rdd$[EMAIL PROTECTED]...
> I am designing a Emergency Shutdown and Fire and Gas System for an
offshore
> platform complex consisting of three platforms. I will have a ESD and F&G
PLC
> on each of the three platforms. Each PLC will have its own PC based
> workstation (or HMI). Each platform is a stand alone system, not depending
on
> the other platforms. All of the mentioned components are Ethernet/IEEE
802.3
> compatible. I want to link all of these components via an Ethernet
network.
> My proposed topology and cabling is as follows:
>
> Install a backbone consisting of redundant fiber between platforms in a
Bus
> configuration. Install a media converter and hub on each platform thus
> converting to a Star configuration.
>
> My limited knowledge of Ethernet tells me that a Bus topology depends on
> being "terminated" at every end and will fail the entire network if a
cable
> breaks, and that a Star topology will continue to operate if one segment
> fails as long as the hub continues to operate. My concern is (with this
given
> topology) if the backbone is cut between the platforms, does the star
network
> on the "stand- alone" platform continue to operate?
>
> Any advice on this subject, as well as some advice on latest technology
> hardware to implement this project, is appreciated.
>
> Rick
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own



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

From: Tina <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: Win terminal for Linux?
Date: Sat, 20 Mar 1999 21:11:56 +0100

Kevin White wrote:

> Hi, I love using my linux box, but sometimes have to work on the other
> boxes (Win95 or WinNT).  I would like to be able to do my linux "work"
> (emacs, compiling, working with files that are on my linux box, etc.)
> from the Win95 or NT box.  Is this possible? 
<--snip-->

Sure, the easiest way is to use the telnet client included
in win95/NT.
Just telnet to your linuxbox and log in. Remember, you can't
login as root. Log in as a user and su as root.
Good Luck

-- 

/Tina 

<mailto:[EMAIL PROTECTED]><http://www8.tripnet.se/~chjo/>

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

Reply-To: "MattW" <[EMAIL PROTECTED]>
From: "MattW" <[EMAIL PROTECTED]>
Subject: Re: "Industrial" Ethernet
Date: Sat, 20 Mar 1999 12:35:15 -0800

I don't have any recommendations for equipment for you.  Other then the
standards. Cisco, BayNetworks, 3Com, Dlink, etc...

Just depends on what you wnat to spend or what you need to spend to protect
epuipment from the environment...  Ocean and UTP RJ45...  Sounds a little
scary.  But your the Engineer so...  Post back with info on type of cabling
you would use in this environment.  Sounds interesting.


MattW <[EMAIL PROTECTED]> wrote in message
news:RoTI2.1702$[EMAIL PROTECTED]...
> Yes...
>
> Design each "Platform" as a standalone zone.  "Star config" is fine.  I
> don't know what a "Platform" is  but if it is small enough then each
> "platform" could be designed exactly the same with the exception of
> different address' for each host.
>
> If they are all designed the same then each platform can essentially
become
> "Plug and Play"  if one is not connected it should not effect the others.
>
> But you must use one as a Central Point for it to be that easy.
>
> Ex:
>             platform 1 : CENTRAL CONCENTRATOR port 0
>             platform 2 : connects to Platform 1: CENTRAL CONCENTRATOR port
1
>             platfomr 3:  connects to Platform 1: CENTRAL CONCENTRATOR port
2
>
> I am just making up words to somewhat match what you asked.  If it's not
> possible because of what a platform is then...  It should work.
>
> Do the platforms circle a central platform or are they in line.  In line
> will be much harder to configure this way from a cabling point of view.
>
> Hope this helps.
>
> Matt W
>
>
> <[EMAIL PROTECTED]> wrote in message
> news:7d0u0g$rdd$[EMAIL PROTECTED]...
> > I am designing a Emergency Shutdown and Fire and Gas System for an
> offshore
> > platform complex consisting of three platforms. I will have a ESD and
F&G
> PLC
> > on each of the three platforms. Each PLC will have its own PC based
> > workstation (or HMI). Each platform is a stand alone system, not
depending
> on
> > the other platforms. All of the mentioned components are Ethernet/IEEE
> 802.3
> > compatible. I want to link all of these components via an Ethernet
> network.
> > My proposed topology and cabling is as follows:
> >
> > Install a backbone consisting of redundant fiber between platforms in a
> Bus
> > configuration. Install a media converter and hub on each platform thus
> > converting to a Star configuration.
> >
> > My limited knowledge of Ethernet tells me that a Bus topology depends on
> > being "terminated" at every end and will fail the entire network if a
> cable
> > breaks, and that a Star topology will continue to operate if one segment
> > fails as long as the hub continues to operate. My concern is (with this
> given
> > topology) if the backbone is cut between the platforms, does the star
> network
> > on the "stand- alone" platform continue to operate?
> >
> > Any advice on this subject, as well as some advice on latest technology
> > hardware to implement this project, is appreciated.
> >
> > Rick
> >
> > -----------== Posted via Deja News, The Discussion Network ==----------
> > http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own
>
>



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

From: [EMAIL PROTECTED] (John McKee)
Subject: Re: ISP<->Wingate(WIN NT)<->Linux
Reply-To: [EMAIL PROTECTED]
Date: Sat, 20 Mar 1999 20:28:18 GMT

OOPs, That should be www.sygate.com



On Sat, 20 Mar 1999 01:43:33 GMT, [EMAIL PROTECTED] (John McKee) wrote:

>I've tried Wingate, and found it not worth the bother.  Get Sygate (www.sygage.com) 
>which adds
>router functionality to the NT box.  All  you have to do in Linux is specify the NT 
>box as the
>gateway.  No need to configur each app like with Wingate.
>
>

John McKee
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Don Baccus)
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: For all you Nicrosoft lovers
Date: 19 Mar 1999 08:10:33 GMT

In article <[EMAIL PROTECTED]>, doole <[EMAIL PROTECTED]> wrote:

>If you need YOUR privacy, then go ahead and fight for it. That's fine,
>I'm just curious about folk's thoughts on it.

>My fault, I know, but I still don't quite get the jist.

Well, you might consider than in the United States, yes,
our own little country, people have been denied jobs,
persecuted, and in other ways harassed FOR PERFECTLY
LEGAL BEHAVIOR.

Even in your stating that you do nothing in private
that you would mind having exposed "except for things
like sex", you are stating that to some degree 
privacy is important to you.

Because, as I'm sure you're aware, in some states
certain types of sex - things less kinky than occured
recently in the White House - are against the law,
even when conducted by a man and woman joined in
holy matrimony sactioned by the state.

So, buddy, you never know, if privacy rights disappear,
it might be YOUR back up against the wall.

Those who wrote our Constitution understood the world
better than you do, I'm afraid...
-- 

- Don Baccus, Portland OR <[EMAIL PROTECTED]>
  Nature photos, on-line guides, at http://donb.photo.net

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

From: Colin <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Recommend Fast Ethernet Card
Date: 19 Mar 1999 08:40:11 GMT

Jon Slater wrote:
> 
> Can anyone recommend a fast PCI Ethernet card for Linux?
> 

Well, chances are that any recent Fast Ethernet card you buy nowadays will
work with Linux.  I have a D-Link DFE-530TX card and it works fine.
-- 
Reply to "cwv [at] idirect (dot) com"

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

From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Q: DNS delegation?
Date: Sat, 20 Mar 1999 20:37:52 GMT

In article <7d0m3q$[EMAIL PROTECTED]>, Rudolf Potucek wrote:
[...]
>Does anyone out there know if it is possible to just setup your own 
>subdomain for a legal @home address?
>
>I have a linux firewall with two ethernet cards and connected vie 
>cablemodem to the real world as
>
>  xxx.yyy.home.com
>
>Behind the firewall are some machines sitting on 10.0.0.x, using the 
>firewall machine as a caching nameserver (bind 8.x) and (currently) a 
>nameserver for a completely bogus domain (not telling outside world).
>
>Is it possible to set up the machines on the internal network as
>
>  mymachines.xxx.yyy.home.com
>
>by correctly configuring the nameserver and telling the real world? Would 
>I NEED to talk to the ISP?

Sure, firstly you cannot just use some IP addresses at will and secondly
since no-one is going to ask your name server for anything your machines
are bound to be unknown to the end of all and everything and I really doubt
you've a chance to get an official class A IP address 8)

Cheers,
Juergen

-- 
\ Real name     : J�rgen Heinzl                 \       no flames      /
 \ EMail Private : [EMAIL PROTECTED] \ send money instead /
  \ Phone Private : +44 181-332 0750              \                  /

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


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