<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000271.html"> 
	<title>WiFi workarounds</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000271.html</link>
	<description>When travelling be sure you&apos;ve got contingency services available. Ben Hammersley&apos;s travelling and discovers the WiFi provider is blocking port...</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-04-18T08:31:26-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000271.html</dc:identifier>
	<dc:language>en-us</dc:language>

	 
	<dc:subject>Geek</dc:subject>

	

	<slash:comments>2</slash:comments> 
	<thr:children>
		<rdf:Seq> 
			<rdf:li rdf:resource="http://www.ideaspace.net/users/wkearney/archives/entries/000271.html#c65" /><rdf:li rdf:resource="http://www.ideaspace.net/users/wkearney/archives/entries/000271.html#c66" /> 
		</rdf:Seq>
	</thr:children>

	
	
	
	<dcterms:abstract>When travelling be sure you&apos;ve got contingency services available. Ben Hammersley&apos;s travelling and discovers the WiFi provider is blocking port...</dcterms:abstract> 
	<dcterms:created>2003-04-18T08:31:26-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>When travelling be sure you've got contingency services available. <a title="Ben Hammersley.com" href="http://www.benhammersley.com/archives/004551.html#004551">Ben Hammersley</a>'s travelling and discovers the WiFi provider is blocking port 25 traffic.  Thus Ben can't use his own SMTP servers while in this network.  I've run into this myself and I have a workaround.</p>]]></mt:body>
	<mt:excerpt>When travelling be sure you&apos;ve got contingency services available. Ben Hammersley&apos;s travelling and discovers the WiFi provider is blocking port...</mt:excerpt> 
	<mt:more><![CDATA[<p>What I do is run an SMTP server on a different port.  I run it on port 80.  This way I can tell my mail software to use port 80 and everything keeps working.  Most network environments, wireless or not, will pass port 80 traffic.  This lets my traffic out, to my remote server and off from there.  It does require configuring said box and using one that's not already running something legitmate on port 80 (like apache).  But this is a great application for an old Pentium 133mHz box.  </p>

<p>Alternatively, many networks won't block ports above 1024.  Put your remote server on some random port number above that (up to 65535) and use that instead.  YMMV, of course.</p>

<p>A word of caution, it's generally a BAD idea to use regular POP, SMTP and IMAP over wireless links.  The traffic is sent in clear text when you use these protocols.  So anyone sniffing the airwaves will <strong>SEE</strong> your <strong>PASSWORD</strong> as clear text.  <em>This is bad</em>.  When you use secured forms the passwords aren't in the clear.  The packets can be picked up but breaking the passwords is more complicated.  It's not impossible, however.  </p>

<p>So when you use a WiFi network, even with WeP and secured services, be <strong>SURE</strong> to change your passwords when you get back home.  No sense in leaving them set to something a hacker could come back and attack days or even months later.</p>]]></mt:more>
	<mt:keywords></mt:keywords> 
	<mt:entryID>271</mt:entryID>

	<mt:entryPrev>270</mt:entryPrev>
	<mt:entryNext>273</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000270.html.xml" title="weblogger navel gazing gone bad" />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000273.html.xml" title="Have some respect for your own privacy" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>