Linux-Networking Digest #569, Volume #10         Sat, 20 Mar 99 14:13:30 EST

Contents:
  Win98 & Linux dont see eath other ("Thomas Bartos")
  Q: DNS delegation? (Rudolf Potucek)
  Re: Ascertain actual connect speed (Henry Penninkilampi)
  Re: Need help with home network & ISP setup - DIALD, IPFWADM ("Chad Eddings")
  Re: ne.o & 3c509.o compiled ??? ("��d�W")
  Re: The truth about the Pentium III chip and ID --- **boycott info** (David Nillesen)
  Re: mail - linux and windoze howto --- newbie problem (jedi)
  Re: Mail Server Behind Firewall (Jeff Bishop)
  DDNS considered harmful?,  Re: DNS entry for dynamic IP address ("Cameron Spitzer")
  Re: ne.o & 3c509.o compiled ??? (Enbugger)
  HELP: changing NIC ("Tong Kiat")
  Re: Help: Network card problems ("O'Loughlin")

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

From: "Thomas Bartos" <[EMAIL PROTECTED]>
Subject: Win98 & Linux dont see eath other
Date: Sat, 20 Mar 1999 09:45:20 -0800

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] (Rudolf Potucek)
Subject: Q: DNS delegation?
Date: 20 Mar 1999 17:32:42 GMT

Hi!

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?

Rudolf

--

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

From: [EMAIL PROTECTED] (Henry Penninkilampi)
Subject: Re: Ascertain actual connect speed
Date: Sun, 21 Mar 1999 04:21:17 +1030

David Victor Lieberman ([EMAIL PROTECTED]) wrote:

>I am using ppp.  How can I ascertain the actual connect speed,
>either during or after the connect process.

I missed the original post so apologies for going over something that's
already been covered.

---CONNECT SCRIPT---
#!/bin/sh
/usr/sbin/pppd /dev/cua1 57600 call options.telstra connect
'/usr/sbin/chat -v -r /path/isp.report -f /path/isp.chat' noauth
---

---CHAT SCRIPT---
ECHO OFF
ABORT 'BUSY'
ABORT 'ERROR'
ABORT 'NO CARRIER'
ABORT 'NO DIALTONE'
ABORT 'Invalid Login'
ABORT 'Login incorrect'
'' 'AT&F'
REPORT CONNECT REPORT PROTOCOL REPORT CARRIER 'OK' 'ATW1DT55512345' 'CONNECT' ''
---

Essentially, tell your connect script to enable reporting with the -r
switch, and then specify what items you want reported in the chat script.

Henry.

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

From: "Chad Eddings" <[EMAIL PROTECTED]>
Subject: Re: Need help with home network & ISP setup - DIALD, IPFWADM
Date: Sat, 20 Mar 1999 17:51:47 GMT

Brian Marquis <[EMAIL PROTECTED]> wrote
> 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).

How are the two machines connected?

> My Win95 computer has a modem and I would like to continue using it for
> connecting to the ISP from windows.

Why not just just have the linux box connect to your ISP and setup IP
Masquarading (this will allow you to just set your default gateway on your
Win95 box to the IP address of the linux box).

Here is a great place to start:
http://mark.grennan.com/Home-Ampr.network-HOW-TO.html.

Hope this helps...

Chad Eddings



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

From: "��d�W" <[EMAIL PROTECTED]>
Crossposted-To: hk.comp.os.linux,hk.comp.pc
Subject: Re: ne.o & 3c509.o compiled ???
Date: Sun, 21 Mar 1999 01:47:45 +0800

Besides, rebuild the Kernel and choose [M] for NIC support.
Is there any other method to obtain the files ne.o and 3c59x.o ?
Enbugger ���g��峹 <7d0kfi$117$[EMAIL PROTECTED]>...
>
>
>"��d�W" wrote:
>>
>> would you mind telling me what is initrd image ?
>> I haven't done this step.
>> Is it too late for me to do this now ?
>>
>
>initrd image is the image of the "Initial RAM disk" which contains
>some of the kernel modules that are necessary to boot up the system,
>e.g. some block devices: SCSI drivers, sound card drivers, etc.
>
>> Another Question is that:
>> How can I obtain the ne.o and 3c59x.o modules for kernel 2.2.3 ?
>> Can I compile it from /usr/src/linux-2.2.3/drivers/net/3c59x.c
>>                             and /usr/src/linux-2.2.3/drivers/net/ne.c
after
>> built kernel ?
>> How to compile ?
>
>As you stated in your past messages, you have built the modules _INTO_
>the kernel image, i.e. bzImage.
>
>If you _do_ want to build them as loadable modules instead, you can do:
>    make xconfig     <OR>   make config    <Whatever you want>
>  Select the drivers: NE2000 and 3C59x as modules [M] (instead of [Y])
>    make modules
>    make modules_install
>
>However, please refer to my last message.  In it, you can find a way
>to force the kernel to detect your NE2000.
>
>Ref.
>news:7cuasi%2478c%241%40imsp009a.netvigator.com
>
>> Enbugger ���g��峹 <7ctuhj$kss$[EMAIL PROTECTED]>...
>> >Have you re-built the initrd image by using
>> >mkinitrd ?
>> >
>> >If you have set
>> >[Y] in both 3com NIC support and NE2000
>> >[Y] Enable IPv4 packet forwarding
>> >when building the kernel, they are already
>> >compiled into the kernel image.
>> >
>> >You can check the eth drivers by
>> >dmesg |grep eth
>> >
>> >Can you actually use the ethernet by running the
>> >new kernel?
>> >
>> >
>> >
>> >HTH
>> >
>> >"��d�W" wrote:
>> >>
>> >> I have done this la !
>> >>
>> >> Enbugger ���g��峹 <7ctncl$l52$[EMAIL PROTECTED]>...
>> >> >I am not sure if you are using RedHat.
>> >> >If you are, please refer to this document for
>> >> >version 2.2 kernel upgrade:
>> >> >
>> >>
>http://www.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrade.html
>> >> >
>> >> >Hints:
>> >> >Have you done:
>> >> >  make modules
>> >> >and
>> >> >  make modules_install
>> >> >?
>> >> >
>> >> >"��d�W" wrote:
>> >> >>
>> >> >> Before, I haven't build the kernel.
>> >> >> I need to prepare the file /etc/conf.modules:
>> >> >>
>> >> >> alias eth0 ne
>> >> >> options ne io=0x300
>> >> >> alias eth1 3c59x
>> >> >>
>> >> >> And today, I try to build the kernel.
>> >> >> I have chosen the [Y] in both 3com NIC support and NE2000 support.
>> >> >> So, I won't got this two modules(ne.o and 3c59x.o) any more during
>> >> building.
>> >> >> Then, the problem happened !!!
>> >> >> On starting:
>> >> >> ...
>> >> >> Enable IPv4 packet forwarding.
>> >> >> modprobe: can't locate module net-pf-5
>> >> >> ...
>> >> >> eth1: unknown interface.     (NE2000 NIC change from eth0 to eth1)
>> >> >> modprobe: can't locate module net-pf-5
>> >> >>
>> >> >> What's more, I try to copy back the files:
>> >> >>     ne.o       to /lib/modules/2.2.3/net/ne.o
>> >> >>     3c59x.o to /lib/modules/2.2.3/net/3c59x.o
>> >> >>
>> >> >> Then the system report:
>> >> >> ...
>> >> >> modprobe: can't locate module net-pf-5
>> >> >> insmod: /lib/modules/2.2.3/net/3c59x.o: kernel module version
mismatch
>> >> >>              /lib/modules/2.2.3/net/3c59x.o was compiled for kernel
>> >> version
>> >> >> 2.0.36 while this kernel is version 2.2.3.
>> >> >> eht1: unknown interface.
>> >> >> modprobe: can't locate module net-pf-5
>> >> >> ...
>> >> >>
>> >> >> What should I do now, is that supports been compiled to kernel yet
???
>> >> >> I have chosen [Y] for these 2 NIC support already !!!
>> >> >> Would you please offer your Kindly Help ?
>> >> >
>> >> >--
>> >> >Enbugger
>> >> >
>> >> >p.s. Remove /NO-SPAM/ for e-mail.
>> >
>> >--
>> >Enbugger
>> >
>> >p.s. Remove /NO-SPAM/ for e-mail.
>
>--
>Enbugger
>
>p.s. Remove /NO-SPAM/ for e-mail.



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

From: David Nillesen <[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Date: Sat, 20 Mar 1999 20:49:58 +1100

Quantum Leaper wrote:

> Michael Barnes wrote in message <[EMAIL PROTECTED]>...
> >Every MODEM has a MAC address also...so your friends pc is nicless, but not
> >macless
>
> Interesting is over 15 years of using modems,  300 baud to 56K modems
> (hopefully a Cable or DSL modem in about a year or so),  I have NEVER heard
> that they have a MAC address?   So what command or how do you get the MAC
> address of a modem?   Does this only apply to Mac modems or all modems? One
> other question,  why would a modem need a MAC address?

They dont need a MAC address because the computer/box you are dialing uses its.

MAC address's are useful only on the local network. A host builds up a
collection of MAC address=ip address pairs so it knows who to send packets to.
This only works for the local subnet. Your computer never needs to send its mac
address of its network. If someone wants to send you a packet from outside of
your network, they will check the ip , find its not on the local net and then
forward it to the default gateway. The gateway then examines it and forwards it
based on routing information. Even the gate way only knows the MAC address's of
the localnets it borders on. When it finally get to the incoming gateway on
your network , your gateway examines its ARP tables to find the appropriate
MAC/IP address pair.

This is done by issuing a WHOHAS request on the broadcast of the network.  Try
running tcpdump and watching the whohas traffic.  Your gateway machine, if the
MAC/IP pair is not in cache will issue a request to the local network with
something like "WHOHAS 192.168.1.1 TELL <MAC ADDRESS OF LOCAL MACHINE>" to
which the appropriate machine will respond with an answer "I HAVE 192.168.1.1
MY MAC IS xx:xx:xx:xx:xx:xx".  From then on all packets destined for
192.168.1.1 will be transferred to that MAC address.

This leads to ARP spoofong by issuing a broadcast I HAVE 192.168.1.1 without
being asked and keep issuing it frequently enough so that no host asks for it,
because it never expires in their cache.

Anyways, the point is, your MAC address should never leave your network because
it is not needed.
Routing to and from subnets is done at a higher level then MAC address's until
such time as it reaches the local subnet. type 'arp' on a unix box and check
out the tables. Only local subnet addresses will be visible.

Your modem does not need a MAC address and it would be superflous for it to
have one. When the local subnet is asked "WHOHAS <your dialup ip>" the box you
are connected to respnds with its MAC address. It recieves all packets for you
and since it knows where you live it can forward them out the appropriate
device be it PPP, MPPP or something else.

So technically you dont need every NIC to have a unique MAC address, just
enough addresses so that the probability of two cards with the same MAC address
appearing on the same network are vastly improbable.

I hope this helps (actually i hope its right too)

David Nillesen
[EMAIL PROTECTED]


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

From: [EMAIL PROTECTED] (jedi)
Subject: Re: mail - linux and windoze howto --- newbie problem
Date: Sat, 20 Mar 1999 10:06:27 -0800

On Sat, 20 Mar 1999 13:40:30 GMT, Mike Chilcott <[EMAIL PROTECTED]> wrote:
>Morning,
>
>This is what I have...
>-- My linux box is setup as my firewall/gateway connected to my
>cablemodem.
>-- I have 3 other PCs on my internal LAN running WIN98
>-- I have 4 different e-mail accounts at different pops (@usa.net,
>@home.com)
>-- I can send mail from any of my PCs out through my gateway to the
>net
>
>What I want to do...
>-- Be able to receive mail to my WIN98 machines (using Outlook
>express)
>
>What do I need to do...
>-- Use fetchmail to get mail from POPs for all accounts?


        Just have mail sent directly to your home server.
        Sendmail and pop are pretty much set up out of 
        the box in Redhat to do this.

>  --- Create a different script for each account?
>  --- Do I need to create an actual user account on linuxbox for each
>mail account?  (some of the account names are the same...bummer)
>-- Do I need to turn my linuxbox into a POP server?
>  --- Point my WIN98 boxes to my linux box to retrieve mail? how?

        Just make sure the pop entries in teh /etc/inetd.conf
        file is uncommented and then just point your windows
        mail readers to the address of your mail machine.

        I don't use ISP mail servers so I can't comment on the
        fetchmial stuff.

>
>All you help is appreciated!!!
>


-- 

  "I was not elected to watch my people suffer and die     |||
   while you discuss this a invasion in committe."        / | \

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

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

From: Jeff Bishop <[EMAIL PROTECTED]>
Subject: Re: Mail Server Behind Firewall
Date: Sat, 20 Mar 1999 12:20:05 -0600
Reply-To: [EMAIL PROTECTED]

> My IP Masq firewall uses ipportfw to open the incoming mail
> port. This is Linux IP Masq specific.
> 
Is there any problem using IP Masq in conjunction with ipfwadm?

As far as the filtering, I might consider allowing arbitrary incoming
SMTP packets.  Say the MX record shows xxx.xxx.xxx.y and the firewall is
xxx.xxx.xxx.z.  Can I alias the 'z' to respond to 'y' and then route the
packets inside?

-- 
Jeff

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

From: "Cameron Spitzer" <[EMAIL PROTECTED]>
Subject: DDNS considered harmful?,  Re: DNS entry for dynamic IP address
Date: 20 Mar 1999 01:59:09 GMT

In article <7cu9v9$j94$[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>,
>  Raymond Doetjes <[EMAIL PROTECTED]> wrote:
>> The rumor goed, that there is a ddns server available. I haven't found it yet.
>
>No, don't.
>
>DNS is not meant to work that way, for very good reasons.  If you plan on
>pissing off every DNS admin on earth by ruining their cache, go right ahead.
>Personally, I prefer to not to have my domain blocked.
>
>DDNS is to DNS as SPAM is to email.

I used a dyn.ml.org address for a year, until Monolith went out of business.
I never heard any complaints about it.

Now that I run my own DNS (on two static IP numbers) I've considered
adding a dynamic third-level zone to one of my second-level
domains.  It would be a convenience for me and my friends.
I've just never got around to it.

It's not going to "ruin" anyone's cache to have one zone in there that
lives for ten minutes, that gets perhaps five hits in a day.  The
dialup system pulls mail by UUCP-over-IP.  Its MX is static, and the
zone lasts 24 hours.  A dynamic MX would clearly be abusive because it
would be getting a hundred hits or more daily, from many different places.
It would be even ruder to run a public Web site that way.
Most people have Web space (for a PGP key or whatever) with their ISP
or a Geocities type thing, so there's no need to run Web service from
a dyn address.

Spam is abusive because it exploits a security hole (email has no postage
mechanism and no sender authentication) to abuse the public trust.
Where's the similar abuse in non-MX, non-HTTP DDNS?

Cameron

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

From: Enbugger <enbugger@usa./NO-SPAM/net>
Crossposted-To: hk.comp.os.linux,hk.comp.pc
Subject: Re: ne.o & 3c509.o compiled ???
Date: Sun, 21 Mar 1999 01:03:57 +0800



"��d�W" wrote:
> 
> would you mind telling me what is initrd image ?
> I haven't done this step.
> Is it too late for me to do this now ?
>

initrd image is the image of the "Initial RAM disk" which contains 
some of the kernel modules that are necessary to boot up the system,
e.g. some block devices: SCSI drivers, sound card drivers, etc.
 
> Another Question is that:
> How can I obtain the ne.o and 3c59x.o modules for kernel 2.2.3 ?
> Can I compile it from /usr/src/linux-2.2.3/drivers/net/3c59x.c
>                             and /usr/src/linux-2.2.3/drivers/net/ne.c after
> built kernel ?
> How to compile ?

As you stated in your past messages, you have built the modules _INTO_
the kernel image, i.e. bzImage.  

If you _do_ want to build them as loadable modules instead, you can do:
    make xconfig     <OR>   make config    <Whatever you want>
  Select the drivers: NE2000 and 3C59x as modules [M] (instead of [Y])
    make modules
    make modules_install   

However, please refer to my last message.  In it, you can find a way
to force the kernel to detect your NE2000.

Ref.
news:7cuasi%2478c%241%40imsp009a.netvigator.com

> Enbugger ���g��峹 <7ctuhj$kss$[EMAIL PROTECTED]>...
> >Have you re-built the initrd image by using
> >mkinitrd ?
> >
> >If you have set
> >[Y] in both 3com NIC support and NE2000
> >[Y] Enable IPv4 packet forwarding
> >when building the kernel, they are already
> >compiled into the kernel image.
> >
> >You can check the eth drivers by
> >dmesg |grep eth
> >
> >Can you actually use the ethernet by running the
> >new kernel?
> >
> >
> >
> >HTH
> >
> >"��d�W" wrote:
> >>
> >> I have done this la !
> >>
> >> Enbugger ���g��峹 <7ctncl$l52$[EMAIL PROTECTED]>...
> >> >I am not sure if you are using RedHat.
> >> >If you are, please refer to this document for
> >> >version 2.2 kernel upgrade:
> >> >
> >> >http://www.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrade.html
> >> >
> >> >Hints:
> >> >Have you done:
> >> >  make modules
> >> >and
> >> >  make modules_install
> >> >?
> >> >
> >> >"��d�W" wrote:
> >> >>
> >> >> Before, I haven't build the kernel.
> >> >> I need to prepare the file /etc/conf.modules:
> >> >>
> >> >> alias eth0 ne
> >> >> options ne io=0x300
> >> >> alias eth1 3c59x
> >> >>
> >> >> And today, I try to build the kernel.
> >> >> I have chosen the [Y] in both 3com NIC support and NE2000 support.
> >> >> So, I won't got this two modules(ne.o and 3c59x.o) any more during
> >> building.
> >> >> Then, the problem happened !!!
> >> >> On starting:
> >> >> ...
> >> >> Enable IPv4 packet forwarding.
> >> >> modprobe: can't locate module net-pf-5
> >> >> ...
> >> >> eth1: unknown interface.     (NE2000 NIC change from eth0 to eth1)
> >> >> modprobe: can't locate module net-pf-5
> >> >>
> >> >> What's more, I try to copy back the files:
> >> >>     ne.o       to /lib/modules/2.2.3/net/ne.o
> >> >>     3c59x.o to /lib/modules/2.2.3/net/3c59x.o
> >> >>
> >> >> Then the system report:
> >> >> ...
> >> >> modprobe: can't locate module net-pf-5
> >> >> insmod: /lib/modules/2.2.3/net/3c59x.o: kernel module version mismatch
> >> >>              /lib/modules/2.2.3/net/3c59x.o was compiled for kernel
> >> version
> >> >> 2.0.36 while this kernel is version 2.2.3.
> >> >> eht1: unknown interface.
> >> >> modprobe: can't locate module net-pf-5
> >> >> ...
> >> >>
> >> >> What should I do now, is that supports been compiled to kernel yet ???
> >> >> I have chosen [Y] for these 2 NIC support already !!!
> >> >> Would you please offer your Kindly Help ?
> >> >
> >> >--
> >> >Enbugger
> >> >
> >> >p.s. Remove /NO-SPAM/ for e-mail.
> >
> >--
> >Enbugger
> >
> >p.s. Remove /NO-SPAM/ for e-mail.

-- 
Enbugger

p.s. Remove /NO-SPAM/ for e-mail.

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

From: "Tong Kiat" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: HELP: changing NIC
Date: Sun, 21 Mar 1999 01:19:30 +0800

Hi

Recently due to hardware failure, I had to change the network card in my
machine to a

Compex ReadyLink 100TX

Can anyone tell me what is the procedure to active this card so that it can
be use in Linux.


Pls help
Tong Kiat



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

From: "O'Loughlin" <[EMAIL PROTECTED]>
Subject: Re: Help: Network card problems
Date: Sat, 20 Mar 1999 19:07:02 -0000

It was the pulg and pray

Thank's for the softmenu2 tip!!
O'Loughlin wrote in message <7coka4$nd5$[EMAIL PROTECTED]>...
>I have a Intel EtherExpress PRO/10+ (PnP) network card running on a RH 5.1
>system. I can't get any of the intel modules to load. The card isn't
>recognized in the install ether, How do I get the bloody thing to work? or
>even what module do you use? I'm new to this linux OS and the HOWTO's
>haven't helped me.
>
>Help!
>
>Mail me at [EMAIL PROTECTED]
>
>Thanks
>Diarmaid O'Loughlin
>
>



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


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