Linux-Networking Digest #17, Volume #12 Mon, 26 Jul 99 21:13:58 EDT
Contents:
Re: Linux and ADSL how to----does one exist?? (sparks)
Yet another IP chains question ("TURBO1010")
Masquerading using odd ip address (Scott W. Petersen - N9SLA)
Re: Why not C++ (Johan Kullstam)
Transparent proxy ("Kerry J. Cox")
Re: win98 <-> linux (D.T.)
New Linux web site (Mike Angelo)
PATH_TRANSLATED=NULL ([EMAIL PROTECTED])
Re: to ping or not to ping...? (Kenneth P Kennedy)
Re: LAN not connected to INTERNET: Problem setting up (Robert Flemming)
Re: High load average, low cpu usage when /home NFS mounted (Peter Steiner)
LAN not connected to INTERNET: Problem setting up (Ravi Shankar Bellur Ramaswamy)
Linux vs. Wingate (Dusko Nikolic)
Re: LAN not connected to INTERNET: Problem setting up (Monte Phillips)
Re: Linux vs. Wingate (Monte Phillips)
Re: Remote Admin Question (john@*NOSPAM*jjgb.com)
Re: Yet another problem with 2 Ethernet adapters (Tom Wojciaczyk)
Re: linux proxy server (Alex Harrington)
Apache for win95 won't load ApacheModuleProxy.dll ("Eric Shoemaker")
Re: BTInternet UK & CHAP/PAP (Alex Harrington)
Post-newbie (but not by much) IP forwarding questions (Vincent)
Re: tcpdump and RH6.0 - anyone get it to work? (Mark Price)
Re: netscape (Alex Harrington)
Re: LinkSys Support page for Linux ("sk")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (sparks)
Subject: Re: Linux and ADSL how to----does one exist??
Date: Mon, 26 Jul 1999 22:39:14 GMT
I found a adsl how-to and it looks like its going to be a snap to
set up.
My only concern was the internet games problems thru the linux machine
and should I forget linux and just plug into the pc.
The reason I say this is a game like tribes does some stuff so you
can play right thru a firewall..TRY that with mech warrior 3 or
delta force.
Mechwarrior 3 has a listing out of what ports you have to open up to
be able to play thru the firewall, only 100.
Delta Force about the same.
What I need to decide is if you open up 100 ports here and 50 prots
there to play a game thru the firewall...what firewall ???
might as well forget a firewall or masquerading and just tie streight
to the pc and play away.
I know there is no problem with ftp, telnet, or surfing the net but
that is not ALL I want to do on my machine.
CAN ??
can I use linux as security and play games on the net ?
thanks again
jerry
On Sun, 25 Jul 1999 20:55:59 -0700, "Tony C" <[EMAIL PROTECTED]>
wrote:
>
>Rudolf Potucek wrote in message <7nfo08$[EMAIL PROTECTED]>...
>>RTFM! There must be 1000s of posts at dejanews.com!
>>
>
>
>SNIP
>
>>
>>Again, RTFM!
>>
>> www.dejanews.com
>>
>> /usr/doc/HOWTO
>>
>> man ipchains (RH5.x)
>> man ipfwadm (RH6)
>>
>>Rudolf
>>: jerry
>>
>
>
>Looks like you need to RTFM :)
>
>ipchains is RH6 and ipfwadm is RH 5.x.
>
>Cheers
>TC
>
>
------------------------------
From: "TURBO1010" <[EMAIL PROTECTED]>
Subject: Yet another IP chains question
Date: Mon, 26 Jul 1999 15:35:04 -0700
I need to block out port 67 & 68 UDP on eth0 using ipchains. I also need to
block out the samba ports on the same nic, eth0. Don't know the range of
ports. Thanks for any suggestions.
------------------------------
From: [EMAIL PROTECTED] (Scott W. Petersen - N9SLA)
Subject: Masquerading using odd ip address
Date: Mon, 26 Jul 1999 22:00:01 GMT
We would like to use and ip address ending in .250 rather than .1 on
the linux masq server.
.1 is in use by a major server and would not like to change it if possible.
Can we use .250 or do we have to use .1?
Scott
------------------------------
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: Why not C++
From: Johan Kullstam <[EMAIL PROTECTED]>
Date: 26 Jul 1999 18:52:41 -0400
David Schwartz <[EMAIL PROTECTED]> writes:
> > > It is not the language's place to decide when you need to break the
> > >rules. That's your job.
> >
> > Except when, like millions of C and C++ programmers, you don't know the better
> > portion of the rules, so that you don't know that you are breaking them.
> > Constructs along the schema of
>
> I do not believe it is possible to create a useful tool that cannot be
> misused.
true enough. however, mis- or dangerous- usage should be slightly
more awkward than safe usage. this is not so with C/C++.
it often takes more work to look at return values, errno and catch
exceptions than it does to simply ignore them. in C the default
handler is no handler at all. C++ helps somewhat but i still find it
a royal pain in the ass to check and handle everything. i seem
especially prone to extra calls to dtors for my classes. many people
(myself included) assume they have disk space and do not always check
fwrite or putc.
--
J o h a n K u l l s t a m
[[EMAIL PROTECTED]]
Don't Fear the Penguin!
------------------------------
From: "Kerry J. Cox" <[EMAIL PROTECTED]>
Subject: Transparent proxy
Date: Mon, 26 Jul 1999 16:58:03 -0600
I am trying to get a clean install of Linux (RedHat 6.0) to function as
a transparent proxy server. I did a new recompile with 2.2.10 and it
works great. I also made sure to enable nearly all the options for
firewalling in xconfig. My problem is twofold;
1) I am trying to get the two cards to be recognized. The one is a
PCI 3Com905B and the other is an ISA NE2000. I just need to know which
module would work for the NE2000 since ETH0 recognizes the 3Com card no
problem. But when I try to use Linuxconf or control-panel it delays the
ETH1 configuration.
2) I need to know how to enable transparent proxy support. I'm
figuring ipchains would be the way to go. I have enabled IP
Masquerading on my machine at home no problem, but what I want to do
here is prevent our DSl customers from seeing both our network and other
DSL customers' networks and vice versa.
Could anyone direct me to a Transparent Proxy HowTo page or some
other site. I've read through the ipchains-HOWTO and the
Firewall-HOWTO.
Whatever assistance anyone could provide would be most helpful. You
can either email me or post a response here. Thanks.
KJ
--
.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.
| Kerry J. Cox Vyzynz International Inc. |
| [EMAIL PROTECTED] Systems Administrator |
| (801) 596-7795 http://www.vii.com |
| ICQ# 37681165 http://quasi.vii.com/linux/ |
`-------------------------------------------------------'
------------------------------
From: [EMAIL PROTECTED] (D.T.)
Subject: Re: win98 <-> linux
Date: Mon, 26 Jul 1999 22:14:27 GMT
>Hi,
>
>I did an lsmod and what I got is this:
>Module Pages Used by
>autofs 2 1 (autoclean)
>memstat 1 0
>ne 2 1 (autoclean) !!!! ne is my
>NIC module!!!!
>8390 2 [ne] 0 (autoclean)
>
>
>ifconfig eth0 tells me
>
>eth0 Link encap:10Mbps Ethernet HWaddr 00:80:C:2A:38:98
> inet addr:192.168.17.1 Bcast:192.168.17.255
>Mask:255.255.255.0
> UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0
> TX packets:1 errors:0 dropped:0 overruns:0
> Interrupt:10 Base address:0x300
my ifconfig eth0 tells me
inet addr:0.0.0.0 Bcast 0.0.0.0 Mask 0.0.0.0
wher do I configure my details into inet. where does it get its
information
Thanks
DT
>winipcfg.exe tells me (fields which I don't mention are empty)
>
>host
>------
>hostname = PENTIUM
>DNS-servers = 194.7.15.70 (although I did not activate the DNS function
>in the network settings)
>junction type = HYBRID
>
>Novell 2000 Adapter
>----------------------------
>Adapteraddress 00-80-C8-2A-38-28
>IP-address 192.168.17.42 (this is my win98 box)
>Subnetmask 255.255.255.0
>Primary Winsserver 192.168.17.1 (this is my linux box)
>
>
SNIP
------------------------------
From: Mike Angelo <[EMAIL PROTECTED]>
Subject: New Linux web site
Date: Mon, 26 Jul 1999 18:54:25 -0400
We are pleased to announce a new web site at www.linux-driver.com. Although
the name may imply that this is a driver repository, we will try to offer a
site with virtually everything needed to get Linux running, and running
smoothly on your Linux box.
We want to offer this as a community site, so feel free to send us
suggestions, links, drivers, and the like to us via our web site.
We are compiling a site for everyone from newbies to sys admins(and
beyond).
Thanks!
============================================================
Get your FREE web-based e-mail and newsgroup access at:
http://MailAndNews.com and http://MailAndNews.co.uk
Create a new mailbox, or access your existing IMAP4 or
POP3 mailbox from anywhere with just a web browser.
============================================================
------------------------------
From: [EMAIL PROTECTED]
Subject: PATH_TRANSLATED=NULL
Date: Mon, 26 Jul 1999 22:14:35 GMT
I have problem
Environment vars PATH_TRANSLATED and PATH_INFO are empty.
Where I wrong?
SERVER_SOFTWARE=Apache/1.3.6 (Unix) (Red Hat/Linux) mod_perl/1.19
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Kenneth P Kennedy <[EMAIL PROTECTED]>
Subject: Re: to ping or not to ping...?
Date: Mon, 26 Jul 1999 16:50:58 -0600
Can you ping it from the NT boxes?
-ken-
"You're one of those condescending Unix computer users!"
"Here's a nickel, kid. Get yourself a better computer" - Dilbert. =
=20
On Mon, 26 Jul 1999, Fr=E9d=E9ric Bernard wrote:
> Could anyone give me an idea how to solve the following "simple?" problem=
=2E.
> Ethernet card 3c509b seems ok.. ping on it locally (192.1.1.29) works fin=
e..
> but i can not ping any other machine on the local NT network.. The netmas=
k
> is the same, i ran only netcfg and linuxconf.. should i add something wit=
h
> route ? (i did it, but nothing changed...)
>=20
> Please, if anyone could help.. i'm blocked with this stupid problem since=
a
> week...
> thanx a lot to have read until the end !! ;)
>=20
>=20
>=20
>=20
------------------------------
From: Robert Flemming <[EMAIL PROTECTED]>
Subject: Re: LAN not connected to INTERNET: Problem setting up
Date: Mon, 26 Jul 1999 15:25:22 -0700
Ravi Shankar Bellur Ramaswamy wrote:
> The problem is when I telnet from one PC to any other PC I get the
> first two lines saying that it is connected but hangs there, without
> giving any login prompt. Same with ftp. Says that is connected but no
> login prompt. What's interesting is ping works perfectly fine, from any
> PC to any other PC, with no data loss.
>
> I am stuck there hopelessly. Any solutions ? None of the compilers are
> compiled for IP forwarding. Is that a problem?
> Any help is appreciated. Thanks in advance.
Sounds like they may be hanging on name resolution. Check your
/etc/nsswitch.conf for the "hosts:" line and make sure "files" is at
least first if not the only thing there, since your only using
/etc/hosts.
Robert
------------------------------
From: [EMAIL PROTECTED] (Peter Steiner)
Crossposted-To: comp.os.linux.misc,comp.os.linux.development.system
Subject: Re: High load average, low cpu usage when /home NFS mounted
Date: Tue, 27 Jul 1999 00:29:57 +0200
In article <[EMAIL PROTECTED]>, Paul Kimoto wrote:
>> All tasks are counted that are either TASK_RUNNING,
>> TASK_UNINTERRUPTIBLE or TASK_SWAPPING.
>
>Okay, but try the following experiment on an NFS client:
>
>#!/bin/sh
>while /bin/true; do
> cat > /dev/null LIST_OF_LONG_NFS_MOUNTED_FILES
>done
Your tasks are doing I/O. They are most likely in the state
TASK_UNINTERRUPTIBLE and thus increasing the load. That's expected
behaviour. Load does not mean "CPU load" but more generally "system
load".
Peter
--
_ x ___
/ \_/_\_ /,--' [EMAIL PROTECTED] (Peter Steiner)
\/>'~~~~//
\_____/ signature V0.2 alpha
------------------------------
From: Ravi Shankar Bellur Ramaswamy <[EMAIL PROTECTED]>
Subject: LAN not connected to INTERNET: Problem setting up
Date: Mon, 26 Jul 1999 22:05:04 GMT
We are trying to set up a LAN in our lab, without connecting to
Internet. We have 3 PCs running various versions of linux kernels, and
arbitrary IP addresses as they are NOT connected to the INTERNET:
titan (kernel 2.2.10) 128.100.201.51
atlas (kernel 2.0.37) 128.100.201.101
pluto (kernel 2.0.29) 128.100.201.100
All the kernels are compiled for TCP/IP networking. I am NOT running a
name server, and instead use /etc/hosts file for IP to name mapping.
for all the 3 PCs
network address = 128.100.201.0
netmask = 255.255.255.0
broadcast address = 128.100.201.255
NO GATEWAY address for any PC since none is talking to the outside
world.
I have used a D-Link 16 port hub allowing for future expansions. On all
the PCs ethernet cards are initialized on boot.
The problem is when I telnet from one PC to any other PC I get the
first two lines saying that it is connected but hangs there, without
giving any login prompt. Same with ftp. Says that is connected but no
login prompt. What's interesting is ping works perfectly fine, from any
PC to any other PC, with no data loss.
I am stuck there hopelessly. Any solutions ? None of the compilers are
compiled for IP forwarding. Is that a problem?
Any help is appreciated. Thanks in advance.
--
Ravi
------------------------------
From: [EMAIL PROTECTED] (Dusko Nikolic)
Subject: Linux vs. Wingate
Date: Mon, 26 Jul 1999 14:49:09 GMT
Reply-To: [EMAIL PROTECTED]
In my company we have 5 computers with NT Workstation 4 operating
system connected in to peer to peer network. One of them has modem. We
installed Wingate on that machine so that other can share internet
(www, email, news, ftp) access.
I suppose that same thing can be achieved by purchasing another
computer on which we will install linux so that machine can play role
of server.
By doing that, what kind of improvements we can expect regarding
security and performance issues?
I
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: LAN not connected to INTERNET: Problem setting up
Date: Mon, 26 Jul 1999 23:10:58 GMT
What program generates or reads that nsswitch.conf file?
Robert Flemming <[EMAIL PROTECTED]> wrote:
>> I am stuck there hopelessly. Any solutions ? None of the compilers are
>> compiled for IP forwarding. Is that a problem?
>> Any help is appreciated. Thanks in advance.
>
>Sounds like they may be hanging on name resolution. Check your
>/etc/nsswitch.conf for the "hosts:" line and make sure "files" is at
>least first if not the only thing there, since your only using
>/etc/hosts.
>
>Robert
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: Linux vs. Wingate
Date: Mon, 26 Jul 1999 23:02:52 GMT
First and formost, STABILITY!
secondly very real consideration of $$$$ you will not have to expend
more for licenses except of course if they are windows machines. But
more inportantly no more $$$ to upgrade NT to support more
workstations. Security (despite what some may say) is pretty good and
comparable in both systems. You will find that linux is relatively
easy to learn and for a simple network such as you describe it is a
snap to set up and get running. Hint! Once its running and doing what
you want pull the keyboard and monitor and put them on something
else, you don't have to keep twiddling with linux. If support is a
really great concern you might look to FreeBSD or Open Linux Pro
One mistake that many make though is to also try and make a desktop
out of the linux server, DON'T! The script kiddies around here will
have a cow over that statement, but linux is not quite ready yet for
that. Too few good applications. The time necessary to train
personnell on all new applications just isn't worth it. Windows is a
good SUBordinate platform, heh
IMHO<G>
g'Luk
[EMAIL PROTECTED] (Dusko Nikolic) wrote:
>In my company we have 5 computers with NT Workstation 4 operating
>system connected in to peer to peer network. One of them has modem. We
>installed Wingate on that machine so that other can share internet
>(www, email, news, ftp) access.
>I suppose that same thing can be achieved by purchasing another
>computer on which we will install linux so that machine can play role
>of server.
>By doing that, what kind of improvements we can expect regarding
>security and performance issues?
------------------------------
From: john@*NOSPAM*jjgb.com
Subject: Re: Remote Admin Question
Date: Mon, 26 Jul 1999 17:29:36 -0600
Scott Collins wrote:
> I am trying to telnet to my computer and login as root. I know this is a
> big security no-no, but kinda necessary in my case.
>
> Anyways, I read somewhere that I need to edit the list of ttys in
> /etc/securetty, but what is the tty if I am telneting from another computer?
> Is this all I need to change?
>
> thanks,
>
> scott
Well, I would suggest killing telnetd and using ssh instead if you MUST go in as
root.
Answer to the original question, the terminals are typically ttyp0, ttyp1 etc.
However with Putty (Windows-Freeware) and the ssh package you can do a
reasonably secure telnet into your box. And the ssh package has an option for
root login...
If your interested, email me and I'll make the necessary programs available on
my ftp site....
------------------------------
From: Tom Wojciaczyk <[EMAIL PROTECTED]>
Subject: Re: Yet another problem with 2 Ethernet adapters
Date: Mon, 19 Jul 1999 10:23:04 -0400
I know it sounds crappy, but I haven't looked at the source yet to see
what's going on. Go ahead and do it as a module, and copy eepro.o to
eepro2.o and do an insmod on eepro2.o with the options and you won't get
the busy error.
Manny Vellon wrote:
>
> I'm trying to get two EtherExpress Pro's (one Pro, one Pro+) to work on a
> Debian 2.0.36 release. I've tried building the network driver into the
> kernel and using the LILO "append" approach, but it only recognizes eth0.
> I've also tried specifying the drivers as loadable modules and messing with
> conf.modules. I've tried both:
>
> alias eth0 eepro
> alias eth1 eepro
> options eepro io=0x300,0x320 irq=5,10
>
> and
>
> alias eth0 eepro
> alias eth1 eepro
> options eth0 -o eepro0 io=0x300 irq=5
> options eth1 -o eepro1 io=0x320 irq=10
>
> The first approach results in only eth0 being recognized. The second
> approach complains that eepro.o is busy (presumably, it doesn't like loading
> eepro twice, even if the -o option has been given).
>
> Any ideas?
=============================================================
:Tom Wojciaczyk, ECS Networking
:Cisco Systems, Inc.
:(804) 762-5535
------------------------------
From: Alex Harrington <[EMAIL PROTECTED]>
Subject: Re: linux proxy server
Date: Tue, 27 Jul 1999 00:42:36 +0100
Have you tried the IP Masquerading HOW-TO on sunsite and its mirrors:
I think the address will be something like:
ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO
http://metalab.unc.edu/pub/Linux/docs/HOWTO
or something like that.
It explains how to configure IP Masq. as a firewall, prevent incoming
connections, allow incoming to certain servers etc...
Hope this helps
Alex
Dimitris Andrakakis wrote:
>
> Hi there...
> since mentioned... is there an
> IP-Masquerading-for-Linux-to-become-a-firewall-HOWTO
> somewhere ? :-)
>
> Dimitris
>
> Alex Harrington wrote in message <[EMAIL PROTECTED]>...
> >Pick one of three choices
> >
> >1. If you already have Apache installed, enable the proxy module
> >2. Download Squid - Best Webcache I have ever seen!
> >3. IP-Masquerading - My choice
> >
> >[EMAIL PROTECTED] wrote:
------------------------------
From: "Eric Shoemaker" <[EMAIL PROTECTED]>
Subject: Apache for win95 won't load ApacheModuleProxy.dll
Date: Mon, 26 Jul 1999 19:03:39 -0400
I've edited the httpd.conf file to load several other modules, that work
fine (just by uncommenting them), but this one will now load. I've checked
paths, ect.
Can anyone help?
Thanks
------------------------------
From: Alex Harrington <[EMAIL PROTECTED]>
Subject: Re: BTInternet UK & CHAP/PAP
Date: Tue, 27 Jul 1999 00:33:45 +0100
I have used BT Internet for nine months now with Slackware.
Here are the scripts I use:
/etc/ppp/ppp-bt-on (Script I call to bring up a connection)
/etc/ppp/ppp-bt-off (Script I call the close the connection)
/ppp-bt-connect (Chat script that dials BT)
/etc/ppp/chap-secrets (File containing my BT CHAP username and
password)
When reading the files, replace <username> with your chap username eg.
bill
without the "< >".
Replace <password> with your chap password eg.
billspassword
without the "< >".
-- /etc/ppp/ppp-bt-on:
#!/bin/bash
/usr/sbin/pppd name <username> remotename DialUpBT\
connect /ppp-bt-connect\
/dev/modem lock 115200 defaultroute noipdefault
=======
======= /etc/ppp/ppp=bt=off
#!/bin/bash
#
# This is the standard ppp-off script that comes with ppp-2.?.?, it's
# been expanded to include the -d option for pppsetup. (1-17-98)
#
######################################################################
#
# Determine the device to be terminated.
#
if [ "$1" = "" ]; then
DEVICE=ppp0
elif [ ! "$1" = "-d" ]; then
DEVICE=$1
elif [ "$1" = "-d" ]; then
DEVICE=ppp0
elif [ ! "$1" = "" ] && [ "$2" = "-d" ]; then
DEVICE=$1
fi
######################################################################
#
# This just checks if demand dialing is running, if so it
# says Demand Dialing Stoped.
ps x 2>/dev/null > /tmp/grep.tmp
if grep 2>/dev/null "options.demand" /tmp/grep.tmp >/dev/null
then
rm -f /tmp/grep.tmp
D="echo Demand Dialing Stoped."
else
rm -f /tmp/grep.tmp
fi
#
# If the ppp0 pid file is present then the program is running. Stop it.
if [ -r /var/run/$DEVICE.pid ]; then
kill -INT `cat /var/run/$DEVICE.pid`
#
# If the kill did not work then there is no process running for this
# pid. It may also mean that the lock file will be left. You may wish
# to delete the lock file at the same time.
if [ ! "$?" = "0" ]; then
killall -INT pppd 2>/dev/null
rm -f /var/run/$DEVICE.pid
rm -f /var/lock/LCK*
echo "ERROR: No pppd process running, removed stale pid
file."
exit 1
fi
#
# Success. Let pppd clean up its own junk.
echo "PPP link to [$DEVICE] terminated."
$D
if [ "$1" = "-d" ]; then
pppd file "/etc/ppp/options.demand" || exit 1
echo "Demand Dialing Started."
exit 0
elif [ "$2" = "-d" ]; then
pppd file "/etc/ppp/options.demand" || exit 1
echo "Demand Dialing Started."
exit 0
else
exit 0
fi
fi
#
# The ppp process is not running for ppp0
echo "ERROR: PPP link is not active on: [$DEVICE]"
exit 1
=========
========= /ppp=bt=connect
#!/bin/bash
chat -t20 ABORT BUSY "" ATZ \
OK ATDT08457288000\
TIMEOUT 30 "CONNECT"
========
======== /etc/ppp/chap=secrets
# Secrets for authentication using CHAP
# client server secret ip address
* <username> <password>
<username> * <password>
=======
(THE FORMAT OF THE LAST FILE IS ESSENTIAL!!! Do not remove the *'s)
Hope this helps - mail me if you have questions
[EMAIL PROTECTED]
Alex Harrington
Andy Fletcher wrote:
>
> Hi,
>
> After spending much time trying to configure my rh5.2 with BTInternet,
> I've failed, the reason being that BTInternet specify a login by way of
> CHAP, although I am told this will not work with ISP's and therefore PAP
> is used, I have read many documents and posts about similar problems,
> but sadly none were any help. If anyone else does/has connected to
> BTInternet in this way I'd love you to reply to this post and give me a
> helping hand. Aside from that, if anyone with a working configuration
> for PAP could reply with a copy of their /etc/ppp/options file, I'd be
> very grateful indeed. I seems that the ISP wants to authenticate using
> PAP, as the following appears in /var/log/debug..
> pppd[476]: sent [LCP ConfNak id=0x4 <auth pap>]
>
> unfortunatly my system responds as..
>
> rcvd [LCP ConfReq id=0x4 <mru 1500> <asyncmap 0x0> <auth chap 05> <magic
> 0xd34542c1> <pcomp> <accomp>]
>
> or something very similar in most cases.
>
> Everyone's help is very much appreciated.
> Many thanks,
>
> Andy Fletcher
------------------------------
From: [EMAIL PROTECTED] (Vincent)
Subject: Post-newbie (but not by much) IP forwarding questions
Date: Mon, 26 Jul 1999 20:17:07 -0400
Hi. Need a shove in the right direction. Thanks.
Current setup:
WinNT |
Win98 | (eth0) (eth1)
Win98 | -> hub -----> Linux machine -----> Cable Modem --> Internet
Win95 | (RedHat 5.2 kernel 2.0.36)
I have it set up that all windows boxes are masqueraded out to the
internet. I have also set up a firewall to keep intruders out. In no
small measure it was from tips I picked up in this newsgroup that I
succeded at this. Thanks.
I must now setup a low traffic web server on the WinNT machine. I've
been able to pick up here (I think), that it is possible to forward
certain requests through the firewall to the NT, something I did not
think was possible. What I don't know is how I do it. I've read a lot
about it here, but I don't know how to put it all together. Some of my
questions are:
Are there IPFWADM commands I should be running to accomplish this?
Any command to forward requests to the NT server should point to the NT's
internal IP address, right? Anything else?
How do I go about allowing only certain users' requests through?
If someone could point me in the right direction, or if somebody has done
something similar and wouldn't mind offering some suggestions, I'd really
appreciate it. Thanks.
Vincent
------------------------------
From: Mark Price <[EMAIL PROTECTED]>
Subject: Re: tcpdump and RH6.0 - anyone get it to work?
Date: Mon, 26 Jul 1999 17:15:48 -0700
Hi Bryan,
Which version do you have installed ?
# rpm -qa | grep -i tcpdump
tcpdump-3.4-10
Works fine for me on RedHat 6.0
Mark.
> has ANYONE gotton mandrake/redhat 6.0 tcpdump to work (on eth0, for example)?
------------------------------
From: Alex Harrington <[EMAIL PROTECTED]>
Subject: Re: netscape
Date: Tue, 27 Jul 1999 00:47:25 +0100
Because I want to talk to my own news server, not the one at my ISP
James Stafford wrote:
>
> Alex Harrington wrote:
> >
> > I am having lots of trouble with Communicator 4.61.
> >
> > It keeps loosing config options that I set - most noticably news
> > servers.
> >
> > eg. I remove the default (news) and replace it with a real one
> > (news.domain.com). Five minuites or so later, the default (news) is
> > back as well as the real news server. The only cure I have found is to
> > manually edit the roaming access profile (liprefs) file - not exactly
> > convienient!
> >
> > Alex -
> >
> >
>
> And why didn't you just use that default news server instead of doing
> all that hacking? I'm using it right now.
>
> jamess
> --
> "On the side of the software box, in the 'System Requirements' section,
> it said 'Requires Windows 95 or better'. So I installed Linux."
>
> -Anonymous
------------------------------
From: "sk" <[EMAIL PROTECTED]>
Subject: Re: LinkSys Support page for Linux
Date: Sun, 25 Jul 1999 13:22:12 GMT
Recently I discoverd the LinkSys Linux Support page at
http://www.linksys.com/support/solution/nos/linux_others.htm
Please check here for the latest information about LinkSys card support to
Linux.
Have a nice time using Linux and Linksys
Cheers
Suresh Kumar
John <"jmiller"@.provide.net> wrote in message
<[EMAIL PROTECTED]>...
>I've gotten a recent tulip driver and compiled it. The new module loads
>ok. Everything seems ok when I check route and ifconfig. I can ping my
>own card, but I can't ping outside my card. There's no sign of any
>network activity coming out of the card. I have a dual install with
>Win98 and can use the interface card in windows with no problem, so I
>assume the hardware is alright.
>
>Rod Smith wrote:
>>
>> [Posted and mailed]
>>
>> In article <[EMAIL PROTECTED]>,
>> John <"jmiller"@(nospam).provide.net> writes:
>> > I having a rough time getting my Linksys Etherfast 100/10 card working
>> > under Caldera OpenLinux 2.2 (kernel 2.2.5). I've updated the tulip
>> > driver with no luck.
>> >
>> > Is anyone running Linksys cards with Linux? If so what distribution
and
>> > kernel level?.
>>
>> These Linksys boards are pretty popular, actually. Could you be more
>> precise about the problems you're having?
>>
>> --
>> Rod Smith
>> [EMAIL PROTECTED]
>> http://www.channel1.com/users/rodsmith
>> NOTE: Remove the "uce" word from my address to mail me
>> Author of _Special Edition Using WordPerfect for Linux_, from Que
------------------------------
** 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
******************************