<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Walker :: Brisbane IT Professional (Infrastructure / Web) &#187; networking</title>
	<atom:link href="http://www.richardwalker.com.au/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardwalker.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 10:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Does your ISP block port 25 (SMTP)?</title>
		<link>http://www.richardwalker.com.au/2009/01/04/does-your-isp-block-port-25-smtp/</link>
		<comments>http://www.richardwalker.com.au/2009/01/04/does-your-isp-block-port-25-smtp/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:33:00 +0000</pubDate>
		<dc:creator>Richard Walker</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.richardwalker.com.au/?p=16</guid>
		<description><![CDATA[Does your ISP block port 25 (SMTP)? There are ways to get around this if you're fortunate enough to have a dedicated server or VPS..... all it takes is a tweak of your exim/postfix/sendmail config.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me and are fortunate enough to have your own external SMTP server (which is just about anyone with dedicated or VPS web hosting) here&#8217;s a simple but really neat trick&#8230;.. configure your SMTP service (exim, postfix, et al) to listen on port 587 as well as port 25&#8230;.. according to the <a title="Internet Engineering Task Force" href="http://www.ietf.org/rfc/rfc2476.txt" target="_blank">IETF</a>, port 587 is officially reserved for SMTP anyway! Most ISPs cruel enough to block port 25 probably won&#8217;t block port 587. And hey, if they do, use a different port&#8230;. 26, 8025, 8587, just make sure it&#8217;s not something used by another service.</p>
<p>The other side of the equation is your mail client&#8230;.. alter your SMTP settings and change the port to the new one you specified in your MTA config. It&#8217;s possible (I&#8217;ve not tested it) that using SSL or TLS may yield positive results too&#8230;. I&#8217;m not sure if this particular nameless ISP (run by a monopolistic behemoth telco in Australia, hint hint) blocks secure SMTP or not, but I might give it a try and swing an update to this post with my results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardwalker.com.au/2009/01/04/does-your-isp-block-port-25-smtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mount.cifs and permissions problems under ubuntu  linux</title>
		<link>http://www.richardwalker.com.au/2008/12/02/mountcifs-and-permissions-problems-under-ubuntu-linux/</link>
		<comments>http://www.richardwalker.com.au/2008/12/02/mountcifs-and-permissions-problems-under-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 04:28:41 +0000</pubDate>
		<dc:creator>Richard Walker</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.richardwalker.com.au/?p=15</guid>
		<description><![CDATA[Having issues with mount.cifs and permissions? Read on.....]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve had an issue using mount.cifs from the command line in linux to mount shares, on Ubuntu Linux (as a client).</p>
<p>The problem was, mounting a samba share using CIFS and using only the samba username/password would render the entire mount unwriteable, except by root.</p>
<p>The dead simple solution to this is as follows.</p>
<p>Instead of doing just this:</p>
<blockquote><p>mount.cifs //&lt;server&gt;/&lt;share&gt; -ouser=&lt;username&gt;,pass=&lt;password&gt;</p></blockquote>
<p>Try this:</p>
<blockquote><p>mount.cifs //&lt;server&gt;/&lt;share&gt; -ouid=&lt;localuser&gt;,gid=&lt;localgroup&gt;,user=&lt;username&gt;,pass=&lt;password&gt;</p></blockquote>
<p>So if your samba username is joe.bloggs, and your username and group on your local machine are just &#8220;joe&#8221;, you&#8217;d do this:</p>
<blockquote><p>mount.cifs //&lt;server&gt;/&lt;share&gt; -ouid=joe,gid=joe,user=joe.bloggs,pass=&lt;password&gt;</p></blockquote>
<p>This simply tells CIFS that user &#8216;joe&#8217; on the local machine should be the owner of the mounted share, and then subject to whatever permissions the samba server has set.</p>
<p>Easy as!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardwalker.com.au/2008/12/02/mountcifs-and-permissions-problems-under-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LinkedIn</title>
		<link>http://www.richardwalker.com.au/2008/10/20/linkedin/</link>
		<comments>http://www.richardwalker.com.au/2008/10/20/linkedin/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 07:23:39 +0000</pubDate>
		<dc:creator>Richard Walker</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Networking (social/business)]]></category>
		<category><![CDATA[connecting]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.richardwalker.com.au/?p=10</guid>
		<description><![CDATA[So for the first time EVER I've actually decided to take a decent look at LinkedIn. It's a great way to connect with other people, personally and professionally, and to showcase your profession, skills and experience.]]></description>
			<content:encoded><![CDATA[<p>So for the first time EVER I&#8217;ve actually decided to take a decent look at LinkedIn.</p>
<p>I can see why people would find it useful&#8230;. it&#8217;s a great way to find out things about people you&#8217;ve just started working with, prospective employers and employees alike&#8230;. only small issue is that of validation, i.e. being able to qualify or dispute someone&#8217;s association with your business.</p>
<p>All in all though, it looks like a great tool so I&#8217;ll certainly give it a spin and see how I go.</p>
<p>Find me at <a title="Richard Walker on LinkedIn" href="http://www.linkedin.com/in/richardwalker81" target="_blank">LinkedIn</a>.</p>
<p>On another topic&#8230;&#8230; in two weeks, I&#8217;m going to be a dad. Kristina and I are expecting a baby boy on November 3rd. Stay tuned for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.richardwalker.com.au/2008/10/20/linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
