samba drive not accessible unless iptables is stopped
iptables is disabled at my Fedora core 6 linux PC, which can be
confirmed by these commands:
# system-config-securitylevel
# ps -ef|grep iptable
root 3170 2926 0 10:15 pts/2 00:00:00 grep iptable
However, my windows PC cannot access a linux drive through samba
unless iptables is stopped on the linux PC.
(or enable the check box to open the ports for samba in system-config-
security).
# service iptables stop
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: filter [ OK ]
Unloading iptables modules: [ OK ]
The iptables service is already disabled, so why it still block samba?
i.e. Why it need to be stopped?
.
Relevant Pages
- Google Summer of Code 2009: Student applies to create a Better IPTables Management Tool
... a student) and select the Linux Foundation ... The tool focuses on helping the user to perceive what a particular chains of rules in a particular table does to a user specified packet. ... As the project aims for better IPtables management tool, I can contribute with my hard earned 3 years experience in maintenance of firewalls. ... The tools helps the user to either select all the rules in the chain or some particular rules and tells the impact of the application of selected rules upon the incoming/outgoing packet. ... (Linux-Kernel) - Iptables and SAMBA - Im going MAAAAAAAAAAAAAAAAAADDDDDDD!!!
... On this linux box i have two net cards that go to two clients ... (samba works perfectly if i shut down iptables) ... #nelle regole - MODIFICARE SECONDO I PROPRI PARAMETRI ... #della rete Interna ... (comp.os.linux.networking) - Re: firewall performance throughput between Linux and OpenBSD
... > The firewall is used to connect a private network to the internet. ... > ftp-proxy and the linux box does not. ... Running with a full pf rules file or the wideopen version ... > full rules file using iptables. ... (comp.unix.bsd.openbsd.misc) - Re: Help: My girlfriends XP box cant see my Linux samba shares
... Mike Martin wrote: ... >I've goggle'd all over and read ten different sites for Samba conf but I'm ... Just a checkup - this should show everything is shared on your linux box. ... iptables -P FORWARD ACCEPT ... (alt.os.linux) - Cant route through Linux box
... We have an SDSL connection with a few static IP's. ... I can ping the sdsl router 66.80.220.65 from the linux system. ... $IPTABLES -F OUTPUT ... (comp.os.linux) |
|