<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Configure Samba File share Services with Ubuntu 20.04 LTS	</title>
	<atom:link href="https://www.osradar.com/configure-samba-file-share-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/configure-samba-file-share-ubuntu/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 06 Feb 2021 06:39:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>
		By: Jeff Silverman		</title>
		<link>https://www.osradar.com/configure-samba-file-share-ubuntu/#comment-13585</link>

		<dc:creator><![CDATA[Jeff Silverman]]></dc:creator>
		<pubDate>Sat, 06 Feb 2021 06:39:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=25601#comment-13585</guid>

					<description><![CDATA[I figured out the answer (actually, I found the answer on another page, Canonical Ubuntu Server docs  https://ubuntu.com/server/docs/samba-file-server ): restart both the smbd and nmbd with the command:
systemctl restart smbd.service nmbd.service]]></description>
			<content:encoded><![CDATA[<p>I figured out the answer (actually, I found the answer on another page, Canonical Ubuntu Server docs  <a href="https://ubuntu.com/server/docs/samba-file-server" rel="nofollow ugc">https://ubuntu.com/server/docs/samba-file-server</a> ): restart both the smbd and nmbd with the command:<br />
systemctl restart smbd.service nmbd.service</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff Silverman		</title>
		<link>https://www.osradar.com/configure-samba-file-share-ubuntu/#comment-13582</link>

		<dc:creator><![CDATA[Jeff Silverman]]></dc:creator>
		<pubDate>Sat, 06 Feb 2021 06:25:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=25601#comment-13582</guid>

					<description><![CDATA[How to troubleshoot?  My linux server is pingable from my windows laptop. The ss -pant &#124; sort -k 6 command clearly shows that smbd is listening on ports TCP 445 and 139 on both IPv4 and IPv6.   I have nmbd running as well, but it&#039;s listening on UDP ports. 137 and 138.  I looked at iptables and I see:
root@jeffs-desktop:/etc/samba# iptables -L -n &#124; fgrep -i udp
ufw-skip-to-policy-input  udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:137
ufw-skip-to-policy-input  udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:138
ufw-skip-to-policy-input  udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:67
ufw-skip-to-policy-input  udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:68
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp spt:67 dpt:68
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251          udp dpt:5353
ACCEPT     udp  --  0.0.0.0/0            239.255.255.250      udp dpt:1900
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            ctstate NEW
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 137,138 /* &#039;dapp_Samba&#039; */
root@jeffs-desktop:/etc/samba#]]></description>
			<content:encoded><![CDATA[<p>How to troubleshoot?  My linux server is pingable from my windows laptop. The ss -pant | sort -k 6 command clearly shows that smbd is listening on ports TCP 445 and 139 on both IPv4 and IPv6.   I have nmbd running as well, but it&#8217;s listening on UDP ports. 137 and 138.  I looked at iptables and I see:<br />
root@jeffs-desktop:/etc/samba# iptables -L -n | fgrep -i udp<br />
ufw-skip-to-policy-input  udp  &#8212;  0.0.0.0/0            0.0.0.0/0            udp dpt:137<br />
ufw-skip-to-policy-input  udp  &#8212;  0.0.0.0/0            0.0.0.0/0            udp dpt:138<br />
ufw-skip-to-policy-input  udp  &#8212;  0.0.0.0/0            0.0.0.0/0            udp dpt:67<br />
ufw-skip-to-policy-input  udp  &#8212;  0.0.0.0/0            0.0.0.0/0            udp dpt:68<br />
ACCEPT     udp  &#8212;  0.0.0.0/0            0.0.0.0/0            udp spt:67 dpt:68<br />
ACCEPT     udp  &#8212;  0.0.0.0/0            224.0.0.251          udp dpt:5353<br />
ACCEPT     udp  &#8212;  0.0.0.0/0            239.255.255.250      udp dpt:1900<br />
ACCEPT     udp  &#8212;  0.0.0.0/0            0.0.0.0/0            ctstate NEW<br />
ACCEPT     udp  &#8212;  0.0.0.0/0            0.0.0.0/0            multiport dports 137,138 /* &#8216;dapp_Samba&#8217; */<br />
root@jeffs-desktop:/etc/samba#</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mijj		</title>
		<link>https://www.osradar.com/configure-samba-file-share-ubuntu/#comment-13292</link>

		<dc:creator><![CDATA[mijj]]></dc:creator>
		<pubDate>Tue, 02 Feb 2021 15:44:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=25601#comment-13292</guid>

					<description><![CDATA[you make it look so easy!]]></description>
			<content:encoded><![CDATA[<p>you make it look so easy!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aton		</title>
		<link>https://www.osradar.com/configure-samba-file-share-ubuntu/#comment-12129</link>

		<dc:creator><![CDATA[Aton]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 02:44:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=25601#comment-12129</guid>

					<description><![CDATA[I don&#039;t know how to find what is the Samba server&#039;s IP address on my PC.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how to find what is the Samba server&#8217;s IP address on my PC.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
