I’m having issues trying to connect to Samba file shares on RC1, installed in a VM on ESXi. Everything appears to be in place, but I just can’t connect to port 139 in the server.
On the server (Green: 10.10.0.254, Red: 192.168.0.17):
[root@Nethserver-Beta ~]# ps -ef | grep mbd
root 6318 1 0 00:25 ? 00:00:01 /usr/sbin/nmbd
root 25623 8481 0 10:38 pts/1 00:00:00 grep --color=auto mbd
root 26828 1 0 Oct19 ? 00:00:00 /usr/sbin/smbd
root 26830 26828 0 Oct19 ? 00:00:00 /usr/sbin/smbd
root 31393 31383 0 00:06 ? 00:00:00 /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground
root 31406 31393 0 00:06 ? 00:00:00 /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground
root 31407 31393 0 00:06 ? 00:00:00 /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground
root 31427 31393 0 00:06 ? 00:00:00 /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground
[root@Nethserver-Beta ~]# netstat -an | grep 139
tcp 0 0 127.0.0.1:139 0.0.0.0:* LISTEN
tcp 0 0 10.10.0.254:139 0.0.0.0:* LISTEN
[root@Nethserver-Beta ~]# netstat -an | grep 138
udp 0 0 10.10.0.255:138 0.0.0.0:*
udp 0 0 10.10.0.254:138 0.0.0.0:*
udp 0 0 0.0.0.0:138 0.0.0.0:*
[root@Nethserver-Beta ~]# netstat -an | grep 137
udp 0 0 10.10.0.255:137 0.0.0.0:*
udp 0 0 10.10.0.254:137 0.0.0.0:*
udp 0 0 0.0.0.0:137 0.0.0.0:*
[root@Nethserver-Beta ~]# arp -n
Address HWtype HWaddress Flags Mask Iface
192.168.0.2 ether 00:1f:c6:e4:9d:96 C ens160
192.168.0.254 ether 00:25:90:a6:75:d1 C ens160
10.10.0.18 ether 00:0c:29:2c:47:e0 C br0
10.10.0.253 ether 02:8c:70:99:03:4b C br0
10.10.0.13 ether 00:0c:29:c5:73:3c C br0
[root@Nethserver-Beta ~]# arp
Address HWtype HWaddress Flags Mask Iface
192.168.0.2 ether 00:1f:c6:e4:9d:96 C ens160
192.168.0.254 ether 00:25:90:a6:75:d1 C ens160
Deepest-Thought.BogoLin ether 00:0c:29:2c:47:e0 C br0
10.10.0.253 ether 02:8c:70:99:03:4b C br0
The-Tardis.BogoLinux.ne ether 00:0c:29:c5:73:3c C br0
[root@Nethserver-Beta ~]
And from another Linux box (10.10.0.13):
And from a Windows box (10.10.0.18):

Windows seems to see the server, which if memory serves me correctly, is achieved via the UDP ports:

EDIT: Forgot this:

I also checked the firewall.log on the server and only see entries from when I tried a telnet (port 23) and ftp. Nothing for smb (139).
Ideas on what to check next.
Cheers.