* Unwanted Broadcast
@ 2002-09-29 1:05 barry
2002-09-29 22:39 ` Craig Small
2002-09-30 1:36 ` Bob Nielsen
0 siblings, 2 replies; 3+ messages in thread
From: barry @ 2002-09-29 1:05 UTC (permalink / raw)
To: linux-hams
Hi, I have installed ax25-apps-0.0.6 axt25-tools-0.0.8 and libax25-0.0.10 on
kernel 2.4.19 (manfrake 9.0 install)
Ihave FBB,NODE,CLX and CONVERS all running OK.
There are two TNC's connected, one on port AX0 the other on AX1.
Port AX0 rgularly send broadcasts (see below) AX1 does not. As far as I can
see both AX0 and AX1 have been defined the same. Any suggestions how to
prevent this. They are only short packets (except when I restart the machine,
especially after a few hours of it being down), but they shouldn't be there
Thanks
Barry
ax0: fm VE3NAV to VE3PZ ctl SABM+
ax0: fm VE3NAV to VE3PZ ctl SABM+
ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 251
IP: len 251 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
UDP: len 231 netbios-dgm->netbios-dgm Data 223
0000 ..'²,.a....Ñ.. EMEJEOFFFICACACACACACACACACACAAA. ENEEELEHFCEPFFF
0040 ACACACACACACACABO.ÿSMB%..............................7..........
0080 .........7.V.........H.\MAILSLOT\BROWSE..m.ü..LINUX.............
00C0 ......UªSamba Server 2.2.6pre2.
ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 234
IP: len 234 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
UDP: len 214 netbios-dgm->netbios-dgm Data 206
0000 ..'³,.a....À.. EMEJEOFFFICACACACACACACACACACAAA. ABACFPFPENFDECF
0040 CEPFHFDEFFPFPACAB.ÿSMB%..............................&..........
0080 .........&.V.........7.\MAILSLOT\BROWSE..m.ü..MDKGROUP..........
00C0 ......UªLINUX.
ax0: fm VE3NAV to VE3PZ ctl SABM+
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unwanted Broadcast
2002-09-29 1:05 Unwanted Broadcast barry
@ 2002-09-29 22:39 ` Craig Small
2002-09-30 1:36 ` Bob Nielsen
1 sibling, 0 replies; 3+ messages in thread
From: Craig Small @ 2002-09-29 22:39 UTC (permalink / raw)
To: barry; +Cc: linux-hams
On Sat, Sep 28, 2002 at 09:05:37PM -0400, barry wrote:
> Port AX0 rgularly send broadcasts (see below) AX1 does not. As far as I can
> see both AX0 and AX1 have been defined the same. Any suggestions how to
> prevent this. They are only short packets (except when I restart the machine,
> especially after a few hours of it being down), but they shouldn't be there
>
> Thanks
>
> Barry
>
>
> ax0: fm VE3NAV to VE3PZ ctl SABM+
> ax0: fm VE3NAV to VE3PZ ctl SABM+
> ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 251
> IP: len 251 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
> UDP: len 231 netbios-dgm->netbios-dgm Data 223
> 0000 ..'?,.a....?.. EMEJEOFFFICACACACACACACACACACAAA. ENEEELEHFCEPFFF
> 0040 ACACACACACACACABO.?SMB%..............................7..........
> 0080 .........7.V.........H.\MAILSLOT\BROWSE..m.?..LINUX.............
> 00C0 ......U?Samba Server 2.2.6pre2.
> ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 234
> IP: len 234 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
> UDP: len 214 netbios-dgm->netbios-dgm Data 206
> 0000 ..'?,.a....?.. EMEJEOFFFICACACACACACACACACACAAA. ABACFPFPENFDECF
> 0040 CEPFHFDEFFPFPACAB.?SMB%..............................&..........
> 0080 .........&.V.........7.\MAILSLOT\BROWSE..m.?..MDKGROUP..........
> 00C0 ......U?LINUX.
> ax0: fm VE3NAV to VE3PZ ctl SABM+
Samba NetBIOS broadcasts, adjust your samba config to change it. Look
around the interfaces line so that samba only runs on the interfaces you
want.
A network protocol invented by Microsoft, of course its rubbish.
- Craig
--
Craig Small VK2XLZ GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/ <csmall@enc.com.au>
MIEEE <csmall@ieee.org> Debian developer <csmall@debian.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unwanted Broadcast
2002-09-29 1:05 Unwanted Broadcast barry
2002-09-29 22:39 ` Craig Small
@ 2002-09-30 1:36 ` Bob Nielsen
1 sibling, 0 replies; 3+ messages in thread
From: Bob Nielsen @ 2002-09-30 1:36 UTC (permalink / raw)
To: linux-hams
Barry,
This looks to me like a Samba broadcast. You can configure the
interfaces parameter in smb.conf to specify over which interfaces Samba
is allowed. From 'man(5) smb.conf':
interfaces (G)
This option allows you to override the default network inter-
faces list that Samba will use for browsing, name registration
and other NBT traffic. By default Samba will query the kernel
for the list of all active interfaces and use any interfaces
except 127.0.0.1 that are broadcast capable.
hth,
Bob, N7XY
On Sat, Sep 28, 2002 at 09:05:37PM -0400, barry wrote:
> Hi, I have installed ax25-apps-0.0.6 axt25-tools-0.0.8 and libax25-0.0.10 on
> kernel 2.4.19 (manfrake 9.0 install)
>
> Ihave FBB,NODE,CLX and CONVERS all running OK.
>
> There are two TNC's connected, one on port AX0 the other on AX1.
>
> Port AX0 rgularly send broadcasts (see below) AX1 does not. As far as I can
> see both AX0 and AX1 have been defined the same. Any suggestions how to
> prevent this. They are only short packets (except when I restart the machine,
> especially after a few hours of it being down), but they shouldn't be there
>
> Thanks
>
> Barry
>
>
> ax0: fm VE3NAV to VE3PZ ctl SABM+
> ax0: fm VE3NAV to VE3PZ ctl SABM+
> ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 251
> IP: len 251 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
> UDP: len 231 netbios-dgm->netbios-dgm Data 223
> 0000 ..'?,.a....?.. EMEJEOFFFICACACACACACACACACACAAA. ENEEELEHFCEPFFF
> 0040 ACACACACACACACABO.?SMB%..............................7..........
> 0080 .........7.V.........H.\MAILSLOT\BROWSE..m.?..LINUX.............
> 00C0 ......U?Samba Server 2.2.6pre2.
> ax0: fm VE3NAV-4 to QST ctl UI pid=CC(IP) len 234
> IP: len 234 44.135.97.17->44.255.255.255 ihl 20 ttl 64 DF prot UDP
> UDP: len 214 netbios-dgm->netbios-dgm Data 206
> 0000 ..'?,.a....?.. EMEJEOFFFICACACACACACACACACACAAA. ABACFPFPENFDECF
> 0040 CEPFHFDEFFPFPACAB.?SMB%..............................&..........
> 0080 .........&.V.........7.\MAILSLOT\BROWSE..m.?..MDKGROUP..........
> 00C0 ......U?LINUX.
> ax0: fm VE3NAV to VE3PZ ctl SABM+
> -
--
Bob Nielsen, N7XY n7xy@n7xy.net
Bainbridge Island, WA
IOTA NA-065, USI WA-028S
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-30 1:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-29 1:05 Unwanted Broadcast barry
2002-09-29 22:39 ` Craig Small
2002-09-30 1:36 ` Bob Nielsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox