Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
|-+  pfSense English Support» Firewalling» Windows Share problem
Username:
Password:
 
 

Pages: [1]   Go Down
  Print  
Author Topic: Windows Share problem  (Read 1299 times)
0 Members and 1 Guest are viewing this topic.
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« on: April 12, 2012, 04:04:59 am »

Dear,

I have a dual wan setup at home with a lot of interfaces/ip ranges:
- 10.0.0.1/24 for pfsense, switch, voip ata's, LAN disks, computers connected to LAN, ...
- 10.101.0.1/24 (vlan) for private wifi usage (all wireless devices from myself and my girlfriend such as laptop, netbook, phone, tablet, ...)
- 10.102.0.1/24 (vlan) for trusted wifi usage (wireless devices from friends and neighbours)
- 10.103.0.1/24 (vlan) for public wifi usage (wireless devices from people i don't know, but just wants to surf the internet)

All wireless connections goes tru the Meraki AP (Meraki MR12) which supports the vlans.  All internet connections work perfect including landing pages, ip ranges etc.  Also email, msn, ftp, ssh, ... work great! 

One of my LAN disks has ip 10.0.0.31.  When my netbook is connected to the switch (and gets an 10.0.0.31/24 ip), i can access it perfectly.  But when connected to wifi-private i can't access the windows share (\\10.0.0.31).  Only the webserver (http://10.0.0.31) works.

Can someone please help me with this issue?
Logged

Metu69salemi
Hero Member
*****
Offline Offline

Posts: 1559


View Profile
« Reply #1 on: April 12, 2012, 04:27:58 am »

What firewall rules and what outbound nat rules you have concerning this setup?
Logged
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #2 on: April 12, 2012, 11:48:48 am »

Dear Metu69salemi,

i've made some screenshots for you so you can get a clear view of the setup.
There can be some mistakes because i've tried to fix it using trial and error Smiley

Dashboard : http://kris.derocker.name/pfsense/windowsshare/dashboard.jpg
Outboud NAT : http://kris.derocker.name/pfsense/windowsshare/firewall-nat-outbound.jpg
Firewall rules LAN : http://kris.derocker.name/pfsense/windowsshare/firewall-rules-lan.jpg
Firewall rules WIFIPRIVATE : http://kris.derocker.name/pfsense/windowsshare/firewall-rules-wifiprivate.jpg
Logged

Metu69salemi
Hero Member
*****
Offline Offline

Posts: 1559


View Profile
« Reply #3 on: April 12, 2012, 05:36:04 pm »

You may need new rule on manual outbound nat as:
from privatewifi to lan check the box DO NOT NAT
Logged
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #4 on: April 12, 2012, 05:54:36 pm »

I've tried these settings without effect...

WIFIPRIVATE      10.0.0.0/24    *    *    *    *    *    NO
LAN      10.101.0.0/24    *    *    *    *    *    NO
WIFIPRIVATE      10.101.0.0/24    *    10.0.0.0/24    *    *    *    NO
LAN      10.0.0.0/24    *    10.101.0.0/24    *    *    *    NO

Lan = 10.0.0.1/24 range
WIFIPRIVATE = 10.101.0.1/24 range
Logged

Metu69salemi
Hero Member
*****
Offline Offline

Posts: 1559


View Profile
« Reply #5 on: April 13, 2012, 04:53:59 pm »

did you change the order that more specific is uppermost?
Logged
cmb
Administrator
Hero Member
*****
Offline Offline

Posts: 6032


View Profile WWW
« Reply #6 on: April 14, 2012, 12:17:27 am »

I don't see any reason you need manual outbound NAT, better to use automatic, it won't NAT between internal subnets which is what is breaking your Windows share.
Logged

pfSense Commercial Support

Paying customers receive support priority and as in depth of assistance as desired through the official commercial support channels at portal.pfsense.org. Forum users receive as much help as time permits.
Metu69salemi
Hero Member
*****
Offline Offline

Posts: 1559


View Profile
« Reply #7 on: April 16, 2012, 12:20:58 am »

ok, thanks for the info, it was new to me also.
Logged
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #8 on: April 16, 2012, 11:25:47 am »

I use manual NAT because i also route some IP blocks (external IP's)
Logged

cmb
Administrator
Hero Member
*****
Offline Offline

Posts: 6032


View Profile WWW
« Reply #9 on: April 16, 2012, 07:00:04 pm »

I use manual NAT because i also route some IP blocks (external IP's)

Ok, in that case just make sure you don't have outbound NAT rules matching traffic between internal networks.
Logged

pfSense Commercial Support

Paying customers receive support priority and as in depth of assistance as desired through the official commercial support channels at portal.pfsense.org. Forum users receive as much help as time permits.
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #10 on: April 17, 2012, 01:47:04 am »

Dear,

I don't think i have...do i?
Logged

cmb
Administrator
Hero Member
*****
Offline Offline

Posts: 6032


View Profile WWW
« Reply #11 on: April 17, 2012, 01:54:00 am »

Too many interfaces there in outbound NAT and not enough context to tell. Run a constant ping to the NAS, and check Diagnostics>States. Should just show two IPs there, not a third in the middle where it's translating it. If that's good, then your problem is almost certainly the NAS is setup to not serve Windows shares to off-subnet hosts. For instance Samba has a config option that lets you restrict what IP subnets it will serve, if it's a Windows host, the default Windows firewall settings commonly block all off-subnet file access.
Logged

pfSense Commercial Support

Paying customers receive support priority and as in depth of assistance as desired through the official commercial support channels at portal.pfsense.org. Forum users receive as much help as time permits.
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #12 on: May 08, 2012, 12:23:06 pm »

This is what i get with ping :

icmp    10.0.0.31:768 <- 10.101.0.2    0:0    
icmp    10.101.0.2:768 -> 10.0.0.31    0:0

10.0.0.31 = NAQ
10.101.0.2 = laptop using wireless
Logged

cmb
Administrator
Hero Member
*****
Offline Offline

Posts: 6032


View Profile WWW
« Reply #13 on: May 09, 2012, 08:44:08 am »

Then you aren't NATing, so that much is good. Problem is on the server then, what I noted in my last post.
Logged

pfSense Commercial Support

Paying customers receive support priority and as in depth of assistance as desired through the official commercial support channels at portal.pfsense.org. Forum users receive as much help as time permits.
krisken
Full Member
***
Offline Offline

Posts: 155



View Profile
« Reply #14 on: May 09, 2012, 10:35:44 am »

cmb,

Thanks for your support, time and answers!
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

 

Page created in 0.03 seconds with 20 queries.