| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Jan 30 '12 at 12:48 | |
| stats | profile views | 2 |
|
Dec 7 |
awarded | Teacher |
|
Dec 7 |
answered | Allow Windows file share through a Linux Firewall |
|
Dec 5 |
awarded | Student |
|
Dec 5 |
comment |
Allow Windows file share through a Linux Firewall But anyway, I am happy to deal with the MS side of things later.. For now I would really appreciate if someone can confirm that the iptables rule I am using here is suitable for that purpose, or if there's any better way to do it... Thanks a lot for your help! Bz. |
|
Dec 5 |
comment |
Allow Windows file share through a Linux Firewall I am guessing this is because the windows machine are running different versions of windows, XP and Seven, so the ports configuration looks a bit cranky here : windows.microsoft.com/en-US/windows7/… |
|
Dec 5 |
comment |
Allow Windows file share through a Linux Firewall I am no iptables guru by any means, but I wrote the above rule a while ago to allow another network service on the exact same machines and it worked like a charm so I can't see why that same rule would not be suitable for NTFS shares...unless I don't have the complete list of all the ports involved.... |
|
Dec 5 |
comment |
Allow Windows file share through a Linux Firewall Thanks a lot for your help, I really appreciate... Here is an example of the iptables rule I use : iptables -t nat -A PREROUTING -i eth0 -p udp --dport 137 -j DNAT --to 10.127.255.252:137 |
|
Dec 5 |
asked | Allow Windows file share through a Linux Firewall |