Linux-Networking Digest #573, Volume #12         Mon, 13 Sep 99 13:13:36 EDT

Contents:
  Re: redirecting packets w/ IP Masq ("Colvin")
  Re: Creating a ppp dial in server to my network (Clifford Kite)
  Re: NIS (Johannes Ziegler)
  Re: ipx-routing ???? (Frank v Waveren)
  Getting DNS information from DHCP ("Gregg Freeman")
  Re: Browsers and Linux (Peter F. Curran)
  Re: Routing between local subnets ([EMAIL PROTECTED])
  Re: Help: Linux Netscape can't do DNS lookups using ADSL ([EMAIL PROTECTED])
  2.3.18: pppd persist == broken? (Paul 'Tok' Kiela)
  Re: Where is max hops for a network connection set? (Thomas Kaemer)
  Where is max hops for a network connection set? (Chris Gregory)
  Group - define a new one ("Mitch Appleby")
  Dos client and Samba ("G.C.")

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

From: "Colvin" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions
Subject: Re: redirecting packets w/ IP Masq
Date: Mon, 13 Sep 1999 10:17:37 -0400

Roger:  Your rule specifies that the source address is any address; however,
that the source port is 10240.  When you establish an FTP session, the souce
port is dynamically chosen by your ftp client.  You are specifying the
destination port at the destination ip address when you establish your ftp
session.
              What you want to do is map any incoming tcp session with the
destination port of 10240 to be redirected to port 21 on machine
192.168.0.4.  Although this seems perfectly reasonable, when I read the
ipchains howto, I don't get the feeling this is possible.  It states the
following:

    "The other major special target is REDIRECT which tells the kernel to
send a packet to a local port instead of wherever it was heading.  this can
only be specified for rules specifying TCP or UDP as their protocol.
Optionally, a port (name or number) can be specified following '-j REDIRECT'
which will cause the packet to be redirected to another port."

    The key here is that it says that only a port number can follow
REDIRECT.  It does not say IP Address and Port Number.  The fact that you
put the -d parameter after the REDIRECT probably has no significance.  It is
probably interpreted as if you put it before the REDIRECT, in other words, a
TCP packet from any source IPaddress with a source port of 10240 with
destination address of 192.168.0.4 and destination port of 21 then redirect
it.  This is essentially what your status message is saying.  Your ftp
session establishment will probably have a destination ip address of
192.168.0.1 and a destination port of 10240 and a source port of who knows
what.  Effectively your rule will never match the session establishment.

Regards
Bill Colvin


Roger wrote in message <[EMAIL PROTECTED]>...
>I have a question about redirecting packets w/ IP masquerade.
>
>I'd like to be able to have tcp packets going to a certain port on my
>linux machine to be redirected to a port on another computer in my small
>home lan..
>
>lich - linux machine 192.168.0.1
>pete - win98 machine 192.168.0.4
>
>I'd like to have the ability to ftp to a port, say 10240, on my linux
>machine and have those packets redirected to a machine on my interal
>lan.
>
>I've read up on ipchains and have tried to get this to work but have
>been unsucessful. I tried using this rule but it didn't work.  For the
>life of me I can't figure out whats wrong with this..
>
>ipchains -A input -s 0/0 --sport 10240 -p tcp -j REDIRECT -d 192.168.0.4
>--dport 21 -b
>
>From my understanding, this rule will take any incoming tcp packets
>going to port 10240 and redirect them to 192.168.0.4 port 21 and the -b
>will employ this rule to work in both directions




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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: comp.os.linux.misc
Subject: Re: Creating a ppp dial in server to my network
Date: 13 Sep 1999 09:44:09 -0500

Oliver Batchelor ([EMAIL PROTECTED]) wrote:
> I would like to be able to create a dial in server to my network via the
> modem on my linux machine. I would like windows machines to dial in and
> allow them to access the ip numbers on my network(192.168.0.x)  and to
> assign them an ip address like that.

Here is a URL that might be useful:

http://www.swcp.com/~jgentry/dialin2.html

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
 *    -- Pepper...and Salt, WSJ */

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

Date: Mon, 13 Sep 1999 16:59:02 +0200
From: Johannes Ziegler <[EMAIL PROTECTED]>
Subject: Re: NIS

"Jon J. Fortier" wrote:

> when calling ypinit -m, on redhat linux 5.2, with ypserv 1.3.5, I get the
> following error;
>
> The local host's domain name hasn't been set. Please set it.
>
> The host name has beent set properly.
>
> How can I fix this problem?
>
> Jon Fortier

in /etc/sysconfig/network
you should have entries like

DOMAINNAME=soandso.soandso.soandso
(the full name of the domain you belong to)
and

NISDOMAIN=soandso-group.soandso.....
(the full name of the NIS group you belong to)


Best regards
Johannes Ziegler
[EMAIL PROTECTED]



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

From: [EMAIL PROTECTED] (Frank v Waveren)
Subject: Re: ipx-routing ????
Date: Mon, 13 Sep 1999 15:56:53 GMT

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Sebastian Koball) writes:
> Please help !
> how can i do ipx routing throuh my linux box
> two novell-lan should be connected (internal and external)
> tcp/ip will also be routed.
> is there a howto for this topic?
> sebastian.koball(at)stud.uni-rostock.de

IIRC, ipx can not be routed...
-- 

                        Frank v Waveren
                        [EMAIL PROTECTED]
                        ICQ# 10074100

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

From: "Gregg Freeman" <[EMAIL PROTECTED]>
Subject: Getting DNS information from DHCP
Date: Mon, 13 Sep 1999 10:47:01 -0500


I have a 3com90x (100 megabit) ethernet card.

I installed Red Hat 6.0 from a FTP site (metalab).  The install
worked fine.  It got an IP address from DHCP and got the
nameserver information.  For the ftp site I typed in ftp.metalab.unc.edu.

I chose the custom install and installed almost everything off of
the main list, except for some of the image manipulation stuff like
the TeX stuff.

After the install completed and I rebooted I logged in as root, and
tried to ping a site (ftp.metalab.unc.edu) and it said it couldn't find
it.  I looked at ifconfig, and eth0 had gotten an ip address and
appeared to be working, as I could ping addresses (no name
server required).

Did I miss something in the install?  Why am I not retrieving name
server information from the DHCP request, or is there something
additional I need?  I noticed in the install there were 2 messages.
 One said it was making a DHCP request, the other said it was
looking up name server and domain information.

The really odd thing is that the very first time I installed Red Hat 6.0
(from ftp), when the system came up, it had the nameserver information
(from DHCP or wherever), but I don't remember doing anything different.

Any help anyone could provide for getting name server information
dynamically would be appreciated.





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

From: [EMAIL PROTECTED] (Peter F. Curran)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Date: 13 Sep 1999 15:40:12 GMT

In article <[EMAIL PROTECTED]>,
        "Ernest" <[EMAIL PROTECTED]> writes:
>So, are one of those that bitch and tell me to post at the bottom or else ...
>Or, will you ignore my post if I post at the top?
>

Try looking up *plonk*.

Geez, some people just can't admit they are wrong...

Whatever tools you use, posting your replies after
the relevent text is more readable.  It is also more
considerate.  If you want to continue to be a pain
in the ass you can do it from within the safety of
my killfile.

-- 
     Peter F Curran
     Rensselaer Polytechnic Institute


"If you paid for your operating system, you probably 
 paid too much for your operating system." 
 ****  USE EMAIL ADDRESS IN ORG LINE TO REPLY  ****


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

From: [EMAIL PROTECTED]
Subject: Re: Routing between local subnets
Date: Mon, 13 Sep 1999 16:06:26 GMT

Alright, I understand that I need IP Forwarding activated, but as far
as I can tell, it's setup by default in RH6.0. I am looking in make
menuconfig and it looks like the following are setup to run:

Kernel 2.2.5
I only listed the items I thought would be important to this discussion

IP: Network firewalls
IP: multicasting
IP: firewalling (thought this would automatically turn on forwarding)
IP: firewall packet netlink device
IP: transparent proxy support
IP: masquerading
IP: aliasing support

Modules are:
IP: ipautofw masq support (EXPERIMENTAL)
IP: ipportfw masq support (EXPERIMENTAL)
IP: ip fwmark masq-forwading support (EXPERIMENTAL)
IP: tunneling
IP: GRE tunneling over IP

I am perfectly willing to configure ipchains and would actually prefer
it if thats what I need to do. I just can't figure out why it isn't
working with no rules at all??!?! Thanks for your help!

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (M. Buchenrieder) wrote:
> [EMAIL PROTECTED] writes:
>
> [...]
>
> >When I attempt to telnet to 172.27.14.1 from
> >172.30.91.63, I get the telnet login prompt for my linux box -
> >172.30.91.62 (no forwarding) what am I doing wrong?
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [...]
>
> Hint, hint :)
>
> You'll need support for IP forwarding.
>
> Michael
> --
> Michael Buchenrieder * [EMAIL PROTECTED] *
http://www.muc.de/~mibu
>           Lumber Cartel Unit #456 (TINLC) & Official Netscum
>     Note: If you want me to send you email, don't munge your address.
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.dcom.xdsl,comp.os.linux.misc
Subject: Re: Help: Linux Netscape can't do DNS lookups using ADSL
Date: Mon, 13 Sep 1999 13:55:16 GMT

In article <WzdC3.40413$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (Miguel Cruz) wrote:
> In article <7rbbhr$i9h$[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>
wrote:
> Also, I notice this in the README:
> Asynchronous DNS host lookup
>
>    Netscape Navigator 4.5 has the ability to do asynchronous DNS
>    host lookups.  This feature is on by default and nothing needs to
>    be done to configure it.  If you experience DNS lookup problems,
>    you can turn this feature off by setting the environment variable
>            MOZILLA_NO_ASYNC_DNS to True:
>
>               csh, tcsh:
>                   setenv MOZILLA_NO_ASYNC_DNS True
>
>               sh, bash, ksh:
>                   MOZILLA_NO_ASYNC_DNS=True
>                   export MOZILLA_NO_ASYNC_DNS

This worked!  Thanks a lot for making the effort to read the README.
I wish that I had thought to do that.

Sean


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: [EMAIL PROTECTED] (Paul 'Tok' Kiela)
Subject: 2.3.18: pppd persist == broken?
Date: 13 Sep 1999 12:41:43 -0400


        I just tried out 2.3.18, and everything seems to work fine, ppp dials
and connects as normal, but when my modem gets disconnected (every 3 hours, its
normal, take my word for it) pppd won't redial even if it has the persistant
cmdline option. I'm not at home right now, so I can't quote syslog, but it
just shows something like

"Hangup (SIGHUP)" <- (which is normal, for when I get disconnected)

        and hangs there, seeminly until pppd dies. With 2.2.10 everything 
worked fine. Yes, I did upgrade to the required pppd, so that can't be an 
issue. Any ideas?

        Re,
        Paul.

-- 
-- Paul Kiela - Linux, IRIX, Solaris, NextStep
-- mailto: echo tokvgeminifphysicsfmcmasterfca | sed s/v/@/ | tr f .

"My title isn't Public Relations. If it was, I would have said something nice"

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

From: Thomas Kaemer <[EMAIL PROTECTED]>
Subject: Re: Where is max hops for a network connection set?
Date: Mon, 13 Sep 1999 18:35:38 +0200

Chris Gregory schrieb:
> 
> I am having a problem with this connecting to a place in Germany
> (it's 24 hops).  I can traceroute or ping, but any connection like telnet or
> ftp seems to fail, 'no route to host' message.  I'm guessing it's related to
> the max hops thing which is set somewhere but I forget where.

Try traceroute <adress> to check the route.

CU Thomas

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

From: [EMAIL PROTECTED] (Chris Gregory)
Subject: Where is max hops for a network connection set?
Reply-To: [EMAIL PROTECTED]
Date: Mon, 13 Sep 1999 16:36:25 GMT


I remember somewhere there is set max hops for a network connection.

I am having a problem with this connecting to a place in Germany
(it's 24 hops).  I can traceroute or ping, but any connection like telnet or
ftp seems to fail, 'no route to host' message.  I'm guessing it's related to
the max hops thing which is set somewhere but I forget where.

Please help.


-- 

Chris Gregory <[EMAIL PROTECTED]>



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

From: "Mitch Appleby" <[EMAIL PROTECTED]>
Subject: Group - define a new one
Date: Mon, 13 Sep 1999 11:37:24 -0500

This has to be simple, but I can't seem to find a reference to creating a
group.  I just need to define a group and put users in it.  Can someone
point me to what command I should be using?

Using Linux Red Hat 5.2 and 6.0 with Samba 2.0.  We just what to replace an
NT server for file serving only.

Mitch Appleby
IS Admin
Dubuque Stamping



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

From: "G.C." <[EMAIL PROTECTED]>
Subject: Dos client and Samba
Date: Mon, 13 Sep 1999 11:56:07 -0400

I'am trying to connect an old box (486 runnind DOS 6,22) with my Linux
server which runs Samba. When my old box is loaded with Win95, it
connect flawlessly with my server, so the smb.conf should be ok. When I
install DOS on my old box, I can ping my server from my old box, but the
server can't validate my login. I get the message:
 Your were logged on, but have not been validaded by a server.
Therefore, you may not have permission to use some network ressources.

I give the partial content of some files which may help to identify the
problem.
Thanks for any help.
Gilles





Here an excerpt of my smb.conf file:
[global]
   workgroup = College
   guest account = nobody
   keep alive = 30
   os level = 2
   security = user


;  security = server
  password server = 192.168.1.10
;  encrypt passwords = yes

   printing = bsd
   printcap name = /etc/printcap
   load printers = yes

   socket options = TCP_NODELAY

   map to guest = Bad User
  interfaces = 192.168.1.10/255.255.255.0

   wins support = no

   logon script = logon.bat
   domain logons = yes
   domain master = yes

 [netlogon]
   path = /home/netlogon
   public = yes
   read only = yes
   guest ok  = yes
   locking = no
   case sensitive = no
                           
 ... etc...


Here is my protocol.ini for the DOS client:

[network.setup]
version=0x3110
netcard=SMC800Z,1,SMC800Z,1
transport=ms$nwlink,MS$NWLINK
transport=ms$ndishlp,MS$NDISHLP
transport=ms$netbeui,MS$NETBEUI
transport=tcpip,TCPIP
lana0=SMC800Z,1,ms$nwlink
lana1=SMC800Z,1,ms$ndishlp
lana2=SMC800Z,1,tcpip
lana3=SMC800Z,1,ms$netbeui

[TCPIP]
NBSessions=6
SubNetMask0=255 255 255 0
IPAddress0=192 168 1 20
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=SMC800Z
LANABASE=1
[MS$NWLINK]
FRAME=ETHERNET_802.2
DriverName=nwlink$
BINDINGS=SMC800Z
[MS$W8003S]
ramaddress=0xD000
iobase=0x300
irq=3

[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP

[SMC800Z]
DriverName=SMC8000$
iobase=0x280

[MS$NDISHLP]
DriverName=ndishlp$              

[MS$NETBEUI]
DriverName=netbeui$
SESSIONS=10
NCBS=12
BINDINGS=SMC800Z
LANABASE=2   


and my system.ini

  [network]
sizworkbuf=1498
filesharing=no
printsharing=no
autologon=yes
computername=GILLES
lanroot=C:\NET
username=GILLES
workgroup=COLLEGE
reconnect=yes
dospophotkey=N
lmlogon=1
logondomain=COLLEGE
preferredredir=full
autostart=full
maxconnections=8

[network drivers]
netcard=smc8000.dos
transport=ndishlp.sys,*netbeui,tcpdrv.dos,nemm.dos
devdir=C:\NET
LoadRMDrivers=yes

[386enh]
TimerCriticalSection=5000
UniqueDosPSP=TRUE
PSPIncrement=2

[Password Lists]
*Shares=C:\NET\Shares.PWL
GILLES=C:\NET\GILLES.PWL   



Finally the autoexec.bat file: (I have to rem some commands because
there is not enough memory left: I have a 8Mg RAM).

LH /L:0;1,45968 /S C:\DOS\SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\NET;C:\DOS
SET TEMP=C:\DOS
LH /L:1,16384 KEYB US,,C:\DOS\KEYBOARD.SYS
LH /L:0;1,46288 /S C:\NET\net initialize
LH /L:1,65792 C:\NET\netbind.com
LH /L:0;1,736 /S C:\NET\umb.com
LH /L:0;1,800  C:\NET\TCPTSR.EXE
rem C:\NET\tcptsr.exe
rem LH /L:0;1,600 C:\NET\TINYRFC.EXE
rem C:\NET\NMTSR.EXE
rem C:\NET\EMSBFR.EXE
rem C:\NET\tinyrfc.exe
rem C:\NET\nmtsr.exe
rem C:\NET\emsbfr.exe
LH /L:0;1,17072 /S C:\NET\net start     

and the config.sys:

DEVICE=C:\DOS\HIMEM.SYS
rem DEVICE=C:\DOS\EMM386.EXE NOEMS
BUFFERS=15,0
FILES=30
DOS=UMB
LASTDRIVE=Z
FCBS=4,0
DEVICEHIGH /L:1,12368 =C:\DOS\SETVER.EXE
DOS=HIGH
DEVICEHIGH /L:1,4656 =C:\NET\IFSHLP.SYS   

Some tcpdump exchange between the two boxes:
(the IP 192.168.1.20 has slave.levis.com as name (the DOS box), the
server has IP 192.168.1.10 and the name Yuppie.levis.com)

11:20:07.558360 arp who-has slave.levis.com tell slave.levis.com
11:20:08.060180 arp who-has slave.levis.com tell slave.levis.com
11:20:08.609367 arp who-has slave.levis.com tell slave.levis.com
11:20:09.425826
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x1
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 01 00 02  A3 68 5A 0B C0 74 03 E9  ........
.hZ..t..
[010] 68 FB FF 36 C4 71 E8 47  49 4C 4C 45 53 20 20 20  h..6.q.G ILLES
[020] 20 20 20 20 20 20 00                                    .
Extra
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 01 00 00 00  00 00 01 00 02 A3 68 5A  ,.......
......hZ
[010] 0B C0 74 03 E9 68 FB FF  36 C4 71 E8 47 49 4C 4C  ..t..h..
6.q.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .
 len=44
11:20:09.426143
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x0
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 02 00 04  B8 FE FF 50 E8 A1 F7 5B  ........
...P...[
[010] 8D 46 E4 16 50 E8 5A 43  4F 4C 4C 45 47 45 20 20  .F..P.ZC OLLEGE
[020] 20 20 20 20 20 20 00                                    .
Extra
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 00 00 00 00  00 00 02 00 04 B8 FE FF  ,.......
........
[010] 50 E8 A1 F7 5B 8D 46 E4  16 50 E8 5A 43 4F 4C 4C  P...[.F.
.P.ZCOLL
[020] 45 47 45 20 20 20 20 20  20 20 20 00              EGE         .
 len=44
11:20:09.927459
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x0
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 02 00 02  A3 68 5A 0B C0 74 03 E9  ........
.hZ..t..
[010] 68 FB FF 36 C4 71 E8 43  4F 4C 4C 45 47 45 20 20  h..6.q.C OLLEGE
[020] 20 20 20 20 20 20 00                                    .
Extra       
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 00 00 00 00  00 00 02 00 02 A3 68 5A  ,.......
......hZ
[010] 0B C0 74 03 E9 68 FB FF  36 C4 71 E8 43 4F 4C 4C  ..t..h..
6.q.COLL
[020] 45 47 45 20 20 20 20 20  20 20 20 00              EGE         .
 len=44
11:20:09.927551
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x1
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 01 00 04  B8 FE FF 50 E8 A1 F7 5B  ........
...P...[
[010] 8D 46 E4 16 50 E8 5A 47  49 4C 4C 45 53 20 20 20  .F..P.ZG ILLES
[020] 20 20 20 20 20 20 00                                    .
Extra
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 01 00 00 00  00 00 01 00 04 B8 FE FF  ,.......
........
[010] 50 E8 A1 F7 5B 8D 46 E4  16 50 E8 5A 47 49 4C 4C  P...[.F.
.P.ZGILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .
 len=44
11:20:10.476636
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x1
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 01 00 02  A3 68 5A 0B C0 74 03 E9  ........
.hZ..t..
[010] 68 FB FF 36 C4 71 E8 47  49 4C 4C 45 53 20 20 20  h..6.q.G ILLES
[020] 20 20 20 20 20 20 00                                    .
Extra
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 01 00 00 00  00 00 01 00 02 A3 68 5A  ,.......
......hZ
[010] 0B C0 74 03 E9 68 FB FF  36 C4 71 E8 47 49 4C 4C  ..t..h..
6.q.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .
 len=44
11:20:10.476724
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x0
Unknown Netbios Command Data: (39 bytes)
[000] 00 00 00 00 00 02 00 04  B8 FE FF 50 E8 A1 F7 5B  ........
...P...[
[010] 8D 46 E4 16 50 E8 5A 43  4F 4C 4C 45 47 45 20 20  .F..P.ZC OLLEGE
[020] 20 20 20 20 20 20 00                                    .
Extra
0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> Unknown IPX Data: (44 bytes)
[000] 2C 00 FF EF 00 00 00 00  00 00 02 00 04 B8 FE FF  ,.......
........
[010] 50 E8 A1 F7 5B 8D 46 E4  16 50 E8 5A 43 4F 4C 4C  P...[.F.
.P.ZCOLL
[020] 45 47 45 20 20 20 20 20  20 20 20 00              EGE         .
 len=44
11:20:20.065859
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x8
NetbiosDataGram:
Destination=COLLEGE         NameType=0x00 (Workstation)
Source=GILLES          NameType=0x00 (Workstation)

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  33
Word Count    =  17
TotParamCnt=

0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> IPX transport Data: (44 bytes)
[000] 2C 00 FF EF 08 00 00 00  00 00 00 00 43 4F 4C 4C  ,.......
....COLL
[010] 45 47 45 20 20 20 20 20  20 20 20 00 47 49 4C 4C  EGE        
.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25   
  Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  33
Word Count    =  17
TotParamCnt=

 len=181
11:20:23.054439
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x8
NetbiosDataGram:
Destination=COLLEGE         NameType=0x00 (Workstation)
Source=GILLES          NameType=0x00 (Workstation)

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  65
Word Count    =  17
TotParamCnt=

0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> IPX transport Data: (44 bytes)
[000] 2C 00 FF EF 08 00 00 00  00 00 00 00 43 4F 4C 4C  ,.......
....COLL
[010] 45 47 45 20 20 20 20 20  20 20 20 00 47 49 4C 4C  EGE        
.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .
 
SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  65
Word Count    =  17
TotParamCnt=

 len=181
11:20:26.075004
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x8
NetbiosDataGram:
Destination=COLLEGE         NameType=0x00 (Workstation)
Source=GILLES          NameType=0x00 (Workstation)

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  97
Word Count    =  17
TotParamCnt=

0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> IPX transport Data: (44 bytes)
[000] 2C 00 FF EF 08 00 00 00  00 00 00 00 43 4F 4C 4C  ,.......
....COLL
  [010] 45 47 45 20 20 20 20 20  20 20 20 00 47 49 4C 4C  EGE        
.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  97
Word Count    =  17
TotParamCnt=

 len=181
11:20:29.095570
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x8
NetbiosDataGram:
Destination=COLLEGE         NameType=0x00 (Workstation)
Source=GILLES          NameType=0x00 (Workstation)

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535 
 Proc ID       =  19331
UID           =  65535
MID           =  129
Word Count    =  17
TotParamCnt=

MB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  65
Word Count    =  17
TotParamCnt=

 len=181
11:20:26.075004
>>> NetBeui Packet
Type=0x3 Length=44 Signature=0xEFFF Command=0x8
NetbiosDataGram:
Destination=COLLEGE         NameType=0x00 (Workstation)
Source=GILLES          NameType=0x00 (Workstation)

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  97
Word Count    =  17         
 TotParamCnt=

0:0:c0:cf:5a:b8 > 3:0:0:0:0:1 sap f0 ui/C
>>> IPX transport Data: (44 bytes)
[000] 2C 00 FF EF 08 00 00 00  00 00 00 00 43 4F 4C 4C  ,.......
....COLL

>>> IPX transport Data: (44 bytes)
[000] 2C 00 FF EF 08 00 00 00  00 00 00 00 43 4F 4C 4C  ,.......
....COLL
[010] 45 47 45 20 20 20 20 20  20 20 20 00 47 49 4C 4C  EGE        
.GILL
[020] 45 53 20 20 20 20 20 20  20 20 20 00              ES          .

SMB PACKET: SMBtrans (REQUEST)
SMB Command   =  0x25
Error class   =  0x0
Error code    =  0
Flags1        =  0x0
Flags2        =  0x0
Tree ID       =  65535
Proc ID       =  19331
UID           =  65535
MID           =  129
Word Count    =  17
TotParamCnt=

 len=181

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


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