Networking Forums

Networking Forums > Computer Networking > Linux Networking > samba drive not accessible unless iptables is stopped

Reply
Thread Tools Display Modes

samba drive not accessible unless iptables is stopped

 
 
wong_powah@yahoo.ca
Guest
Posts: n/a

 
      01-25-2008, 02:52 PM
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?

 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      01-25-2008, 09:22 PM
(E-Mail Removed) wrote:
> 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?
>

iptables is a user-level interface to the kernel IP filtering
mechanisms. It does not run as a daemon so you won't normally see it
running as a process.

It you want to see the current filtering rules, type (as root):

iptables -L

Robert
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wirelessly Accessible USB Hard Drive? triksterut Wireless Internet 2 09-24-2007 09:22 PM
network drive not accessible with wireless usb card but is with LA mxrn50 Wireless Networks 2 06-07-2007 03:04 PM
Mapped Drive Not Accessible through VPN Darrell Windows Networking 1 11-06-2006 10:26 AM
workstation can't access it's own shared drive, nor is drive accessible by other computers Jon Straub Windows Networking 3 02-07-2006 03:46 PM
Permissions on a windows drive through SAMBA N.K. Linux Networking 8 09-05-2003 06:28 PM



1 2 3 4 5 6 7 8 9 10 11