ralph wiggum
11-03-2001, 11:16 PM
im having problems testing my iptable setup.
When i scan myself (with NMAP) i have these ports listed..
113/tcp auth
137/udp netbios-ns
138/udp netbios-dgm
139/tcp netbios-ssn
515/tcp printer
6000/tcp X11
I know i should block netbios and X11. Should i block 113 and 515?
and when i do block these and try to scan myself they still come up!
example from my setup
iptables -N block
iptables -A block -p tcp --dport 6000:6015 -j DROP
iptables -A INPUT -i eth+ -j drop
iptables -A FORWARD -i eth+ -j DROP
but when i scan myself though my network port 6000 still comes up....
any ideas???
btw, the default rules are all set to DROP
[ 03 November 2001: Message edited by: ralph wiggum ]
When i scan myself (with NMAP) i have these ports listed..
113/tcp auth
137/udp netbios-ns
138/udp netbios-dgm
139/tcp netbios-ssn
515/tcp printer
6000/tcp X11
I know i should block netbios and X11. Should i block 113 and 515?
and when i do block these and try to scan myself they still come up!
example from my setup
iptables -N block
iptables -A block -p tcp --dport 6000:6015 -j DROP
iptables -A INPUT -i eth+ -j drop
iptables -A FORWARD -i eth+ -j DROP
but when i scan myself though my network port 6000 still comes up....
any ideas???
btw, the default rules are all set to DROP
[ 03 November 2001: Message edited by: ralph wiggum ]