Linux-Networking Digest #669, Volume #10 Mon, 29 Mar 99 13:13:34 EST
Contents:
Re: DNS problems using Win98/Sygate with RH5.2 ("Hank")
Network config ? (Bub)
Re: getty manages dial-in but responds already after 1st ring ("Phantom")
Can Squid Do This? ("Rick Gocher")
Re: Router/ Proxy Server (Monkey Boy)
Networking with Windows ("MSquire")
Re: dlink de220 driver not found (JCA)
Re: Multi-ethernet config at boot strange problem... (Monkey Boy)
Redirect packets to web server ([EMAIL PROTECTED])
Re: need a hub to connect 2 machines w/ ethernet? (Jon-o Addleman)
Re: am-utils (amd) & smbfs (smbmount) -- automount frustation ("Steven R. Levitt")
Re: Radius server timeout (Matt Corddry)
Re: Using Linux instead of NT Server in home environment.... (David M. Cook)
Re: IP forwarding problems (Matt Corddry)
Re: Help me spend $2,000 on a new Linux-based computer (Allen)
Re: Slow PPP Connection But Minicom Connection Fine (Matt Corddry)
Multi-homed machine (Trevor)
Re: Compaq professional workstation & builtin ethernet ("Lee Sharp")
----------------------------------------------------------------------------
From: "Hank" <[EMAIL PROTECTED]>
Subject: Re: DNS problems using Win98/Sygate with RH5.2
Date: Mon, 29 Mar 1999 01:35:40 -0500
Todd Bordeaux wrote in message <[EMAIL PROTECTED]>...
>Hank wrote:
>
>> Last weekend I installed the Mandrake dist of Linux. It include KDE. The
>> install went without a hitch except for my network setup.
>>
>> Here is what I have:
>>
>> I have a peer to peer network with 2 Win98 boxes and one Linux box. One
of
>> the Wintel boxes is hooked to my ISDN line and on it is installed Sygate.
>> Sygate is a software product that lets me share my ISDN connection. It
runs
>> as a "service" on the Wintel box and is setup using DHCP protocol.
>>
>> On my other Wintel machine running as the "client", I didn't have to
>> configure anything as the Sygate software automatically assigned IP and
took
>> care of DNS. But I need to know what I need to set on the Linux box to
get
>> it to work.
>>
>> Right now on the Linux box, if I enter the IP of a web site, it will
connect
>> to the site properly. But if I use the domain name, it times out. That
tells
>> me the DNS is messed up somewhere.
>>
>> The techs at Sygate told me all I need to set on the Linux box is an
unused
>> IP address on my network and the DNS of my ISP. I've done both, but DNS
is
>> still not working.
>>
>> I'm pretty much a newbie to this Linux stuff, so if someone could step me
>> through what to look for, that would be really appreciated.
>>
>> Hank
>> ___
>> Home of Hobby Talk www.hobbytalk.com
>> R/C Swap & Sell www.rcswapandsell.com
>> R/C Vehicles rcvehicles.miningco.com
>
>Check to make sure that you have a "resolv.conf" file which points at a
>functioning name server
>
>Todd Bordeaux
>
Todd,
You ain't going to believe this, in fact, almost ashamed to admit it, but I
had one digit in the name server IP wrong. I must have looked at that thing
at least a dozen times over the past week and never seen that it was wrong.
Goes to show you that you can't check things too often. Thanks for your
help, when you said check the resolv.conf I thought sure... ok... I've done
that about 50 millions times, what will once more hurt... sure enough, there
it was staring me in the face!
Hank
------------------------------
From: Bub <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Network config ?
Date: Mon, 29 Mar 1999 01:21:24 -0500
I recently changed ethernet adapters to use with my cable modem,
and (unsurprisingly) linux stopped recognizing it at boot up.
If i do 'cat /proc/pci' i can see the card at i/o addres 0xd000.
I'm not sure what to do in order to get it recognized at startup
like it used to with my old card (which I had set up with the linux
installation procedure)
Is there a way to get back to that particular installation panel
without reinstalling ? (or a better way to configure the card ?)
The card is a standard $15 NE2000 and I am using RH5.0 distribution.
TIA :)
--
Bub
------------------------------
From: "Phantom" <[EMAIL PROTECTED]>
Subject: Re: getty manages dial-in but responds already after 1st ring
Date: Mon, 29 Mar 1999 14:08:15 +0100
Don't know if it helps, but the AT command for setting the number of rings
before auto answer on a modem is:
ATS0=n
Martin Stenzel wrote in message <[EMAIL PROTECTED]>...
>How can I set up getty (using the conf.getty.ttySx file?) to let the
>modem answer after, let's say, the 6th ring?
>
------------------------------
From: "Rick Gocher" <[EMAIL PROTECTED]>
Subject: Can Squid Do This?
Date: Mon, 29 Mar 1999 15:37:46 GMT
Hello All,
I would like to setup a proxy server which would allow our dial in users to
access services on the Net and was recommended to use Squid. I'm just
not sure if it could handle the load. Initially this could be several
hundred
connections but has the possibility of going much higher.
Does anyone have any suggestions regarding the type of solution that
might fit best? Also, we have a firewall and I'm not sure where I should
put
the dialin users as they will need to access web data behind our firewall
but also need to surf.
Thanks for any help,
Rick
------------------------------
From: [EMAIL PROTECTED] (Monkey Boy)
Subject: Re: Router/ Proxy Server
Date: Mon, 29 Mar 1999 16:29:07 GMT
I just finished making this work and here is the "unofficial Monkey
boy guide to Linux router config."
Most of the information can be faound at sunsite linux howto
http://metalab.unc.edu/LDP/HOWTO/HOWTO-INDEX-3.html#ss3.1
check out Net3 and Ethernet Howtos as well Ip masquerade mini how to.
but here is my palin enlish monkey boy version
Linux Router Configuration
Based on RedHat 5.2
Setting up the box.
Install from CD. Do not select any unnecessary daemons such as Web and
Anon ftp. XWindows is optional but not needed. Although the GUI has
some very easy tools to set up the second interface card.
I recommend using 2 PCI network cards because Linux can automatically
configure these cards for IO and IRQ. Also using the exact same card
works best also because on the Initial RedHat install Linux will only
set up eth0.
Manually Setting up the second card.
If the second card is the same card as the eth0 RedHat will already
know it is there. And you can then load the card from the command
line using the following:
As root:
ifconfig This shows the current cards that are loaded.
To Add Card 2:
ifconfig eth1 192.168.1.10 netmask 255.255.255.0 up
(substitute your IP and Subnet as needed)
You now need to add an entry into the routing table to tell the kernel
that datagrams for all hosts with addresses that match 192.168.1.*
should be sent to the Ethernet device:
route add -net 192.168.1.0 netmask 255.255.255.0 eth1
Add the default gateway
route add default gw 192.168.1.1 eth1
Set the second card to load on boot:
To get the eth1 card to load up with the correct configuration on boot
we need to make some changes to the files loaded at boot up. To view
the files that Linux loads when booting, you need to look at the
inittab file located on RedHat in /etc.
Use a text editor to view the file. This will show which files are
called at startup.
The first file to edit is /etc/conf.modules
Add the following line to the file:
alias eth1 3c90x (or your choice of driver)
Next you need to add a file for the configuration of the card in
/etc/sysconfig/network-scripts
In this directory you should see ifcfg-eth0 copy this file and rename
it ifcfg-eth1 and change the parameters using vi or any text editor.
The file should look like the following:
DEVICE=eth1
IPADDR=192.168.0.1
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
ONBOOT=yes
BOOTPROTO=none
(Note: you may need to add the gateway parameter)
Make sure to save the file in /etc/sysconfig/ network-scripts
Next you need to get the cards to load on boot. In /etc edit the
lilo.conf file and add the following to the bottom of the file:
append="ethernet=0,0,eth0 ethernet=0,0,eth1"
Shutdown and restart Linux. You should see the Ethernet cards
detected during the boot process.
Good Luck.
On Sat, 27 Mar 1999 20:46:22 -0000, "Jon Dean"
<[EMAIL PROTECTED]> wrote:
>Can anyone help me,
>I have two Win98 machines and I want to set up Linux 5.2 on a P133, with
>64Mb Ram and a 1.2 Gig hardisk as a router or proxy server and e-mail
>server. Do you know where I can find some configuration
>information/documentation.
>Thanks
>Email - [EMAIL PROTECTED]
>
------------------------------
From: "MSquire" <[EMAIL PROTECTED]>
Subject: Networking with Windows
Date: Sun, 28 Mar 1999 22:57:11 -0800
This is prob a really stupid question, but I am looking for a really helpful
resource that explores networking with Windows, as in showing me how to make
my Linux box show up in Network Neighborhood . . . Could someone please
point me in the right direction?
~Prime
------------------------------
From: JCA <[EMAIL PROTECTED]>
Subject: Re: dlink de220 driver not found
Date: Mon, 29 Mar 1999 16:45:42 GMT
The driver to be used is that for NE2000. When I installed de220 I
had to make
sure that it was not in Plug-and-Play mode (you do that using the
software
supplied with the board) and specify in your /etc/conf.modules the IO
address
it'll be using (I did not have to specify the IRQ, but I don't think it
will ruin things
if you specify that as well.)
root wrote:
> Hi,
> Anyone can help me?
> I'm searching a de220 Dlink driver for my mandrake 5.2 distribution.
> Can i hope for a ethernet module that support this device ?
> Did there any web site where i can looking for a Linux drivers archive
>
> H
>
> NT at work :-(
------------------------------
From: [EMAIL PROTECTED] (Monkey Boy)
Subject: Re: Multi-ethernet config at boot strange problem...
Date: Mon, 29 Mar 1999 16:48:09 GMT
I had the same problem using 2 pci cards, the solution That finally
worked for me , thsi is using 2.0.36 kernal, was to add the following
to the lilo.conf file in /etc/sysconfig :
append="ethernet=0,0,eth0 ethernet=0,0,eth1"
For ISA you need to change the 0,0 to IRQ, IO
ie append="ethernet=5,0x280,eth0"
Also you need to add aliases for the cards in /etc/conf.modules
i.e. alias eth1 3c59x (Or your choice of driver)
For the isa cards you also have to add an IO reference
alias eth1 3c509
options io=0x280
refer to http://cesdis.gsfc.nasa.gov/linux/misc/multicard.html
Good luck From the monkey boy.
On 28 Mar 1999 14:27:29 GMT, Sebastien
<[EMAIL PROTECTED]> wrote:
>Hi everyone !
>
>I've a problem i find really strange .... here's the description:
>
>I have a PC acting as a router with 3 ethernet interfaces,
>one is PCI and is eth0 (tulip.o driver)
>two are ISA and are eth1 and eth2 correctly assigned regarding their io/irq
>(ne.o driver for both)
>
>I'm using Linux redhat 5.2, with kernel 2.2.3, with all necessary packages
>for kernel 2.2.x
>I have the 3 correct files ifcfg-eth0, ifcfg-eth1 and ifcfg-eth2 in
>/etc/sysconfig/network-scripts/
>the drivers are compiled in modules and loaded using kmod feature.
>
>OK, now for the problem :
>When booting, the 3 cards are detected, but when i log on and do an
>ifconfig,
>it reports than eth0 is correctly configured with values of ifcfg-eth0,
>eth1 is configured with values of ifcfg-eth2 (aie :) )
>eth2 is not configured at all (aie aie :) ) and thus not displayed.
>
>So, what's wrong ?? i've spent 2 days 'hacking' the rc.*, tried to add some
>delay between detection/ifconfig and nothing worked ...
>Setting up the whole thing manually works fine, but for a router this is not
>really cute ...
>
>For now, I'm asking the Gods :)
>Any suggestion ??
>
>Thanks in advance,
> Seb. W.
------------------------------
From: [EMAIL PROTECTED]
Subject: Redirect packets to web server
Date: Tue, 23 Mar 1999 10:06:09 GMT
Hi, hoping someone can help me,
I've got a gateway running linux connected to an ADSL connection. I use an
ipchain MASQ to allow my 192.169.x.x boxes to use the internet. One of these
boxes is running linux with Apache. All of my internal boxes can bring up my
web page by typing the IP address of the www server into a browser
(192.168.0.2). I need Apache to service requests from the internet.
I figured the best way to do this would be to create an INPUT ipchain on the
gateway. So I tried this with the following command (with xx being my net
ip):
ipchains -A input -p tcp -s xx.xx.xx.xx 80 -j REDIRECT -d 192.168.0.2 80
Didn't work. Outside addresses cannot make a connection with the www server.
Beyond this, I tried a billion other things and every variation of each that I
could come up with.
Any help would be appreciated ...
Ryan C
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Jon-o Addleman)
Subject: Re: need a hub to connect 2 machines w/ ethernet?
Date: Sun, 28 Mar 1999 18:12:48 GMT
Once upon a Sun, 28 Mar 1999 00:49:14 GMT,
[EMAIL PROTECTED] (Don Heffernan) wrote:
>I just tuned in after vacation and missed all the other replies. The
>ethernet howto is excellent, but I can't remember if it warns you to
>make sure you use a cross-over cable if you don't use a hub. You
>didn't mention which type of cable you were using.
It does, and even shows how to make one. Gotta love those howtos... I
wish the diald one was better though. I'm still confused about it. :(
--
Jon-o Addleman
------------------------------
From: "Steven R. Levitt" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.help,comp.os.linux.misc,comp.os.linux.questions,comp.os.linux.redhat,comp.os.linux.setup
Subject: Re: am-utils (amd) & smbfs (smbmount) -- automount frustation
Date: Mon, 29 Mar 1999 13:04:33 GMT
I realize now, that I didn't make it clear that my WinNT shares physically
reside on another PC on my peer-to-peer network. Sorry.
I don't want to run a NFS server on the NT machine, so I can't mount the
shares automatically via fstab. Instead, I'm using the smbfs utility, and,
of the 3 automount utilities I know of, it seems that only the amd utility
is capable of dealing with the smbmount command. If not for that, I would
be flying with either autofs or automount.
Is there anything else you can think of?
[EMAIL PROTECTED] wrote in message
<[EMAIL PROTECTED]>...
>
>I ignore all about Samba stuff. Are you sure you need autofs to mount
>them ? Can't you just add a few lines for them in your /etc/fstab
>file?
>
>Anyway I work with autofs (very easy to configure) with a 2.2.4 kernel
>(autofs support is valid since 2.0.3x kernels but for these it is jus
>experimental).
>
>My /etc/auto.master file :
>
>/mnt /etc/auto.removable --timeout 3
>
>It indicates autofs that it has to listen every action on the /mnt
>directory, that the file containing the mount descriptio is in
>/etc/auto.removable, and that it can automatically unmount the fs
>after 3 second of inactivity (it allows you to change the cdrom or
>your floppy).
>
>And my /etc/auto.removable file:
>
>cdrom -fstype=iso9660,ro :/dev/cdrom
>fd0 -fstype=auto :/dev/fd0
>
>It indicates to mount the local /dev/cdrom when someone accesse the
>/mnt/cdrom directory (the other option are the same than mount's).
>
>Something important : RH is configured for amd by default. To
>configure autofs you have to change all occurences of the K08autofs
>for S72autofs, and S72amd to K08amd in the /etc/rc.d/rc{3,4,5}.d
>directories.
>
>Manu
------------------------------
Date: Sun, 28 Mar 1999 23:31:33 -0800
From: Matt Corddry <[EMAIL PROTECTED]>
Subject: Re: Radius server timeout
According to my 3com dialup pool that's talking to my cistron radiusd on
linux, radius uses 1645/UDP for auth, and 1646/UDP for accounting.
Haven't used the PAM stuff for redhat, tho. Assuming the NT radius
server is setup similar to the linux ones, you need to add a line to
your clients file with the IP address of the linux box and a shared
secret so they can connect. I think radius works only with an explicit
entry for each host to auth to it, for security purposes.
matt
Steve Vertigan wrote:
>
> Hi. I'm not sure if this is the most appropiate forum to ask this but it's
> the closest thing I can find. I'm trying to use pam (rhat 5.2) to
> authenticate against a radius server running on NT. The module appears to
> be set up correctly but no data is getting sent to the radius server, this
> is what I have in the logs...
>
> Mar 29 13:05:15 home in.ftpd[7429]: connect from 203.38.46.141
> Mar 29 13:05:16 home pam_lradius[7429]: reading settings from
> '/etc/pam.d/leemah/pam_lradius.conf'
> Mar 29 13:05:16 home pam_lradius[7429]: find server entry
> our.server.net.au:1812 5 2
> Mar 29 13:05:16 home pam_lradius[7429]: sent packet (51 bytes) to
> our.server.net.au:1812 server
> Mar 29 13:05:16 home pam_lradius[7429]: ICPM unreachable message received
>
> I know the radius servers functioning because a dial-in server running
> portslave is talking to it. I'm pretty sure 1812 is the right port, I did a
> udp portscan and that's the one that came up. I can also successfully ping
> the NT machine from this one. I don't know much about the NT radius server
> but the NT administrator ran it in a special debug mode that apparently
> shows *any* data it recieves and it showed nothing in the middle of an
> attempted connection. Which leads me to believe that the linux box is just
> not sending the packets for some reason. Strange because, as said, I can
> ping ok.
>
> Any ideas? There are no firewall rules on the NT box and AFAIK the radius
> server has been configured to accept requests from this linux box. Even it
> it wasn't I would expect to see a rejected notification rather than
> timeouts.
>
> Thanks,
> --Steve
------------------------------
From: [EMAIL PROTECTED] (David M. Cook)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Using Linux instead of NT Server in home environment....
Date: Mon, 29 Mar 1999 07:36:04 GMT
On Mon, 29 Mar 1999 09:10:30 +1200, Stuart Fox <[EMAIL PROTECTED]> wrote:
>Think non technical for a change. Linux is a great operating system if you
>are technically minded - which I assume all of us in this NG are ;) - but
>for ordinary small business owners, it is a complete mystery. At least
>Windows NT looks like something they know, and they don't have to learn
>command line syntaxes for doing basic admin tasks.
This is where things like the Cobalt Qube come in, providing essentially a
network appliance running Linux. These things are even easier to set up
than an NT box.
Dave Cook
------------------------------
Date: Sun, 28 Mar 1999 23:33:29 -0800
From: Matt Corddry <[EMAIL PROTECTED]>
Subject: Re: IP forwarding problems
Paul Sturm wrote:
>
> On Thu, 11 Mar 1999 23:37:54 -0500, "Michael D. Cencula"
> <[EMAIL PROTECTED]> wrote:
>
> >Follow the other suggestions to get ip masquerading working. Ping will not
> >work from the internal network to the outside world. :( Be sure that the
> >machines on the internal network are NOT set up to access the internet
> >through a proxy server.
>
> Sure it will. I can ping anything on the planet. Just set up in your
> win98 Control panel Network with the Gateway as the inside of your
> Linux box (192.168.x.x) and set up DNS as your service privider told
> you.
I think you have to enable "ICMP masquerading" as a seperate option on
the kernel compile to get the ping/traceroute to work thru ipfw.
matt
------------------------------
From: [EMAIL PROTECTED] (Allen)
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Help me spend $2,000 on a new Linux-based computer
Date: 29 Mar 1999 07:41:10 GMT
On Sun, 28 Mar 1999 01:25:56 +0000, [EMAIL PROTECTED] wrote:
>I've gotten the go-ahead from my better half (read: my wife) to spend
>around 2K on a new system. I'd like to hear _specific_ success and/or
>horror stories on systems and peripherals that have worked and not
>worked with Linux. My prequisites:
>
>400mhz CPU
easy enough- $50 on pricewatch will get you a bare Celeron 266 that with good
heatsinking ($20), BX chipset motherboard ($100), and PC100 SDRAM will easily
run 400 Mhz for years with no troubles. I'd recommend the 300A @ 450 Mhz
though, (it costs a few $ more, though, @ $ 67ish)
>96mb RAM
Why only 96 Mb? 128 Mb CAS 3 PC100 is about $170?
>8mb video card
Matrox AGP G200 8 Mb ($85) has great 2-D performance and driver support, though
you will need to upgrade at least to Xfree86 version 3.3.3.1 for it and most of
the newer cards...
>19" monitor
Last time I checked those were running about $450-500?
>sound card, speakers
SB16 is still one of the best supported and performing cards available for what
most people use PC sound for ($25-30)--speakers could be $10 or less
>4GB hard drive
Not cost effective anymore. Get at least something like a Maxtor 8.4 Gb ($135)
for about the same price you'd be able to get the 4 Gb one at www.tjt.com
>CD-ROM
Any old ATAPI 4x or higher will do fine... ($50 for a 44x generic)
>
>Bonuses:
>DVD
don't bother with it yet for Linux, and you may wish to wait for windows too if
you were going to dual boot--DVD-RAM is out now, and by the time the prices fall
to reality, there may be driver support for Linux too
>Color printer
make sure it's not a proprietary Windows only printer
>Tape backup
What job are you doing that you may need this? Could not a CD-RW do this job
also? The best tape drives are quite expensive, and the cheaper ones may cause
you much more hairloss, especially if your were trusting any mission-critical to
them... also see DVD-RAM section
>Dual CPUs
Not really much more expensive if you were doing something that will make use of
it? Many good dual boards will also have usable on-board peripherals too,
lowering your costs further. You could even do Dual-Celerons on the cheap if
you were technically inclined to to the surgery neccessary.... Write or post
for more info if interested.
>
>Notes:
>I don't play video games, so 3D video doesn't mean anything to me.
>I'm open to build-my-own or buying from Micron, Gateway, Dell, etc.
>
You seemed to miss the most important parts of the specs--- What do you want
this machine to be capable of doing? You could put all that hardware together,
and not even load an OS on it if you just wanted bragging rights to say that you
had it... :-))
I've built many machines on the 300A Celeron platform (all running at 450 Mhz)
that were Linux compatible for less than $1200, had only 64 Mb Ram, 17"
monitor, 8.4 Gb hard drive, and otherwise exceeded your requirements, and though
I built these for customers who wanted to run Windose (-$100 w/o), nearly all
you ask for could still be done for less than $1600 easily, but your application
and needs should dictate where the extras should go.
Allen
(email addy; user ID portion has a numeral one in place of word
onespoiler, and of course, delete the bogus secondary domain of nospam.)
PC/hardware Guru, and Linux Newbie
------------------------------
Date: Sun, 28 Mar 1999 23:38:21 -0800
From: Matt Corddry <[EMAIL PROTECTED]>
Subject: Re: Slow PPP Connection But Minicom Connection Fine
Hmmm... I don't think you can specify "115200" as a portspeed in pppd. I
think you need to specify 38400 and then map that to 115200 with:
'setserial /dev/ttySx spd_vhi'. You may be connecting faster than 9600
now, but I'd do some transfer tests to make sure that your uart isn't
stuck at 38400.
matt
chris turner wrote:
>
> I continued trying more variations...don't know why it works but if I put
> all of the parameters I originally entered on the pppd line in the
> /etc/ppp/options file everything works fine
>
> Bill Unruh wrote:
>
> > In <[EMAIL PROTECTED]> chris turner <[EMAIL PROTECTED]> writes:
> >
> > >I have a USR/3Com 56K Faxmodem (ISA PnP). I have set up the correct
> > >IRQs, ports, etc. and verified that they are working fine. When I dial
> > >out with Minicom, I get a good connection, usually at around 50K. But
> > >when I dial the same number with a chatscript running under pppd I only
> > >get a 9.6K connection. I can get a 50K connection from the chatscript if
> > >I run it AFTER I have dialed the same number from Minicom and then
> > >exited. The modem init strings for both Minicom and chat are the same
> > >(AT&F1), and I have all the settings in pppd as recommended (pppd
> > >connect 'chat -v -f /etc/ppp/chatscript -detach crtscts modem
> > >defaultroute /dev/modem 115200 user'myusername'). Any ideas on what is
> >
> > This is a strange set of commands since you never terminate the quotes
> > starting just befor chat. I suspect what your pppd is getting is the
> > default stuff (which is 9600 Bd).
> >
> > Try
> > /usr/sbin/pppd /dev/ttySx 115200 defaultroute -detach crtscts connect
> > "chat -f -f /etc/ppp/chatscript"
> > (ttySx should be whichever port you are connected to_)
> > >causing this and how to fix it?
> > >Thanks in advance
> > >Chris Turner
------------------------------
From: Trevor <[EMAIL PROTECTED]>
Subject: Multi-homed machine
Date: Mon, 29 Mar 1999 17:40:31 +1000
Hi everyone,
I'm trying to set up a multi-home linux machine (RedHat 5.2), with
little success so far. I am dialing my ISP using dip, and it all
connects correctly so that I can browse, ftp etc from the linux
box. I'd also like to be able to browse, ftp etc from the other
two machines on my network, both NT machines. How do I get
linux to pass packets between eth0 and ppp0 so that the other
machines on the network can see the internet also.
Thanks,
Trevor.
--
Trevor Elbourne - Director
AFB Engineering Pty Ltd
+61-2-9571-8662 (phone)
+61-2-9571-8663 (fax)
mailto:[EMAIL PROTECTED]
------------------------------
From: "Lee Sharp" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Compaq professional workstation & builtin ethernet
Date: Mon, 29 Mar 1999 11:19:01 -0600
Jesse Rosen wrote in message ...
|I have linux (kernal v. 2.0.34 currently, but I will upgrade soon) on a
|Compaq network server 5100 -- it's a 200 Mhz PII. These boxes (or should I
|say boxen) have 10/100BT ethernet builtin on the motherboard. When I set
|up this machine, I didn't even bother trying to get that to work, I just
|installed a 3Com board instead as I figured that there was no support for
|this proprietary Compaq thing. Now I want to put this box into service as
|a firewall, so I need a second connection, and before I put in a second
|3com card, I figured I ask to see if anyone knows any way to get the
|onboard ethernet to work on this machine.
Depending on when it came off the line, it has either a Intel or a tlan
chip. The tlan can be installed quite easily after the system is up with an
"insmod tlan duplex=2" command. However, the tlan is a slow, cpu intensive
chip. If you are going to hammer this thing, you may want another card.
The Intel version is quite good, however.
Lee
--
SCSI is *NOT* magic. There are *fundamental technical reasons* why it is
necessary to sacrifice a young goat to your SCSI chain now and then. *
Black holes are where God divided by zero. - I am speaking as an individual,
not as a representative of any company, organization or other entity. I am
solely responsible for my words.
------------------------------
** 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
******************************