<?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>OrangeSwarm &#187; Server</title>
	<atom:link href="http://www.setupswarm.com/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.setupswarm.com</link>
	<description>A dark place on the interwebs</description>
	<lastBuildDate>Fri, 27 Aug 2010 12:11:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ubuntu DHCP Server</title>
		<link>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server</link>
		<comments>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:42:10 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=147</guid>
		<description><![CDATA[Ok, after screwing around with Firestarter and DHCP several times on Ubuntu, I figured I&#8217;d write up my experiences on how to get it working correctly on the first try (with DHCP, I might add, as that&#8217;s where most of my problems came in). Install Requirements sudo apt-get install firestarter dhcp3-server Configuring NICs Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, after screwing around with Firestarter and DHCP several times on Ubuntu, I figured I&#8217;d write up my experiences on how to get it working correctly on the first try (with DHCP, I might add, as that&#8217;s where most of my problems came in).</p>
<p><span id="more-147"></span></p>
<p><strong>Install Requirements</strong></p>
<blockquote><p><code>sudo apt-get install firestarter dhcp3-server</code></p></blockquote>
<p><strong>Configuring NICs</strong><br />
Make sure that your internal network card is assigned a static IP address in a range that you will use for you internal network.<br />
To do this, go to System -&gt; Administration -&gt; Networking. Once there, go into the properties for the network card you will use for your internal/routed network (it will quite likely be disabled) and set it up as you deem necessary.<br />
As a basic example, set the IP address to 192.168.0.1, and the subnet mask to 255.255.255.0. Leave the gateway empty.</p>
<p><strong>Small Fix</strong><br />
To fix the problem where Firestarter cannot locate the DHCP daemon init script: From within a terminal type and run the following command (creating a symbolic link to fix the mis-reference; this is a simple alternative to editing Firestarter&#8217;s init script).</p>
<blockquote><p><code>sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd</code></p></blockquote>
<p>This fixes the problem where Firestarter will sometimes say something along the lines of &#8220;An unknown error occured&#8221; when DHCP is enabled within its configuration. Sometimes the firewall will start anyway, but DHCP will remain off.</p>
<p><strong>Configuring DHCP</strong><br />
Configure the interfaces on which DHCP will be listening Edit your /etc/default/dhcp3-server file (using a text editor running as root, or by logging in and running &#8220;sudo vi /etc/default/dhcp3-server&#8221;). The only variable in there by default is &#8220;INTERFACES&#8221;, which will have a null value. Set it to your internal network interface. For example:</p>
<blockquote><p><code># Defaults for dhcp initscript<br />
# sourced by /etc/init.d/dhcp<br />
# installed at /etc/default/dhcp3-server by the maintainer scripts<br />
#<br />
# This is a POSIX shell fragment<br />
#<br />
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?<br />
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".<br />
INTERFACES="eth0"</code></p></blockquote>
<p>Write the file and exit.</p>
<p><strong>Run Firestarter</strong><br />
If this is your first time running Firestarter, the wizard should appear. If not, simply click Firewall -&gt; Wizard from within Firestarter.<br />
Select your external (Internet-connected) device when it asks, and make sure to specify whether or not the address is obtained via DHCP. Click the &#8220;Forward&#8221; button, check the &#8220;Enable Internet connection sharing&#8221; box, select your internal network card, and check the box for &#8220;Enable DHCP for local network&#8221;. Drop down the &#8220;DHCP server details&#8221; and enter the range of IPs you would like for it to dynamically assign.<br />
Make sure they are in the same range as the static IP you set for your internal network card, also, for the DNS server field, you MUST supply an address &#8211; &#8220;&#8221; will *NOT* work. Simply look at your /etc/resolv.conf file if you need inspiration.<br />
Click &#8220;Forward&#8221;, check the &#8220;Start firewall now&#8221; box, and click &#8220;Save&#8221;.</p>
<p><strong>Conclusion</strong><br />
It took me a while to pinpoint the causes of various small problems I was having getting it to play nicely with DHCP, but I finally got it down and figured I&#8217;d share my experiences. Please let me know if you have any suggestions (I know I clumped everything together for that last step, but c&#8217;mon, it&#8217;s a wizard&#8230; It&#8217;s pretty freaking simple).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/linux/ubuntu-dhcp-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call of Duty 4 &#8211; Server</title>
		<link>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-4-server</link>
		<comments>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-4-server#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:07:01 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Installation Guides]]></category>
		<category><![CDATA[call of duty]]></category>
		<category><![CDATA[COD]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=381</guid>
		<description><![CDATA[This is a great server guide, but feedback would be sweet so i can improve it. In this tutorial I want to show you how to setup a COD4 server to play online against your friends. It will be a private COD4 Server better known as a cracked server. I just want to play with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This is a great server guide, but feedback would be sweet so i can improve it. In this tutorial I want to show you how to setup a COD4 server to play online against your friends. It will be a private COD4 Server better known as a cracked server. I just want to play with my friends so i don&#8217;t really care about the legal issues involved. Make sure it is legal in your country to run a private server before making one, though the chance you care if you are reading this is about the same chance as you being a transvestite wearing a bunny outfit.<span id="more-381"></span></p>
<p style="text-align: center;"><strong>A Heroin Original</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/mFb11-a2sIw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/mFb11-a2sIw"></embed></object></p>
<p>Ok Obviously we are going to need a couple of things so get the following stuff downloaded.</p>
<ul>
<li>COD4 install files</li>
<li>COD4 patches</li>
<li>COD4 serial</li>
<li>COD4 cracks</li>
</ul>
<p>Where oh where can you get these files. Bittorent obviously. Use your favorite torrent tracker to get the COD4 iso. Once you  have it mount it using your favorite mounting software. In my case it would be something like this <a href="http://www.mininova.org/tor/1157649" target="_blank">torrent</a> then mounting it with DaemonTools. Then just install that iso like there is no tomorrow. If it asks for a serial explore the contents of the CD which might contain a .nfo file. Open the .nfo with notepad and it will display some information including a serial (most of the time anyway)</p>
<p>Ok so now you need to patch it..  well you dont have too.., but why use something old? So download the patches. I prefer using gamershell.com but there are plenty of sites where u can get the patches. I needed patch 1.6 and 1.7</p>
<p>When those are done downloading and you patched COD4 you should have COD4 installed and the current version. Try to play the game. I dare u. Wont work eh? something about a bitch ass CD or whatever it begs for? Well you are going to need crack my dear sir. Not the smokable kind but the .exe kind. Obviously let me link u.. I would go to http://gamecopyworld.com and go to the COD4 directory. Download the Private Windows Server no wait patch for your COD4 version. In my case i downloaded Call of Duty 4 v1.7 PRIVATE WINDOWS SERVER &amp; NO-WAIT PATCH #1.</p>
<p>When its downloaded extract the iw3mp and place it in your COD4 folder. It will ask you if you want to overwrite the current file. Yah u do so press yah. Ok You could play online on other cracked servers at this point. You can even go ingame and do Create a Server and your friends can join (whether they have a legal game or not).</p>
<p>To create a dedicated server you need to add some parameters (shit) to a shortcut. So make a shortcut of the iw3mp.exe in your COD4 folder place it anywhere u want (desktop probably). Then right click it and select Properties. In the Shortcut Tab you will see a TARGET: field. you have to add the following AFTER the last &#8221; thing.</p>
<p><span style="color: #3366ff;">+set dedicated 2 +set sv_punkbuster 0 +map_rotate</span></p>
<p>Mine looks like this when finished:</p>
<p><span style="color: #3366ff;">&#8220;C:\Program Files\Call of Duty 4 &#8211; Modern Warfare\iw3mp.exe&#8221; +set dedicated 2 +set sv_punkbuster 0 +exec server.cfg +map_rotate</span></p>
<p>Now when you run the shortcut it will create a dedicated server!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-4-server/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Call of Duty 5 &#8211; Server</title>
		<link>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-5-server</link>
		<comments>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-5-server#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:28:59 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Installation Guides]]></category>
		<category><![CDATA[call of duty]]></category>
		<category><![CDATA[COD]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/wordpress/?p=387</guid>
		<description><![CDATA[This isn&#8217;t the first OrangeSwarm.com Server guide, but  feedback would be sweet. In this tutorial i want to show you how to setup a COD5 server to play online against your friends. It is very similar to the COD4 server tutorial. Both games have the same engine so that makes sense i think.. This game [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t the first OrangeSwarm.com Server guide, but  feedback would be sweet. In this tutorial i want to show you how to setup a COD5 server to play online against your friends. It is very similar to the COD4 server tutorial. Both games have the same engine so that makes sense i think.. This game has some sick multiplayer mojo going on. I mean i loved COD1 but this.. unexplainable.<span id="more-387"></span></p>
<p style="text-align: center;"><strong>A Heroin Original</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/F4OJT_LZMGc&amp;hl=nl&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/F4OJT_LZMGc&amp;hl=nl&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Ok Obviously we are going to need a couple of things so get the following stuff downloaded.</p>
<ul>
<li>COD5 install files</li>
<li>COD5 patches</li>
<li>COD5 serial</li>
<li>COD5 cracks</li>
</ul>
<p>Where oh where can you get these files. Bittorent anyone? Use your favorite torrent tracker to get the COD5 iso. Alternatively you could buy the game. Whatever floats your boat. I prefer to buy games when i play them more then once.</p>
<p>Ok so now you need to patch it..  well you don&#8217;t have too.., but why use something old? So download the patches. I prefer using gamershell.com but there are plenty of sites where u can get the patches. I needed patch 1.1<br />
When those are done downloading and you patched COD5 you should have COD5 installed and the current version. You need to apply no cd cracks. You can get the NOCD crack for your COD5 version at <a href="http://m0025.gamecopyworld.com/games/pc_call_of_duty_5.shtml" target="_blank">GameCopyWorld</a> Click that URL and download &#8220;<em>Call of Duty: World at War v1.1 PRIVATE SERVER PATCH</em>&#8221; or the 1.0 patch depending on your version. Download and open the .z7 file (which you can open with <a href="http://rarlabs.com" target="_blank">winrar</a>] or any other unpacking software.</p>
<p>Extract the .exe from the file you downloaded and place it on your game directory eg. &#8220;<em>C:\Program Files\Activision\Call of Duty &#8211; World at War</em>&#8221;</p>
<p>To create a dedicated server you need to add some parameters (shit) to a shortcut. So make a shortcut of the CoDWaWmp.exe in your COD5 folder place it anywhere u want (desktop probably). Then right click it and select Properties. In the Shortcut Tab you will see a TARGET: field. you have to add the following AFTER the last &#8221; thing.</p>
<p>Add this:<br />
<span style="color: #3366ff;">+set dedicated 2 +exec server.cfg +map_rotate</span></p>
<p>Mine looks like this when finished:</p>
<p><span style="color: #3366ff;">&#8220;C:\Program Files\Activision\Call of Duty &#8211; World at War\CoDWaWmp.exe&#8221; +set dedicated 2 +exec server.cfg +map_rotate</span></p>
<p>Now when you run the shortcut it will create a dedicated server!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/games/installation-guides/call-of-duty-5-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ushare</title>
		<link>http://www.setupswarm.com/main/software/ushare</link>
		<comments>http://www.setupswarm.com/main/software/ushare#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:33:52 +0000</pubDate>
		<dc:creator>Heroin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[upnp]]></category>
		<category><![CDATA[ushare]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://www.setupswarm.com/?p=703</guid>
		<description><![CDATA[Ushare is a very wonderful application for sharing media across your network. Recently i purchased a xbox360 and it has the ability to stream movies from my PC to my flatscreen TV. However, the xbox360 does not make use of samba/windows file sharing SMB/CIFS protocol which mean you will need some sort of additional software [...]]]></description>
			<content:encoded><![CDATA[<p>Ushare is a very wonderful application for sharing media across your network. Recently i purchased a xbox360 and it has the ability to stream movies from my PC to my flatscreen TV. However, the xbox360 does not make use of samba/windows file sharing SMB/CIFS protocol which mean you will need some sort of additional software to stream to it.<span id="more-703"></span></p>
<p><a href="http://www.setupswarm.com/wp-content/uploads/ushare.jpg"><img class="aligncenter size-thumbnail wp-image-710" title="ushare" src="http://www.setupswarm.com/wp-content/uploads/ushare-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Due to the fact that I use Ubuntu linux i can not make use of Windows Media Player 11 acting as a UPNP server. There are various ways to setup this type of server but i found that nearly all of them sucked in some aspect, most often they were just to complex for what i was trying to do. I tried the following UPNP servers:</p>
<ul>
<li><a href="http://ushare.geexbox.org/">Ushare</a></li>
<li><a href="http://tversity.com/">TVersity</a></li>
<li><a href="http://mediatomb.cc/">MediaTomb</a></li>
<li><a href="http://sourceforge.net/projects/x360mediaserve/">X360MeditServe</a></li>
<li><a href="http://www.gnu.org/software/gmediaserver/">GMediaServer</a></li>
</ul>
<p>TVersity provides the best all around solution, including transcoding. Transcoding is more or less the holy grail xbox wise. However i did not get it to work so i just plain abandoned trying it. MediaTomb looks like a real profesional method for sharing media using UPNP but it was just way to complex for my taste.</p>
<p>Finally i found ushare which is a small and simple upnp server which does what i want, when i want! In Ubuntu it is very simple to install all you need to do is entering the following command</p>
<p>sudo apt-get install ushare</p>
<p>After which you you need to edit the configuration file. The main thing you would want to chance is the server name and the media-location. I have specified more then one location but I don&#8217;t see those files. Anyway enter the following command to edit the configuration file in Ubuntu (Gnome, for Kubuntu enter kedit instead of gedit)</p>
<p>sudo gedit /etc/ushare.conf</p>
<p>When you are done editing the configuration file to your harts content save it and prepare for awesomeness! When you want to stream to your XBOX360 you need to add a little parameter (option) when starting ushare. Enter the following command:</p>
<p>ushare -x</p>
<p>That is all you need to do to get it to work. Might sound like it is complex in comparison to a windows installer, but it requires just a little bit more input and though from the users which in return yield a better working program. If you don&#8217;t get the installer to work feel free to post here. Here is the installer <a href="http://nexus172.wordpress.com/2009/04/26/how-to-stream-video-to-your-xbox360-using-ubuntu-ushare/">guide</a> i used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.setupswarm.com/main/software/ushare/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
