Community discussions

MikroTik App
 
bodhiguy
just joined
Topic Author
Posts: 17
Joined: Tue Dec 21, 2004 5:38 pm
Location: Sacramento

Firewall rules to allow browsing across a workgroup

Fri Nov 04, 2005 4:09 am

Does anyone have any recommendations regarding necessary firewall rules for browsing across a Windows workgroup inside the LAN ? I mainly want to share files and printers, without using a Domain Controller.
 
wildbill442
Forum Guru
Forum Guru
Posts: 1055
Joined: Wed Dec 08, 2004 7:29 am
Location: Sacramento, CA

Fri Nov 04, 2005 8:19 am

Remove any rules that drop NetBIOS traffic (TCP/UDP 135-139). Enter the following two rules in your forward chain above any "drop all incoming" rules..
/ip firewall filter
add chain=forward protocol=udp dst-port=135-139 action=accept comment="NetBIOS" disabled=no 
add chain=forward protocol=tcp dst-port=135-139 action=accept comment="NetBIOS" disabled=no 
Here are some other things to look into on the client's.

How To Share Files and Folders over a Network for Workgroups in Windows Server 2003:
http://support.microsoft.com/default.as ... -us;323420

You will also have problems browsing a peer to peer windows network if all of the computers in a peer-to-peer workgroup do not have a common networking protocol (netbios), a common workgroup, and common user names and passwords.

You should be able to ping each peer by the IP address and by the NetBIOS name.

You'll need common usernames and passwords on each peer otherwise you'll have permission problems accessing shared resources. This is only for WindowsXP Pro, Windows 2000, Windows server 2003.

So say you had user1 on PC A, and wanted to access a file on PC B, but there was no user1 on PC B, you'd get a error related to permissions or network resource not accessible. Since there is no central user database to authenticate against (like in an Active Directory Win2k/2k3 Domain).
 
bodhiguy
just joined
Topic Author
Posts: 17
Joined: Tue Dec 21, 2004 5:38 pm
Location: Sacramento

Fri Nov 04, 2005 7:49 pm

Hey WildBill, long time no see. What's crack-a-lackin ? :-)
 
wildbill442
Forum Guru
Forum Guru
Posts: 1055
Joined: Wed Dec 08, 2004 7:29 am
Location: Sacramento, CA

Fri Nov 04, 2005 7:54 pm

Hey WildBill, long time no see. What's crack-a-lackin ? :-)
haha did any of that help you?
 
bodhiguy
just joined
Topic Author
Posts: 17
Joined: Tue Dec 21, 2004 5:38 pm
Location: Sacramento

Fri Nov 04, 2005 7:55 pm

No LOve BB :-( I think we're goiing to have to call Gates personally on this one . ;-)
 
proweb
newbie
Posts: 43
Joined: Sat Oct 08, 2005 10:04 pm

Block user to share files in one networK

Mon Nov 07, 2005 11:57 pm

/ip firewall filter
add chain=forward protocol=udp dst-port=135-139 action=drop comment="NetBIOS" disabled=no
add chain=forward protocol=tcp dst-port=135-139 action=drop comment="NetBIOS" disabled=no


if i make a new rules like this, what will be effect. If any changes i can't
Block user to share files in one networK? I want to set for clients can't access
file sharing in one network or disable. So they can't a see the other client from network.
Please give me the rules from firewall filter.
thanks before
 
bodhiguy
just joined
Topic Author
Posts: 17
Joined: Tue Dec 21, 2004 5:38 pm
Location: Sacramento

Tue Nov 08, 2005 12:19 am

We found our problem. It was a Windows networking issue and not te Mikrotik. <close>

Who is online

Users browsing this forum: almdandi, johnson73, thefantas and 38 guests