Thanks, Marc


Whether something else is missing, you can see, if you check on which
ports the Samba daemons are listening:

# netstat -taunp | egrep "tcp.*LISTEN|udp" | grep "samba|smbd"


# netstat -taunp | egrep "tcp.*LISTEN|udp" | egrep "samba|smbd"

tcp 0 0 0.0.0.0:139      0.0.0.0:* LISTEN 3554/smbd
tcp 0 0 0.0.0.0:464      0.0.0.0:* LISTEN 3559/samba
tcp 0 0 0.0.0.0:53       0.0.0.0:* LISTEN 3565/samba
tcp 0 0 0.0.0.0:88       0.0.0.0:* LISTEN 3559/samba
tcp 0 0 0.0.0.0:636      0.0.0.0:* LISTEN 3557/samba
tcp 0 0 0.0.0.0:445      0.0.0.0:* LISTEN 3554/smbd
tcp 0 0 0.0.0.0:1024     0.0.0.0:* LISTEN 3553/samba
tcp 0 0 0.0.0.0:3268     0.0.0.0:* LISTEN 3557/samba
tcp 0 0 0.0.0.0:3269     0.0.0.0:* LISTEN 3557/samba
tcp 0 0 0.0.0.0:389      0.0.0.0:* LISTEN 3557/samba
tcp 0 0 0.0.0.0:135      0.0.0.0:* LISTEN 3553/samba
tcp 0 0 :::139           :::*      LISTEN 3554/smbd
tcp 0 0 :::445           :::*      LISTEN 3554/smbd
udp 0 0 172.30.0.30:389  0.0.0.0:*        3558/samba
udp 0 0 0.0.0.0:389      0.0.0.0:*        3558/samba
udp 0 0 172.30.0.30:137  0.0.0.0:*        3555/samba
udp 0 0 172.30.7.255:137 0.0.0.0:*        3555/samba
udp 0 0 0.0.0.0:137      0.0.0.0:*        3555/samba
udp 0 0 172.30.0.30:138  0.0.0.0:*        3555/samba
udp 0 0 172.30.7.255:138 0.0.0.0:*        3555/samba
udp 0 0 0.0.0.0:138      0.0.0.0:*        3555/samba
udp 0 0 0.0.0.0:53       0.0.0.0:*        3565/samba
udp 0 0 172.30.0.30:464  0.0.0.0:*        3559/samba
udp 0 0 0.0.0.0:464      0.0.0.0:*        3559/samba
udp 0 0 172.30.0.30:88   0.0.0.0:*        3559/samba
udp 0 0 0.0.0.0:88       0.0.0.0:*        3559/samba

Looks like I also need to open up 3269/tcp in addition to 3268/tcp.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to