<?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: Running DirectAdmin On Amazon EC2 Linux- Solved!</title>
	<atom:link href="http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/</link>
	<description>Fully Managed Dedicated Servers</description>
	<lastBuildDate>Wed, 16 Mar 2011 08:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Shai Mishali</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-18716</link>
		<dc:creator>Shai Mishali</dc:creator>
		<pubDate>Wed, 16 Mar 2011 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-18716</guid>
		<description>First of all thanks for the detailed guide!
I&#039;ve started trying the same thing on ubuntu 

Fixed the setup.sh file with the first sed you gave 
Then fixed the eth0:0 interface with my ip address

ifconfig output:

eth0:0    Link encap:Ethernet  HWaddr 12:31:3e:00:ec:e6
          inet addr:**.**.46.55  Bcast:50.255.255.255  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1


And than executed this:

cd /usr/local/directadmin/scripts; while [ true ]; do sed -i &#039;s/--bind-address=\$IP//; s/--bind-address=\${3}//;&#039; *.sh &gt; /dev/null &gt; 2&amp;&gt;1; sleep 10; done &amp; sh /home/ubuntu/setup.sh user license host.com eth0:0 *.*.46.55


But unfortunately it outputs &quot;You are not authorized to download the update package with that client id and license id for this IP address. Please email sales@directadmin.com&quot;

Am i doing something wrong?

Thank you! 
Shai</description>
		<content:encoded><![CDATA[<p>First of all thanks for the detailed guide!<br />
I&#8217;ve started trying the same thing on ubuntu </p>
<p>Fixed the setup.sh file with the first sed you gave<br />
Then fixed the eth0:0 interface with my ip address</p>
<p>ifconfig output:</p>
<p>eth0:0    Link encap:Ethernet  HWaddr 12:31:3e:00:ec:e6<br />
          inet addr:**.**.46.55  Bcast:50.255.255.255  Mask:255.255.255.255<br />
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</p>
<p>And than executed this:</p>
<p>cd /usr/local/directadmin/scripts; while [ true ]; do sed -i &#8216;s/&#8211;bind-address=\$IP//; s/&#8211;bind-address=\${3}//;&#8217; *.sh &gt; /dev/null &gt; 2&amp;&gt;1; sleep 10; done &amp; sh /home/ubuntu/setup.sh user license host.com eth0:0 *.*.46.55</p>
<p>But unfortunately it outputs &#8220;You are not authorized to download the update package with that client id and license id for this IP address. Please email <a href="mailto:sales@directadmin.com">sales@directadmin.com</a>&#8221;</p>
<p>Am i doing something wrong?</p>
<p>Thank you!<br />
Shai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goh</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-18558</link>
		<dc:creator>John Goh</dc:creator>
		<pubDate>Sat, 26 Feb 2011 11:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-18558</guid>
		<description>great article. ;)</description>
		<content:encoded><![CDATA[<p>great article. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-17750</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-17750</guid>
		<description>What do you do if you get this after running the whole command?



sed -i &#039;s/--bind-address=\$IP//; s/--bind-address=\${3}//;&#039; *.sh &gt; /dev/null &gt; 2&amp;&gt;1; sleep 10;done &amp; sh setup.sh 11111 22222 host.domain.com eth0:1  0.0.0.0
-bash: syntax error near unexpected token `done&#039;</description>
		<content:encoded><![CDATA[<p>What do you do if you get this after running the whole command?</p>
<p>sed -i &#8216;s/&#8211;bind-address=\$IP//; s/&#8211;bind-address=\${3}//;&#8217; *.sh &gt; /dev/null &gt; 2&amp;&gt;1; sleep 10;done &amp; sh setup.sh 11111 22222 host.domain.com eth0:1  0.0.0.0<br />
-bash: syntax error near unexpected token `done&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-15104</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Sat, 18 Dec 2010 17:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-15104</guid>
		<description>I&#039;m sorry I&#039;m new to EC2... how do you setup Directadmin to work with an EBS?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry I&#8217;m new to EC2&#8230; how do you setup Directadmin to work with an EBS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JS</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-5832</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Tue, 11 May 2010 16:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-5832</guid>
		<description>Anybody face this issue after reboot the DA doesn&#039;t work?</description>
		<content:encoded><![CDATA[<p>Anybody face this issue after reboot the DA doesn&#8217;t work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UNIXy</title>
		<link>http://blog.unixy.net/2009/06/running-directadmin-on-amazon-ec2-linux-solved/comment-page-1/#comment-2546</link>
		<dc:creator>UNIXy</dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unixy.net/?p=15#comment-2546</guid>
		<description>The static public IP is the IP facing the Internet and not the private IP. As for the host name, you can just make one up but be sure to save it (hostname server.hostname.com).

Cheers</description>
		<content:encoded><![CDATA[<p>The static public IP is the IP facing the Internet and not the private IP. As for the host name, you can just make one up but be sure to save it (hostname server.hostname.com).</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.244 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-04 16:18:57 -->

