Linux-Networking Digest #179, Volume #10         Thu, 11 Feb 99 20:14:00 EST

Contents:
  Re: Web Traffic Monitoring Software ([EMAIL PROTECTED])
  Re: Linux/W95 Network (Frank Hahn)
  Another root telnet question (Carl Hilton)
  Re: linux firewall and ICQ ("Robert L. Ziegler")
  Re: ftp anonymous ("Pedro Ferreira")
  Re: LYNX Benchmarking Commands (Wolfgang Denk)
  Re: How can I get the 2B channels up in my ISDN Modem using RH5.2 (Xaymara Perez)
  Re: DynIp and Linux ("Christopher G. Petty")
  Re: rpm question (Michael Abadjiev)
  Re: networking problems ([EMAIL PROTECTED])
  Re: Advice Required: Cable Modem in mixed Linux/MacOS Network ([EMAIL PROTECTED])
  Re: LINUX PPP on a SPARC10 (Bill Unruh)
  Re: D-Link DFE530-TX not working with tulip.o (Mitch Cant)
  Re: help a newbie pls? (Federico David Sacerdoti)
  spoofing/hacking? (John Meissen)
  NT and Linux time sync. ([EMAIL PROTECTED])
  Re: Newbie: Network Neighborhood (wre)
  isa aln-101 ethernet card not detected ("Sandy MacPherson")

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

From: [EMAIL PROTECTED]
Subject: Re: Web Traffic Monitoring Software
Date: Thu, 11 Feb 1999 22:11:11 GMT

Do you know of a way to get sniffit, tcpdump or something in that vein to
monitor sites on the other side of a proxy (the real destination being hidden
inside the packet)?

We're running a proxy (Novell BorderManager) that doesn't easily lend itself
to immediate notification of violations.  Logging is fine but nothing really
goes out RIGHT NOW when a trigger is tripped.  We could mount the volume and
watch the logs with a Linux box but I'd rather monitor packets and drop out
and run a script immediatly if there is a violation.  I'm doing that type of
things with external protection - some home-brew stuff, courtney, etc. all
use tcpdump to monitor source, destination and port and then run a script if
necessary.  I'd like to do the same type of thing for proxied traffic.

In article <8wPr2.48$[EMAIL PROTECTED]>,
  "Hoser" <[EMAIL PROTECTED]> wrote:
> I use sniffit, which is just a packet sniffer for packets sent and received
> from your Network.  You can get sniffit , from freshmeat, or any linux apps
> site.
>
> later
>
> neil
> Brian Ferris wrote in message <[EMAIL PROTECTED]>...
> >    I have a RedHat 5.2 running the 2.0.36 kernel.  The machine is used
> >as an IP-Masquerading gateway for our 80-user Lan.  We are looking for
> >software that can monitor web traffic on an IP basis.
> >     Basically, we want to be able to figure out which IP in our office
> >is hitting the porn sites when they should be working.  It doesn't need
> >to be fancy; it just needs to work.  Thanks in advance for any
> >suggestions.
> >
>
>

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

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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: Linux/W95 Network
Date: 11 Feb 1999 04:53:51 GMT
Reply-To: [EMAIL PROTECTED]

On Mon, 08 Feb 1999 13:56:14 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 wrote:
>Thanks to all who responded so far.  I got half of the problem fixed.  I'm
>now able to call my ISP without it trying to resolve through Ethernet. In my
>HOSTS file I put an entry: 0.0.0.0 userid.ispname.com. This allows the
>
I did not see the first part of this thread but I don't think this necessary.
In the /etc/hosts file on my Linux machine, I only have four entries.  One
for each of the three computers on my network and one with:
127.0.0.1   localhost  loghost.

Each of the machines uses an IP address from the range of 192.168.100.X.


>dialup to work without a problem.  Actually, the dialup always worked. The
>problem was when it tried to resolve my home page, www.yahoo.com.  That's
>where it failed. However, it still tries to dial the ISP when I try to ping
>the Linux box by name. I'll try the suggestions offered.
>
Try setting up a hosts file on your Windows 95 machine.  Put it under
the c:\windows\ directory.  Put all of the names and IP addresses in there
just like on the Linux machine.

Like I mentioned above, I did not see the beginning of this thread.  Are
you going through the Linux machine to the Internet?

-- 
Frank Hahn

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

From: Carl Hilton <[EMAIL PROTECTED]>
Subject: Another root telnet question
Date: Wed, 10 Feb 1999 17:10:44 GMT

I have two Linux Boxes... both with identical /etc/securetty files (allowing
root telnet from everything). On one machine you could telnet in as root,
until I left only console as a possibility. On the other mahcine you could
not telnet in as root, even thought the /etc/securtetty should have allowed
it...

What else can limit this?

Carl

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

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

From: "Robert L. Ziegler" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: linux firewall and ICQ
Date: Thu, 11 Feb 1999 17:27:27 -0500

Gert Wurzer wrote:
> 
> Does anybody know how to get icq working behind a linux
> firewall?


Try this.  If it doesn't work, please let me know so that I can fix it
in the examples.


    # ICQ client (4000)
    # -----------------
    ipfwadm -I -a accept -P tcp -k  -W $EXTERNAL_INTERFACE \
            -S $ANYWHERE 2000:4000 \
            -D $IPADDR $UNPRIVPORTS

    ipfwadm -O -a accept -P tcp  -W $EXTERNAL_INTERFACE \
            -S $IPADDR $UNPRIVPORTS \
            -D $ANYWHERE 2000:4000

    ipfwadm -I -a accept -P udp  -W $EXTERNAL_INTERFACE \
            -S $ANYWHERE 4000 \
            -D $IPADDR $UNPRIVPORTS

    ipfwadm -O -a accept -P udp  -W $EXTERNAL_INTERFACE \
            -S $IPADDR $UNPRIVPORTS \
            -D $ANYWHERE 4000


Bob

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

From: "Pedro Ferreira" <[EMAIL PROTECTED]>
Subject: Re: ftp anonymous
Date: Wed, 10 Feb 1999 23:57:17 -0000

check out permissions of directory and files.
If the user doesn't have r ou x perms in the directory this will happen,
similar same for files...

pedro wrote in message <79stjn$[EMAIL PROTECTED]>...
>I have a problem with ftp anonymous. when I connect with my computer
through
>ftp anonymous, once into my computer I run "ls" command it run without
>problem, but it don't list to me none file.
>I can get files from pub and put files in incoming without problemes, but I
>cant not see they with "ls" command
>I have create the files /etc/passwd and /etc/group under /home/ftp, but
>nothing.
>
>
>Anybody can help my, please?
>
>Many thank
>
>



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

From: Wolfgang Denk <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.lynx,comp.os.linux.development.system,comp.arch.bus.vmebus,comp.dcom.lans.ethernet
Subject: Re: LYNX Benchmarking Commands
Date: 11 Feb 1999 21:12:32 GMT

Shark <[EMAIL PROTECTED]> writes:

>I am new to the Lynx OS.

Welcome :-)

>I am going to be implementing and bench marking a Moto MPC8260
>PowerQUICCII microprocessor, VME bus, and 100BaseTX running Lynx OS.

>Can someone tell if there are commands that can benchmark CPU
>utilization, all types of I/O, MIPS, and anything else related to bench
>marking?

Look  in  /src/examples/apps/src  -  there  is  example   code   that
demonstrates several methods for IPC which can be used for some besic
benchmarking on IPC and context switching.

>Is there free source code that can be compiled?

Well,  you  have  LynxOS,  so  look  at  5922.ats_src.tar.gz  in  the
tar_images  directory of the distribution; this is the Automatic Test
Suite used by Lynx, which includes  the  "BYTE"  benchmark  and  some
other things you might find interesting.

Wolfgang Denk

-- 
Office:  (+49)-89-722-27328, Fax -36703  [EMAIL PROTECTED]
Private: (+49)-89-95720-110, Fax -112                  [EMAIL PROTECTED]
It is impractical for  the  standard  to  attempt  to  constrain  the
behavior  of code that does not obey the constraints of the standard.
                                                          - Doug Gwyn

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

From: Xaymara Perez <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc,comp.dcom.isdn
Subject: Re: How can I get the 2B channels up in my ISDN Modem using RH5.2
Date: Wed, 10 Feb 1999 12:17:05 -0500

Mark Cooperstein wrote:
> 
> for one thing, the init string below won't work because you MUST escape any
> ampersands "&" with a backslash character, eg:
> ATS71=1S80=1\&D2
> 

I will try that... but you think that is going to solve the problem?

> I don't have any experience with the IQ and Linux, although I do own an IQ and
> have used it extensively with DUN and Win98.  Currently, I have an Motorola
> BitSurfr PRO hooked up to a 2.1.130 Linux box and it works great with both
> channels.  It took some diddling to get it to work at 230K, but eventually I
> figured it out.

My ISDN modem works fine with Win98 and NT... What do you use to connect
then?
> 
> Are you sure that your ISP will allow a 2B connection for your account?
> (Stupid question, but I had to ask....).  If you haven't setup with them for
> 2B ISDN, they will usually nuke the second channel as soon as it tries to
> authenticate.

Yes I can... actually I pay $45 for unlimited 2B access... I can connect
with the two channels on Windows
> 
> Mark
> 
> In article <79o9k4$6ns$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> >Any response you get from this I would also like to read...
> >I have the exact same problem..
> >Keith
> >
> >In article <[EMAIL PROTECTED]>,
> >  Xaymara Perez <[EMAIL PROTECTED]> wrote:
> >> I have a 3Com Impact IQ ISDN modem (external) on a machine running Linux
> >> RedHat 5.2 (and the 2.2.1 kernel).  I can connect to my ISP just fine
> >> but with one channel instead of the two channels.  How can I connect
> >> with the two channels?  I thought that changing the initstring from ATZ
> >> to ATs71=1s80=1&d2 would do it, but it still connects to only one
> >> channel.  I did changed the speed to 115200 and I'm using the command
> >> ifppp0 up  to connect.
> >>
> >> Any suggestions?
> >>
> >
> >-----------== Posted via Deja News, The Discussion Network ==----------
> >http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own
> 
> **  Remove ".nospam" when replying or email will bounce back to you...

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

From: "Christopher G. Petty" <[EMAIL PROTECTED]>
Subject: Re: DynIp and Linux
Date: Fri, 29 Jan 1999 00:56:19 -0500

Try putting the call to the program in ip-up.local and making the requisite
changes in ip-up? It'll call the script every time you redial.. no more manual
updates.

_CGP

Rob wrote:

> Yeah i have it working fine too, and i rarely re-boot the box or lose
> connection so its not that big of a deal, I just always forget to run it if
> I re-boot and wind up wondering why I cant see my machine from outside
>   Someone has to have a script that works to load it automatically on boot.
>
> Benjohn007 wrote in message
> <[EMAIL PROTECTED]>...
> >i have it working, but i dont have any scripts that activate the program on
> >boot, when the ppp connection is made i just run dynipadmin and
> dynipclient.,
> >for me i just leave my linux box on, and whenever ppp fails (usually 3-4
> days)
> >i have it set to redial automatically and dynipclient(which always runs)
> gets
> >the correct ip of the machine and forwards it to dynip server.


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

From: Michael Abadjiev <[EMAIL PROTECTED]>
Subject: Re: rpm question
Crossposted-To: comp.os.linux.setup,comp.os.linux.admin,comp.os.linux.questions
Date: Tue, 09 Feb 1999 23:51:22 GMT


IT IS AN WINDOZE ISSUE!
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 2/3/99, 6:24:13 PM, Thomas Zajic <[EMAIL PROTECTED]>=20
wrote regarding Re: rpm question:


> [EMAIL PROTECTED] wrote:
> > [ ... ]
> > I guess it's a simple thing. Did you d/l the package with "this othe=
r
> > os" and then copied it to a linux partition?
> > In this case the dots between the name-parts are converted by Window=
s
> > because Windows cannot work with filenames with several dots. Just
> > rename:
> > [ ... ]

> Don=B4t want to defend "that other OS" here, but it _does_ actually
> work with filenames with several dots. That annoying conversion to
> underscores seems to be a Netscape "feature". When I download
> some Linux package in "that other OS", I usually just overwrite
> the underscores with dots in the "Filename" box before clicking
> "OK". Works fine, try it ...

> Can anybody confirm/deny whether this is actually a Netscape or
> "that other OS" feature?

> Thomas
> --
>=20
=3D---------------------------------------------------------------------=
=3D
> -        Thomas Zajic aka ZlatkO ThE GoDFatheR, Vienna/Austria        =

-
> -        Spam-proof e-mail: thomas(DOT)zajic(AT)teleweb(DOT)at        =

-
>=20
=3D---------------------------------------------------------------------=
=3D




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

From: [EMAIL PROTECTED]
Subject: Re: networking problems
Date: Wed, 10 Feb 1999 17:15:19 GMT

In article <[EMAIL PROTECTED]>,
  Carsten Keller <[EMAIL PROTECTED]> wrote:
>
>
> hi
>
> i seem to have problems with a little network, consisting of three
> computers that are connected via a hub. the first computer's ip is
> 192.168.1.1, the second computer has the ip 192.168.1.2 and the third
> computer has the ip 192.168.1.3. The problem is that i can happily
> telnet/ftp/ping/... from the third computer to the first, from the
> second to the first, but neither from the second to the third, nor
> from the third to the second. i can also 'see' the second and third
> computer from the first.
> what this all means is that in order to get from the third computer to
> the second i must go via the first, i.e. telnet from 3->1 and then
> from 1-> 2. that is kind of stupid, isn't it?  i cannot quite figure
> out what the problem is. can anyone help ?  what could the problem
> possibly be ? if more information is required, please let me know.
>
> cheers,
>
> carsten
>
> --
> --
>  Carsten Keller       Email: [EMAIL PROTECTED]
>  Christ Church               [EMAIL PROTECTED]
>  Oxford OX1 1DP
>

more information is needed on HOW do you connect from one machine to another,
i.e. do you do telnet x.y.z.1 or telnet <name>. can you ping 3 from 2 and
viceversa, using adress and name ? are the /etc/hosts-files identical , and
what about hosts.allow and hosts.deny?

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

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

From: [EMAIL PROTECTED]
Subject: Re: Advice Required: Cable Modem in mixed Linux/MacOS Network
Date: Wed, 10 Feb 1999 18:29:22 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (Luca Filipozzi) wrote:

> Not a good idea. Is your ISP going to give you 4 valid ip addresses. Mine
> will, but I have to pay an extra monthly fee for each ip address. (yuk)
> So, what do you do?

Just the one IP address. Didn't mention that it would be possible to provide
me with more - so I'm assuming that it would either be expensive or
impossible.

> Take the linux box and put two ethernet cards into it (eth0 and eth1).
> Connect eth0 to the cable modem (might require a cross-over cable but I
> doubt it). Connect eth1 to the hub along with the two power macs. Save
> your money and buy a 10Mbps hub unless you need the power macs to talk to
> each other at 100Mbps. Remember, the cable modem can at most give you
> 4Mbps download (never seen it go that fast, though).

Yuk. Two ethernet cards. This is getting complex fast!!!

> Once you have masquerade working, you could but don't have to set up a
> proxy on the linux box. My suggestion, get masquerade working first and
> then decide if you need/want a proxy server. You don't need Samba or
> anything else to get the power macs to talk through the linux box to the
> internet with TCP/IP.
>
> Once you've got everything happily surfing and pinging, read the Firewall
> HOWTO and lock down your linux box! Once you are on 24x7, you will be
> probed.
>
> Hope this helps,

It does indeed. Thanks for your time.

    Jon

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

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.hardware,alt.os.linux,comp.protocols.ppp,linux.redhat.install
Subject: Re: LINUX PPP on a SPARC10
Date: 29 Jan 1999 08:10:54 GMT

In <78qsci$k8u$[EMAIL PROTECTED]> [EMAIL PROTECTED] (Moe) writes:

>I'm trying to connect via PPP to the University of Wisc PPP server. The modem 
>connects and then I see garbage chars (in /var/log/messages that is).

>What would I see if they're assuming I'm going to start using PPP right away? 
>And how do I login? 

You would see exactly that. The user authorisation will then be done via
PAP (probably) or CHAP. Your username and password then go inot the 
/etc/ppp/pap-secrets or /etc/ppp/chap-secrets file.
So, have the chat script finish after it sees the CONNECT message, and
let pppd take over. Look in /var/log/messages for a 
<auth pap> or <auth chap> in one of the lines. That will tell you
which.

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

From: Mitch Cant <[EMAIL PROTECTED]>
Subject: Re: D-Link DFE530-TX not working with tulip.o
Date: Wed, 10 Feb 1999 11:36:09 -0800

I heard it doesn't... several places... if it really does, let me know

m.

William Peterson wrote:

> Hi all,
> I've got a D-Link DFE520-TX NIC that is supposed to work with the tulip.o
> driver.
>
> When I run:
> "insmod tulip"
>
> I get an error that says:
> "init_module: Device or resource busy"
>
> I've tried everything that I could think of and I'm not any closer to
> solving this.  All of the documentation that I have found about setting up a
> network sort of assumes that you get past this step. Aany ideas?
> Thanks,
> -William Peterson

--
===========================================================
Mitch Cant <[EMAIL PROTECTED]>
DDP Consulting Group, Vancouver BC Canada
Phone: 604-294-9193  Fax: 604-294-9155
Web Page: http://www.ddp.ca/
===========================================================



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

From: Federico David Sacerdoti <[EMAIL PROTECTED]>
Subject: Re: help a newbie pls?
Date: Thu, 11 Feb 1999 17:46:55 -0600

Well, 

If you can ftp with IP addresses then you are more than halfway there. To
surf and chat you dont need to 'run' a DNS server like named that comes
with RH5.2, you just need to tell you computer where to find a DNS
machine. If you are on a LAN then find out from the person in charge (or
their web site) what the IP address (xxx.xxx.xxx.xxx) of a DNS server on
your network is. If you are dialing in over a modem (doesnt sound like it)
than ask your ISP what its DNS machines addresses are. Either way, a DNS
machine *does* exist, you just have to find it.

Once you have a DNS address, use the "linuxconf" program included with
RH5.2 to configure your machine to talk to it. Become root and launch
"linuxconf". The second choice will be "Name Server Specification". Put
that DNS address you have in there, and you should be good to go.

Surf and chat to your hearts content. Linux is not that difficult, it just
makes you work for everything you want. The people working on GNOME/GTK+
are doing something about that, as a result, are rocking the free world.

Take care,
-Federico David Sacerdoti

On Sat, 6 Feb 1999, Wenyao wrote:

> hi
> i am a newbie in redhat 5.2
> i cannot get into the internet
> my ethernet card is intel pro/100
> i can log on to ftp sites using only the ip of the destination sites.
> however, i cannot use domain names.
> i dunno how to configure my dns thing
> it says you need to pay a sum of money for a domain.
> however i only wanted to surf and chat...
> so can anybody help me?
> thanx
> 
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    
> 
> 


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

From: John Meissen <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: spoofing/hacking?
Date: Thu, 11 Feb 1999 16:35:51 -0800

I have someone who appears to be trying to spoof their way into
my network. I tend to get probed 4 or 5 times a day, but this is
getting a little aggressive. I know this isn't originating 
internally because a) the firewall tells me so, and b) all the
other machines are curently powered off :-)

Can anyone give me some pointers on how to track this sucker down?
Can I capture the data in the packets to look at? He seems to
be trying to hit ftp, netbios, and something he expects at port
5301.

john-

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Log excerpt follows:

Jan  3 01:57:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=9842 F=0x0040 T=64
Jan  3 01:57:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=9843 F=0x0040 T=64
Jan  3 02:09:50 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=46 S=0x10 I=9844 F=0x0040 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=44 S=0x00 I=0 F=0x0000 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x00 I=1 F=0x0040 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:113
192.168.0.1:5301 L=44 S=0x00 I=2 F=0x0000 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:113
192.168.0.1:5301 L=40 S=0x00 I=3 F=0x0040 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:113
192.168.0.1:5301 L=73 S=0x00 I=4 F=0x0040 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:113
192.168.0.1:5301 L=40 S=0x00 I=5 F=0x0000 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:113
192.168.0.1:5301 L=40 S=0x00 I=6 F=0x0040 T=64
Jan  3 15:00:52 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=7 F=0x0040 T=64
Jan  3 15:00:54 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=51 S=0x10 I=8 F=0x0040 T=64
Jan  3 15:00:54 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=9 F=0x0040 T=64
Jan  3 15:00:57 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=55 S=0x10 I=10 F=0x0040 T=64
Jan  3 15:00:57 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=46 S=0x10 I=11 F=0x0040 T=64
Jan  3 15:00:57 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=12 F=0x0040 T=64
Jan  3 15:00:59 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=48 S=0x10 I=13 F=0x0040 T=64
Jan  3 15:00:59 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=14 F=0x0040 T=64
Jan  3 15:01:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=48 S=0x10 I=15 F=0x0040 T=64
Jan  3 15:01:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=40 S=0x10 I=16 F=0x0040 T=64
Jan  3 15:01:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=62 S=0x10 I=17 F=0x0040 T=64
Jan  3 15:01:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1024
192.168.0.1:21 L=51 S=0x10 I=18 F=0x0040 T=64
Jan  3 15:01:09 becca kernel: IP fw-in acc eth1 TCP 192.168.0.3:1025
192.168.0.1:20 L=44 S=0x00 I=19 F=0x0000 T=64
  :
  :
Feb 11 16:03:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=256 F=0x0000 T=128
Feb 11 16:03:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=512 F=0x0000 T=128
Feb 11 16:03:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=768 F=0x0000 T=128
Feb 11 16:03:07 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=1024 F=0x0000 T=128
Feb 11 16:03:07 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=1280 F=0x0000 T=128
Feb 11 16:03:07 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=1536 F=0x0000 T=128
Feb 11 16:03:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=1792 F=0x0000 T=128
Feb 11 16:03:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=2816 F=0x0000 T=128
Feb 11 16:03:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=3072 F=0x0000 T=128
Feb 11 16:03:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=3328 F=0x0000 T=128
Feb 11 16:03:21 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=3840 F=0x0000 T=128
Feb 11 16:03:21 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=4096 F=0x0000 T=128
Feb 11 16:03:22 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=4352 F=0x0000 T=128
Feb 11 16:03:23 becca kernel: IP fw-in deny eth0 UDP 192.168.0.2:137
192.168.0.255:137 L=96 S=0x00 I=4608 F=0x0000 T=128
Feb 11 16:06:04 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=256 F=0x0000 T=128
Feb 11 16:06:04 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=512 F=0x0000 T=128
Feb 11 16:06:04 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=768 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=1024 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=1280 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=1536 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=2048 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=2304 F=0x0000 T=128
Feb 11 16:06:05 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=2560 F=0x0000 T=128
Feb 11 16:06:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=2816 F=0x0000 T=128
Feb 11 16:06:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=3072 F=0x0000 T=128
Feb 11 16:06:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=3328 F=0x0000 T=128
Feb 11 16:06:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=3584 F=0x0000 T=128
Feb 11 16:06:06 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=3840 F=0x0000 T=128
Feb 11 16:06:07 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=4096 F=0x0000 T=128
Feb 11 16:06:07 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=4352 F=0x0000 T=128
Feb 11 16:06:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=4608 F=0x0000 T=128
Feb 11 16:06:08 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=4864 F=0x0000 T=128
Feb 11 16:06:09 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:137
192.168.0.255:137 L=96 S=0x00 I=5376 F=0x0000 T=128
Feb 11 16:06:10 becca kernel: IP fw-in deny eth0 UDP 192.168.0.3:138
192.168.0.255:138 L=245 S=0x00 I=5888 F=0x0000 T=128

etc., etc., etc.

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

From: [EMAIL PROTECTED]
Subject: NT and Linux time sync.
Date: Wed, 10 Feb 1999 19:24:21 GMT

hi,

I'm using a RedHat 5.1 Linux and a NT machine within a local network. I want
to sync. time between NT and Linux machines. Is there any suggest?

--mkg
mohammad k, ghanbari
[EMAIL PROTECTED]

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

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

From: wre <[EMAIL PROTECTED]>
Subject: Re: Newbie: Network Neighborhood
Date: Thu, 11 Feb 1999 18:45:59 -0600

I putzed around for quite some time, trying this and that. Finally i put
together the simplest samb.conf i could think of ....

[public]
comment = Public Stuff
path = /
browseable = yes
read only =no
public = yes

.... it works.


William Hartnett wrote:
> 
> On Thu, 11 Feb 1999 08:56:39 -0000, "Calvin Mitchell"
> <[EMAIL PROTECTED]> wrote:
> 
> >NFS and mounting drives on other systems is still a mystery to me.
> >
> >Has anyone come up with the linux equivalent of a "Network Neighborhood"
> >that would facilitate accessing network resources such as drives & printers?
> >
> >Thanks...
> >
> >Calvin Mitchell, IS Operations Mgr.
> >Makoff R&D Laboratories, Inc.
> >http://www.rndlabs.com
> >mailto:[EMAIL PROTECTED]
> >http://home.pacbell.net/cal_mitc
> >mailto:[EMAIL PROTECTED]
> >
> 
> What you want is called "Samba".  It allows you to share both
> filesystems and printers.  As for how it works...
> 
> I'm still stuck myself.  :-)
> 
> But I sure someone here has the answer I need.

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

From: "Sandy MacPherson" <[EMAIL PROTECTED]>
Subject: isa aln-101 ethernet card not detected
Date: Thu, 11 Feb 1999 19:48:53 -0500

Linux doesn't detect my lan card - its ISA and NE2000 compatible. Acer
ALN-101 to be exact.  I know its irq and base i/o.  I've tried placing the
following argument in lilo.conf in /etc/:

ether=11,0x240,eth0

but nothing happens.

I know the irq and address are correct
I've recompiled the kernel with support for every network card.

Please help

Sandman




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


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