Hello,
I have a FreeBSD 11.2 system with Samba installed. If I enable ipfw Samba clients can still connect and browse the filesystem but cannot download most of the files (it looks like the smallest files can be opened). Ipfw is configured in "open" mode:
And the resulting rules are the following (ipfw show):
Is there any additional rule I should add to fix the problem?
Thanks!
Francesco
I have a FreeBSD 11.2 system with Samba installed. If I enable ipfw Samba clients can still connect and browse the filesystem but cannot download most of the files (it looks like the smallest files can be opened). Ipfw is configured in "open" mode:
Code:
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="alc0"
natd_flags=""
And the resulting rules are the following (ipfw show):
Code:
00050 9369 6621885 divert 8668 ip4 from any to any via alc0
00100 2986 192550 allow ip from any to any via lo0
00200 0 0 deny ip from any to 127.0.0.0/8
00300 0 0 deny ip from 127.0.0.0/8 to any
00400 0 0 deny ip from any to ::1
00500 0 0 deny ip from ::1 to any
00600 3 244 allow ipv6-icmp from :: to ff02::/16
00700 0 0 allow ipv6-icmp from fe80::/10 to fe80::/10
00800 2 172 allow ipv6-icmp from fe80::/10 to ff02::/16
00900 0 0 allow ipv6-icmp from any to any ip6 icmp6types 1
01000 0 0 allow ipv6-icmp from any to any ip6 icmp6types 2,135,136
65000 9326 6616397 allow ip from any to any
65535 0 0 deny ip from any to any
Is there any additional rule I should add to fix the problem?
Thanks!
Francesco