* nmblookup
@ 2004-05-31 19:26 azeem ahmad
2004-06-01 4:44 ` nmblookup Mark E. Donaldson
0 siblings, 1 reply; 2+ messages in thread
From: azeem ahmad @ 2004-05-31 19:26 UTC (permalink / raw)
To: netfilter, samba
hi all
when i start my firewall script it stops doing nmblookup. when this script
isnt running and i do
#nmblookup host
it resolves the name but whenever i start the script it doesnt. what the
problem can be
i m using the script below
-------------------------------------------------------------------------------------------------------------------------------------
iptables -F
iptables -t nat -F
iptables -P INPUT DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 53 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 53 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 137 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 138 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 139 -j ACCEPT
-------------------------------------------------------------------------------------------------------------------------------------
Regards
Azeem
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: nmblookup
2004-05-31 19:26 nmblookup azeem ahmad
@ 2004-06-01 4:44 ` Mark E. Donaldson
0 siblings, 0 replies; 2+ messages in thread
From: Mark E. Donaldson @ 2004-06-01 4:44 UTC (permalink / raw)
To: 'azeem ahmad', netfilter, samba
-----Original Message-----
From: netfilter-admin@lists.netfilter.org
[mailto:netfilter-admin@lists.netfilter.org] On Behalf Of azeem ahmad
Sent: Monday, May 31, 2004 12:27 PM
To: netfilter@lists.netfilter.org; samba@lists.samba.org
Subject: nmblookup
hi all
when i start my firewall script it stops doing nmblookup. when this script
isnt running and i do #nmblookup host it resolves the name but whenever i
start the script it doesnt. what the problem can be i m using the script
below
----------------------------------------------------------------------------
---------------------------------------------------------
iptables -F
iptables -t nat -F
iptables -P INPUT DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A
INPUT -i eth0 -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 53 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 53 -j ACCEPT
iptables -A INPUT -i eth0 -p udp --dport 137 -j ACCEPT iptables -A INPUT -i
eth0 -p udp --dport 138 -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport
139 -j ACCEPT
----------------------------------------------------------------------------
---------------------------------------------------------
Regards
Azeem
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Take a look at this document. It should help you solve your problem:
http://www.linuxhomenetworking.com/linux-hn/samba-trouble.htm
########################################################
This message has been scanned for viruses and dangerous
content by MailScanner, and is believed to be clean.
postmaster@bandwidthco.com
MailScanner at bandwidthco.com is for your absolute protection.
########################################################
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-01 4:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-31 19:26 nmblookup azeem ahmad
2004-06-01 4:44 ` nmblookup Mark E. Donaldson
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.