From: Ken Moore <vk4akm@irock.com.au>
To: linux-hams@vger.kernel.org
Subject: Re: Broadcasting unwanted UDP messages
Date: Thu, 20 Apr 2006 07:46:10 +1000 [thread overview]
Message-ID: <4446AFA2.2090208@irock.com.au> (raw)
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.
next reply other threads:[~2006-04-19 21:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-19 21:46 Ken Moore [this message]
2006-04-19 22:11 ` Broadcasting unwanted UDP messages 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4446AFA2.2090208@irock.com.au \
--to=vk4akm@irock.com.au \
--cc=linux-hams@vger.kernel.org \
--cc=vk4akm@wia.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.