I have a Domain server (Samba) setup. I have Opensuse 11.1 installed along with Ubuntu 9.04. Both use Gnome as my Desktop. On Ubuntu, I see and can access my Windows Network. With Opensuse I can’t. Something is not properly set up. If anybody could help, I greatly appreciate it.
On Sat August 1 2009 05:06 pm, robertomason wrote:
>
> I have a Domain server (Samba) setup. I have Opensuse 11.1 installed
> along with Ubuntu 9.04. Both use Gnome as my Desktop. On Ubuntu, I see
> and can access my Windows Network. With Opensuse I can’t. Something is
> not properly set up. If anybody could help, I greatly appreciate it.
>
> Thanks
>
>
robertomason;
If after reading these you are still unable to connect, post the contents
of /etc/samba/smb.conf.
The most common problems are:
A. Not starting smbd and/or nmbd;
B. Not opening ports on your firewall, including broadcasts; and
C. Not creating users with “smbpasswd -a <username>”
–
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
It’s because by default every NIC is set in external zone which by default blocks every port. If you set your NIC as internal zone and won’t tick “Protect firewall from internal zone” then you should be fine.
No, why? Even if it is in internal zone it still blocks every port but allows the broadcast and multicast on some ports so that you can see printers, files etc.
Internal zone interface are completely unprotected. Thought I try it after reading this post since I to want to see my Windows network.
This is what the summary of my firewall says after moving my wireless to the internal zone.
**Internal Zone
Interfaces
Atheros AR5001X+ Wireless Network Adapter / ath0
Open Services, Ports, and Protocols
****Internal zone is unprotected. All ports are open. **
So I’m leaving mine in the external zone with Samba Server and Client services allowed.
Samba generally needs ports TCP 139 & 445 + UDP 137 & 138 (& broadcasts). That’s for a workgroup. In windows server situations there’s TCP 135 as well, so in this situation here it’s perhaps not enough to open in Yast just the netbios server and the samba server services, I suppose you should also open TCP135. This is all a bit hazy to me but the services modules seem to leave out 135.