All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Broadcasting unwanted UDP messages
@ 2006-04-19 21:46 Ken Moore
  2006-04-19 22:11 ` Brett Mueller
  0 siblings, 1 reply; 7+ messages in thread
From: Ken Moore @ 2006-04-19 21:46 UTC (permalink / raw)
  To: linux-hams

Thanks to all those who offered suggestions, It certainly helped me move 
a little up the learning curve.
I decided to try the iptables solution(figuring a knowledge of iptables 
will help in future protection from the nasties on the Inet).

The command
"iptables -A OUTPUT -i sm0 -p udp --dport 137 -j DROP"       failed but
"iptables -A OUTPUT -o sm0 -p udp --dport 137 -j DROP"      worked fine.

However       "iptables -L OUTPUT"     revealed

"target     prot     opt    source        destination"
"DROP       udp      --     anywhere     anywhere         udp 
dpt:netbios-ns"

this appears to not identify the "sm0" destination specified in the 
APPEND command.
I guess I need the netbios for communication with Windoz PC's on my 
network so this does not look like a
fix.
What am I doing wrong?.

-- 
Regards - Ken VK4AKM
          Yeppoon, Queensland
          -= Use Open Source Software =-
                 GNU\Linux Debian.



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Broadcasting unwanted UDP messages
@ 2006-04-19  3:46 Ken Moore
  2006-04-19  3:50 ` Curt Mills
  2006-04-19 12:16 ` Jeremiah
  0 siblings, 2 replies; 7+ messages in thread
From: Ken Moore @ 2006-04-19  3:46 UTC (permalink / raw)
  To: linux-hams

G'day Folk,

My ax25 system (Debian system with Linpac and Soundcard modem) is 
broadcasting network Samba and Netbios UDP messages.
Being almost illiterate with Linux could someone point me in the right 
direction to stop this.
I have checked the files in /etc/ax25/ but nothing seems to relate.

Where should I start looking?

-- 
Regards - Ken VK4AKM
          Yeppoon, Queensland
          -= Use Open Source Software =-
                 GNU\Linux Debian.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-04-19 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 21:46 Broadcasting unwanted UDP messages Ken Moore
2006-04-19 22:11 ` Brett Mueller
  -- strict thread matches above, loose matches on Subject: below --
2006-04-19  3:46 Ken Moore
2006-04-19  3:50 ` Curt Mills
2006-04-19  8:29   ` John Ronan
2006-04-19 12:55     ` Jarmo
2006-04-19 12:16 ` Jeremiah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.