iptables rules to allow nautilus samba access
From: Bill Tangren (bjt_at_aa.usno.navy.mil)
Date: 07/27/05
- Previous message: Rahul Kohli: "How to determine if my linux m/c is having 32 or 64 bit Kernel."
- Next in thread: Will McDonald: "Re: iptables rules to allow nautilus samba access"
- Reply: Will McDonald: "Re: iptables rules to allow nautilus samba access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Jul 2005 17:09:27 -0400 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
I am trying to get access to the windows network neighborhood via
smb:/// in nautilus. If I turn off iptables, it works just fine. If I
turn it back on, it doesn't. Ethereal indicates that the traffic (with
iptables turned off) looks like:
protocol: NBSS
Source Port (my box): 33406
Destination Port (another box on the LAN): netbios
The protocol is sometimes TCP, and sometimes LANMAN.
These high ports change when I open a new nautilus process.
These are the rules I have in iptables for samba (output from service
iptables status):
Chain udp_inbound (1 references)
target prot opt source destination
ACCEPT udp -- 10.1.5.0/24 0.0.0.0/0 udp
dpts:137:139
ACCEPT udp -- 10.1.5.0/24 0.0.0.0/0 udp dpt:445
RETURN udp -- 0.0.0.0/0 0.0.0.0/0
Chain tcp_inbound (1 references)
target prot opt source destination
ACCEPT tcp -- 10.1.5.0/24 0.0.0.0/0 tcp
dpts:137:139
ACCEPT tcp -- 10.1.5.0/24 0.0.0.0/0 tcp dpt:445
ACCEPT tcp -- 10.1.5.0/24 0.0.0.0/0 tcp dpt:32890
ACCEPT tcp -- 10.1.5.0/24 0.0.0.0/0 tcp dpt:32911
RETURN tcp -- 0.0.0.0/0 0.0.0.0/0
My LAN is obviously 10.1.5.*
Does anyone know what ports I need to open to allow nautilus to access
the network neighborhood?
TIA,
Bill Tangren
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Rahul Kohli: "How to determine if my linux m/c is having 32 or 64 bit Kernel."
- Next in thread: Will McDonald: "Re: iptables rules to allow nautilus samba access"
- Reply: Will McDonald: "Re: iptables rules to allow nautilus samba access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|