Linux-Networking Digest #907, Volume #9 Sun, 17 Jan 99 06:13:42 EST
Contents:
Re: Net problem with an AMD PCnet PCI card (newbie question) (Omegaman)
Probably BUG: Re: Samba: request_oplock_break: no response (again and ("Michael Ju.
Tokarev")
Connect without hub (Mike Humski)
lpd configuration problem (Sai Manohar Gopisetty)
Problem with netscape, ppp and RHLinux ("Anthony Quas")
Re: Telneting as "root" (TinkerTailer)
Hacking Win95 for CHAP secret (Leon Wood)
Re: Pentium -> 486 via ftp done :) ([EMAIL PROTECTED])
Re: Load balancing router for multiple WWW servers (other way around?) (Ashley)
Re: Connect without hub (Paul E Larson)
Re: Hiding my true domain name (Raymond Doetjes)
Re: Help be needed for Firewall !! (Raymond Doetjes)
Re: Help be needed for Firewall !! (Raymond Doetjes)
Re: Sending a file to a remote machine's port (Chris Severn)
Re: Routing with RedHat 5.2 (Raymond Doetjes)
Re: IPX PrinterServer and RH 5.1 ("Ryan C. Payne")
Re: Ethernet sniffing (Raymond Doetjes)
Slattach-Programm woher? ("Henning Ahlers")
Re: Q: Network Linux and OpenDOS ? (Raymond Doetjes)
Re: 386 and cable modem (Raymond Doetjes)
Re: Networked PPP OK, but www.anysite.com fails anysite.com works! (Raymond Doetjes)
----------------------------------------------------------------------------
From: Omegaman <[EMAIL PROTECTED]>
Crossposted-To: linux.debian.user,linux.debian.setup,comp.os.linux.setup
Subject: Re: Net problem with an AMD PCnet PCI card (newbie question)
Date: 17 Jan 1999 02:04:10 -0600
[EMAIL PROTECTED] (\-ance) writes:
> I'm trying to install Debian 2.0 on a HP-Pentium with an AMD PCnet PCI
> Ethernet Card but
> the installer does not recognize the card :-(
>
> I read the Ethernet Howto then I tryed to use lance.c driver but the
> installation failed again (device busy....)
>
> Is it an interrupt problem or what?
> (The card is set with IRQ 11 FCE00-FCFF)
To find out what IRQ's are in use 'cat /proc/interrupts'. Similary
'cat /proc/ioports' to determine I/O locations in use. If your cards
current settings are in use, you can use the information to pick new
unused ones. This may indeed be your problem and all else may fall
into place once you check it out.
Here's some additional info on what I did; You might find it useful as
a short summation.
You may also need to edit a couple of other files. One is
/etc/modutils/aliases to insert the driver. Examine the file with the
Ethernet HOWTO nearby and it will be clear what to do. Here's the
relevant lines from mine:
#alias for your ethernet card(s)
alias eth0 3c59x options=3
alias eth1 tulip
I have two cards so I load the drivers for both and alias them to eth0
and eth1 respectively. As you can see, you can add options if
needed. Reference the Ethernet-Howto as well as documentation for your
card's driver in the kernel source under Documentation/net/ .
You will also probably need to edit /etc/modules to have your driver
loaded at startup. make a copy of the original 'cp /etc/modules
/etc/modules.orig' before editing. Here's my edited /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
# An entry named `auto' will cause the system to start kerneld immediately.
# Kerneld then loads modules on demand. `noauto' disables kerneld completely.
lp
serial
ppp
# added by omega 1/5/1999
3c59x
tulip
Last, but not least, you need to set up the interface (ifconfig) and
the routing. The NET3-HOWTO is the source of info on this. Make a
backup of your original /etc/init.d/network as we did above for
/etc/modules and then edit appropriately. Here's mine as a sample:
#!/bin/sh
#establish the networks and routing
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
#added 1/9/1999
#for 3c590 internal lan hookup
ifconfig eth0 192.168.1.3 netmask 255.255.255.0 up
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
#added 1/9/99
#for SMC EtherPower PCI (eventual cable modem connection)
#to be changed at a later date
ifconfig eth1 192.168.2.1 netmask 255.255.255.0.up
route add -net 192.168.2.0 netmask 255.255.255.0 eth1
#eventually all routes through cable rather than diald slip setup
#route add default gw 192.168.2.1 eth1
--
=============(( http://home.gs.verio.net/~omegam ))==================
Omegaman<[EMAIL PROTECTED]> | "When they kick out your front door,
PGP Key fingerprint = | How are you gonna come?
6D 31 C3 00 77 8C D1 C2 | With your hands upon your head,
59 0A 01 E3 AF 81 94 63 | Or on the trigger of your gun?"
Send email with "get key" as the| -- The Clash, "Guns of Brixton"
"Subject:" to get my public key | _London_Calling_ , 1979
======================================================================
------------------------------
Date: Sat, 16 Jan 1999 21:27:34 +0300
From: "Michael Ju. Tokarev" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb
Subject: Probably BUG: Re: Samba: request_oplock_break: no response (again and
Ok, some time ago I search all Samba listproc archives and found
the same problem. I posted a message to the samba-bugs, and here too,
but got no responce(s). Some people tell that this is a Windows problem,
not a Samba, but I disagree -- _all_ our clients have same problem!
I posted a detailed log file too (log level 10). No responce!
This problem seems to be exist in all 2.0 line (starting from alpha-...,
do not remember). In detailed log there is a message indicating that
smbd got a responce with len = -1 ! (I can't look to this log now,
since I'm at home now, and have no samba here...)
As I see, there are (some) users in the 'net that have this problem.
And so this is probably a bug in _samba_, not clients, or _common_ bug
in clients and if so, it should have a workaround in samba code...
As you wrote, 1.x line have no this problem at all, but it correctly
implements oplocks.
P.S. Another thing around this problem: at monday I will try to compile
2.0 code by gcc, not by (experimental) pgcc with all optimization,
may be this help...
Maurice Agavnian wrote:
>
> Mark Johnson wrote:
> >
> > I'm having an odd problem with Samba. I have it set up and working great
> > with user security. One logs in and has access that is expected. Copying
> > files from the server is great, very fast. However, when I copy files
> > from a Win98 client to the server, its very slow. I've noticed that at
> > times it will log this message:
> >
> > 1999/01/11 18:24:32 request_oplock_break: no response received to oplock
> > break request to pid 411 on port 1029 for dev = 309, inode = 28805
> >
> > This does not appear to happen every time though, especially with small
> > files. But copying files to the server is VERY slow. I've looked through
> > the FAQs and web with no solutions. I've messed with OPLOCKS, and
> > locking, no good. As I said before, copying from the Samba server to the
> > Windows client is very fast.
> >
> > Using Redhat 5.2 with samba-1.9.18p10-5. Very few changes to smb.conf.
> > Thanks for any suggestions!
>
> I had a similar problem with oplock on samba 2.0.0-beta5. I think that
> it concern only Win95/Win98, not NT4 clients.
>
> The problem disappears if I diseable oplocks in my smb.conf in the
> [global] section (oplocks = False). I don't improve the speed of the SMB
> server (30% according to docs/Speed.txt), but I want to be sure that my
> PC users don't loose their data when they try to save a file to the
> samba server...
>
> You can try to keep oplocks only on read-only shares...
>
> Before that, I was using 1.9.18p7 and never had this problem.
>
> Maurice.
------------------------------
From: Mike Humski <[EMAIL PROTECTED]>
Crossposted-To:
comp.dcom.lans.ethernet,comp.sys.sun.admin,comp.os.ms-windows.networking.win95
Subject: Connect without hub
Date: 17 Jan 1999 08:18:35 GMT
I am planning to connect the following two machines with ethernet
without using a hub.
(1) PC (Pentium II 266 Mhz; Intel AL440LX mother board) with
multiple-boot set up for Win95/Linux/FreeBSD
Ethernet card: 10/100 Mb (will be Intel EtherExpress Pro or 3Com)
(2) Sun Sparc Classic with Solaris 2.5.1
Ethernet adapter: 10 Mb (preinstalled in the system)
These machines are only two feet apart.
I heard it is possible to directly connect two machines with
ethernet cards if you use a crossover 10 baseT cable.
But I would like to make sure it is really possible in my case,
since I have no experience in setting up an ethernet connection.
There is no possibility to add another platform in the future,
hence no need to use a hub.
However, I would like to know the following points:
(1) Will there be any degradation in performance or stability if
I do not use a hub?
(2) Will there be any danger in connecting 10 Mb only (Sparc) directly
to 10/100 Mb (PC) with a crossover cable?
(3) Will there be any other problems if I use a crossover cable
without a hub?
I would appreciate any help, comment, or pointer related to this subject.
Thanks in advance.
=========
Mike
------------------------------
From: Sai Manohar Gopisetty <[EMAIL PROTECTED]>
Subject: lpd configuration problem
Date: Sat, 16 Jan 1999 13:26:10 +0000
Hello,
I am running RH 5.2 on my computer and I'm having problems sending print
jobs to a remote printer. Apparently my lpd is not appending the
hostname to the configuration and data files, so the lpd on the
printserver is not processing the requests. Here is the log from the
printserve's syslog:
%Jan 5 16:24:41 printserve syslog: /usr/local/lib/lpd: ap_gradcol-
Printjob:
control file origin 'Aa02487' and H entry 'dharma.princeton.edu' do not
match
at Tue Jan 5 16:24:41 1999
The sysadmin sent his opinion on this:
"The 'H' entry is one of the entry's inside the control file, indicating
the host name that sent the file. The "control file origin" is based
on the filename for the controlfile and datafile; chances are your lpd
is not building those filenames to properly include the hostname. So
if the control file 'H' entry says "myhostname" the files might be
named 'dfAa03142myhostname' and 'cfAa03142mythostname'.
If you want to print, you'll need to reconfigure/fix your lpd."
So, HOW do I reconfigure my lpd? There is nothing in the man pages that
talks about any configuration file.
Thanks for your help.
Sai.
------------------------------
From: "Anthony Quas" <[EMAIL PROTECTED]>
Subject: Problem with netscape, ppp and RHLinux
Date: Sun, 17 Jan 1999 02:23:34 -0600
I am having a strange problem with RH Linux, netscape and ppp:
I am establishing a ppp connection successfully, and am also able to start
up netscape. However, intermittently, when I use the slider bar, all the
fonts seem to get messed up: even in windows outside the netscape window. I
suspect that this might be either netscape or pppd overwriting some X buffer
somewhere, but I don't have any clear ideas. The only cure that I have
discovered this is to leave X and restart. I don't know if this a networking
problem, a netscape problem or if it could possibly be happening because I'm
using an older version of RHLinux (5.0).
Has anyone experienced anything similar? Any hints will be very much
appreciated.
Thanks in advance,
Anthony Quas
------------------------------
From: [EMAIL PROTECTED] (TinkerTailer)
Crossposted-To: linux.redhat.misc,comp.os.linux.setup
Subject: Re: Telneting as "root"
Reply-To: [EMAIL PROTECTED]
Date: 16 Jan 1999 23:29:56 -0800
On 13 Jan 1999 14:31:39 GMT, benjamin j snyder <[EMAIL PROTECTED]> wrote:
>
>Correct me if I'm wrong, but if someone has a 'packet sniffer' running they
>could strip the packets and get the root password anyway (assuming you telnet
>and then su), they could get the exact command you typed, so there's really no
>secure/safe way to log in as root remotely.
LoL. Learn about SSH and similar schemes.
------------------------------
From: [EMAIL PROTECTED] (Leon Wood)
Subject: Hacking Win95 for CHAP secret
Date: Sat, 16 Jan 1999 13:43:52 GMT
My ISP has flatly told me they will not help me configure Linux.
Clearly they've aligned themselves with the forces of darkness in
Redmond. If I knew what the CHAP secret was I think I could do it
despite their obstructions. Win95 DUN works so the secret is in there
somewhere, can anyone tell me where and how to find it?
TIA
Leon Wood
------------------------------
Subject: Re: Pentium -> 486 via ftp done :)
From: [EMAIL PROTECTED]
Date: Sun, 17 Jan 1999 03:22:18 -0500
I used ftp to get the files over. I had to tar the files first.
Iwas using slackware. IT worked rather easily.
------------------------------
From: Ashley <[EMAIL PROTECTED]>
Subject: Re: Load balancing router for multiple WWW servers (other way around?)
Date: Sun, 17 Jan 1999 20:13:45 +1100
bill davidsen wrote:
> In article <[EMAIL PROTECTED]>,
> Chris Goebel <[EMAIL PROTECTED]> wrote:
> | Is it possible to configure a linux router so that
> | incoming connections to a WWW server IP are "masqueraded"
> | between multiple servers?
>
> I have been playing with a solution using rinetd for this, since the
> redirection tables can be rewritten without hurting established sockets.
> However, its strong point is that you can put the real servers behind a
> firewall, and its weak point is that all traffic in both directions goes
> through the router.
>
> Works fine for many things, as long as you don't run out of bandwidth.
>
> --
> bill davidsen <[EMAIL PROTECTED]> CTO, TMR Associates, Inc
> "Too soon we grow old, and too late we grow smart" -Arthur Godfrey
Is it then possible to use NAT to have multiple PPP connection that are
load balanced without EQL? (and IP masq)
Has anyone tried/used this?
Thank You
Ashley
------------------------------
Crossposted-To:
comp.dcom.lans.ethernet,comp.sys.sun.admin,comp.os.ms-windows.networking.win95
From: [EMAIL PROTECTED] (Paul E Larson)
Subject: Re: Connect without hub
Date: Sun, 17 Jan 1999 09:30:46 GMT
In article <77s6cr$6ap$[EMAIL PROTECTED]>, Mike Humski <[EMAIL PROTECTED]> wrote:
>
>I am planning to connect the following two machines with ethernet
>without using a hub.
>
>
>These machines are only two feet apart.
>I heard it is possible to directly connect two machines with
>ethernet cards if you use a crossover 10 baseT cable.
>
Find or make a crossover cable
(http://www.linksys.com/support/faqs/howbuild/wiring.htm)
Paul
Get rid of the blahs to email me :}
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Hiding my true domain name
Date: Sun, 17 Jan 1999 10:55:22 +0100
If you use Sendmail, then you can do the following:
DMmydomain.com
This translates, every thing after the @ to mydomain.com
Check before making a new DM line in your sendmail.cf if there isn't
already one. Because the last DM record goes!!!
Raymond
[EMAIL PROTECTED] wrote:
> I've got RH 2.0.35 up, running and working well with being my primary
> server for my M$ clients - bye-bye Uncle Bill.
>
> I'm connected via cable modem and have a fixed IP and have access to
> mail, news, etc and even have web services running via my registered
> domain name that points to my server.
>
> I would like to start sending mail from my box but in order to connect
> via cable modem I need to provide a fixed (provided by the cable
> company) domain and host name in order to get access. My registered
> domain name is something completely different www.rvs.com.
>
> How/Can I setup my server to hide my cable modem domain / host
> information in the from info on outbound email and have it say it's
> from [EMAIL PROTECTED] so replies work.
>
> Then I can have my mail pointed to the same location and have true
> email capabilies.
>
> Thanks in advance,
> Rob
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Help be needed for Firewall !!
Date: Sun, 17 Jan 1999 11:01:09 +0100
With SuSE thios is very easy,
edit your /etc/rc.conf
Try finding MSQ_START
Change MSQ_START="yes" instead of no
Change MSQ_NETWORKS="" in your ip address f.i. "192.168.0.1/24" the /24 is a
class C mask. (24 ones)
MSQ_DEV="" the device on wich masq needs to be used probably "ppp0"
MSQ_MODULES should be
="ip_masq_cuseeme ip_masq_ftp ip_masq_irc ip_masq_raudio ip_masq_vdolive"
NOw you probably need to stop inetd and start it again. Or just plain reboot
will always do the trick. (All this is also in the SuSE handbook)
Raymond
Claes Stejre wrote:
> I have set up a Firewall on a S.u.S.E Linux whith kernal 2.0.35 and it's
> working.
> Now I want to make a Network Adress Translation.
> I want to translate my internal adresses (10.42.102.X) to an external adress
> ( 1.2.3.X).
>
> I know that there is a program ipfwadm but don't know how to use i correct
> and I HAVE lookt in FIREWALL-HOWTO and \MINI\IP-MASQURADE.
>
> /Claes
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Help be needed for Firewall !!
Date: Sun, 17 Jan 1999 11:02:43 +0100
Oops forgot one thing.
In order te get it working, you need to setup a default gateway address on your
other clients.
This default gateway address shoud point to the IP address on your Linuxbox.
NOT THE PPP ADDRESS!!! But your standard IP address on eth0
]
Raymond
Claes Stejre wrote:
> I have set up a Firewall on a S.u.S.E Linux whith kernal 2.0.35 and it's
> working.
> Now I want to make a Network Adress Translation.
> I want to translate my internal adresses (10.42.102.X) to an external adress
> ( 1.2.3.X).
>
> I know that there is a program ipfwadm but don't know how to use i correct
> and I HAVE lookt in FIREWALL-HOWTO and \MINI\IP-MASQURADE.
>
> /Claes
------------------------------
From: Chris Severn <[EMAIL PROTECTED]>
Subject: Re: Sending a file to a remote machine's port
Date: Sat, 16 Jan 1999 22:38:42 +0800
Reply-To: [EMAIL PROTECTED]
Stu wrote:
> Interesting point.
> telnet tends to eat characters types between the connect and some period of
> time after that. It's probably so that people can't do just what you're
> saying, auto login or write a script to hack a login. As such, there's no
> good way around it short of writing a program or perl script or something
> like that.
>
> Chris Severn wrote in message <[EMAIL PROTECTED]>...
> >The short question is :
> >
> >How would I send a file to a port on a remote machine from a script file
> >?
> >I'm looking for something very similar to
> >telnet www.iinet.net.au 80 < thefile
> >
I've just tried something I thought would work, but there's something
funny going on which doesn't allow it.
I created two C programs, one (infilt) waited for a file to be created,
and then printed to stdout. Another (outfilt) waited for "Escape
character is" on stdin, and then produced that file.
I used them as so:
infilt | telnet www.iinet.net.au 80 | outfilt
My programs seemed to work fine. I set debug timers and everything, and
everything matches. "outfilt" detects the correct line, creates the
file. infilt detects that file has been created, waits for one second
(just in case) and then outputs my text. Then it exits after another 5
second wait. outfilt exits after being depleted of input. The text
sent by infilt just doesn't seem to have been received by telnet.
I've also just tried it on a normal telnet session, detecting "login:"
and sending a name, but telnet still looks like it can't receive the
login name I send it. The same programs without the redirection work
fine.
So, is there something else about telnet which I need to know ? Like it
can detect where stdin is coming from, and not allow it unless it's from
a normal login ?
Is there another program like telnet I can use which would work ? Is
there perhaps a sample program using sockets which I could modify to do
what I want ? I'm a good C programmer, but have never used sockets, or
done much TCP/IP before, so it's easier with a sample program than doing
it from scratch from man pages. Should I look at the source code for
telnet, or a web browser, or ftp or something ?
Thanks.
Chris Severn.
--
Delete the 'x's to remove the spamblock.
Except spammers, for whom my email address is abuse@localhost
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Routing with RedHat 5.2
Date: Sun, 17 Jan 1999 11:08:04 +0100
I'm sorry you're drawing doesn't make any sence to me, but you can add
routings to your routing table with route add check the man pages.
But as it seems on your drawing eth0 and eth1 live on the same subnet,
routing to the same subnet has no use.
Raymond
[EMAIL PROTECTED] wrote:
> No matter what I try, I cannot get my machine to route packets
> between the two ethernet interfaces. Hosts on both networks and other
> networks can be pinged from my Linux machine. I have recompiled the
> kernel for firewalling and have issued appropriate ipfwadm commands from
> /sbin. I am not masquerading or proxying. My routing table appears to
> accurately reflect the network configuration. I cannot ping the
> ethernet "internet" card of my Linux machine from the "local" network.
> I recently custom-installed RedHat 5.2. Here is what my test network,
> basically, looks like;
>
> ^
> |
> _______|________
> | eth0 |
> | a.b.c.155 |gateway=a.b.c.254 (default)
> |----------------|
> | eth1 |
> | 192.168.48.155 |
> |________________|gateway=a.b.c.155
> |
> |
> |
> _______^________
> | eth0 |
> | 192.168.48.154 |
> |________________|gateway=192.168.48.155
>
> Routing Table
> ---------------------------------
> |a.b.c.0 |0.0.0.0| eth0 |
> |192.168.48.0|0.0.0.0| eth1 |
> |127.0.0.0 |0.0.0.0| lo |
> |0.0.0.0 |a.b.c.254|eth0 |
> ---------------------------------
>
> The sole purpose of this Linux-based machine is to run as a firewall.
>
> Any suggestions would be deeply appreciated. Thanks.
>
> R O B E R T
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Ryan C. Payne" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: IPX PrinterServer and RH 5.1
Date: Sun, 17 Jan 1999 02:18:17 -0500
I appreciate your help, however I am not trying to print to a novell server...
The device attaches to the centronix port on your printer and takes a RJ-45 cable
on the other side. Specs are at
http://www.svec.com/graphics/product/printservers/pn6125.htm.
It works rather nicely for the Windows machines that I have, but now that I have
added a Linux machine, I would like to be able to print from that, too.
Thanks again!
Ryan
Jim Richardson wrote:
> On Thu, 14 Jan 1999 15:04:01 -0500,
> Ryan C. Payne
> <[EMAIL PROTECTED]> brought forth the following words...:
>
> >
> >Hello there...
> >
> > I am running RH 5.1 and have a HP 4L printer on the network which
> >uses the IPX protocol. Is there any way to print to this from Linux?
> >
> > Unfortunatley the print server does not support TCP/IP.
> >
> > Any help would be greatly appreciated. Thanks!
> >
> > R.C.
> >
> >--
>
> RH 5.1 came with ncpfs. verify that it is installed
>
> rpm -q ncpfs
>
> There are a bunch of commands that are included in that package. But
> the two you are probably interested in are slist, which gets a list of
> servers (file and print) on the network, and nprint, which is pretty
> obviously the printing part.
> I am going to assume that you have your ethernet card up and running.
> To configure IPX, hopefully, all you will need to do is set auto-primary
> and auto-interface on
>
> (this may allready be done, check with ifconfig and see if there are
> some lines in the eth0 listing regarding IPX.)
>
> setup the interface
>
> bash> ipx_configure --auto_primary=on
> bash> ipx_configure --auto_interface=on
>
> rerun ifconfig after a few seconds or so, to give the interface time to
> configure. Assuming that IPX is now up and running, you can get a list of the
> servers
>
> bash >slist
>
> picking whichever one is your novell printserver
>
> nprint -S servername -U username file_to_be_printed
>
> you will be prompted for a password, if any, and then the file should print.
>
> note:
>
> A standard unix textfile will probably come out stairstepped, read the
> printing-HOWTO for ways to fix that. I cat the file through a filter
> (the filter is int he HOWTO, a simple perl job, awk, sed, and probably tr
> would be able to handle it also.)
> There's a primer, hope it helps, there is an IPX-HOWTO in the /usr/doc/HOWTO
> recommend you read both the printing and ipx howtos, they will be invaluable
> to you in integrating linux with the novell system. The above instructions
> are pretty crude, there are more elegant ways to do it I am sure, this is
> Linux after all :)
>
> --
> Jim Richardson
> Anarchist, pagan and proud of it
> WWW.eskimo.com/~warlock
> Linux, because life's too short for a buggy OS.
--
==================================
Ryan C. Payne, MSIS, BSN, RN
[EMAIL PROTECTED]
Computer Support Consultant
Department of Radiology
Division of Radiology Informatics
University of Pittsburgh Medical Center
200 Lothrop Street
Pittsburgh, PA 15213-2582
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Ethernet sniffing
Date: Sun, 17 Jan 1999 11:11:07 +0100
You could compile IP accounting in your kernel this gives track on wich
ports and wich ip addresses there has been masqueraded.
But you could also install I thought it was called "ipwatch" this shows
it real time very nice.
You can browse to ftp.suse.com and check out their n1 and n2 directory
it must be in here somewhere it might not be called watch but it surely
starts with ip.
Raymond
Phil White wrote:
> As a relative newcomer to network computing, I wonder if I could ask
> for a few pointers to solve this problem ...
>
> I run a SOHO network. My home gateway (192.168.255.1) runs Linux, has
> a dial-up connection to the 'net, masquerades for the rest of the
> local net, and a few other jobs besides.
>
> I have a connected machine (Win95).
> What I want to do is, for a while, log ALL comunication between the
> client (192.168.255.2) and the internet (or at least one particular
> site). I want to know what info is being transferred, on which ports,
> etc., etc.
>
> Can anyone advise how I set about doing this?
>
> Background:
>
> A) I am a little interested/scettical about what ICQ is doing, and I
> want to be reassured.
> B) I would rather like, if all is fine, to have a Linux equivalent, as
> Mirabilis STILL havn't released a version, despite working on it for
> some considerable time now.
>
> Reply back here, or to THE{dot}MAN{at}MCB{dot}NET please (or both!).
------------------------------
From: "Henning Ahlers" <[EMAIL PROTECTED]>
Subject: Slattach-Programm woher?
Date: Sun, 17 Jan 1999 11:03:11 +0100
Hallo,
wer kann mir sagen woher ich das Programm "slattach" bekommen kann? Wie
binde ich es dann ein??
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Q: Network Linux and OpenDOS ?
Date: Sun, 17 Jan 1999 11:15:25 +0100
I don't know open DOS at all. But if OpenDOS has network clients for
NT / Windows 95 and it supports an IP stack yes then it is possible.
Raymond
Mike Hall wrote:
> Hi, all!
>
> I've got two systems, they both run Linux, but sometimes I run
> OpenDOS on the smaller one. Can I use Samba to let the OpenDOS
> system talk with the other Linux system? (to avoid a floppy-net)
>
> Any and all pointers will be greatly appreciated!
> Thanks!
> --
> Mike Hall
> [EMAIL PROTECTED]
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: 386 and cable modem
Date: Sun, 17 Jan 1999 11:17:46 +0100
No problem at all. The 386 is a pretty fast processor for routing means.
But be sure you enable 386 optimation and optimize host has router options
in your kernel settings
Raymond
Josh Rusko wrote:
> I want to add a Linux box to my home network, as the internet connection
> running IP masq. would a 386/20 be able to keep up with
> masquerading/firewalling at cable modem speeds or would it cause a
> bottleneck in my internet connection? If so, what is the minimum speed
> you would recommend to use with a cable modem (assuming ~1.5Mbps)
> thank you
------------------------------
From: Raymond Doetjes <[EMAIL PROTECTED]>
Subject: Re: Networked PPP OK, but www.anysite.com fails anysite.com works!
Date: Sun, 17 Jan 1999 11:20:38 +0100
Enabling WINS won't do very much.
What you should do is edit /etc/resolv.conf
and enter the ip addresses of your ISP's nameserver.
The errors that you get are those sites that aren't cached and so the ip
addresses to there names arent known. We use DNS to resove those nice names
in to cryptic IP addresses. If your client can't find such a DNS server it
can't get a IP address and that is when your browser starts to moan
Raymond
Raymond
Vik Olliver wrote:
> Another wierdun. I've managed to get my PPP up and running by enabling
> WINS resolution (dunno why it worked, my wife's machine was set like it
> and worked, mine wasn't and didn't, changing worked).
>
> Using client Win95 machines, I can access sites like www.webcrawler.com,
> but only if I miss off the leading 'www.' in Netscape 3.0 (Webcrawler is
> not the only site to do this).
>
> Does anyone have an explaination of this wierd behaviour?
>
> I was told to tell Netscape to use a LAN connection, which I assume
> means to not use a proxy. My wife has Netscape Communicator 4.0 with
> this option set, and has the same problem anyway.
>
> Vik :v)
------------------------------
** 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
******************************