My Ubuntu 11.10 Server: a work in progress.
December 10, 2011 Leave a comment
Up and running again, this time I used Ubuntu 11.10 and this tutorial. I am a little on the fence about ISP Config but the server set up works alright. The hesitation regarding the ISP Config 3 is the documentation costs 5 euros or you must subscribe to sourceforge. I dont ike these types of shady sales tactics. Its like a mechanic replacing your oil for free and then charging you $50.00 for the oil filter. Or like when Cox cable gets you all set up for free HBO but doesn’t tell you that its only free for 90 days, at the end of that 90 days the full price is $45 a month. This is OK I choose the cheaper more time consuming and difficult route. I choose to just figure it out on my own, with the pay to play documentation. I will probably have many posts in the future about this learning experience. For now I present just a couple of quick tips. Instead of invoking init.d scripts which have been converted to upstart jobs:
instead of
sudo /etc/init.d/apache2 restart
Use
sudo service apache2 restart
or sudo service ssh restart
Y
The tutorial for ISPconfig 3 is in depth and very well put together, even if you have very little experience with Linux, you can copy and paste the commands using favorite Terminal Emulator and an ssh connection to the remote host. Also using multiple monitors helps the ease of reading the instructions and the output from the terminal.
There is an initial problem with squirrel mail log in, I have yet to explore the issue, but I will at a further date and I will post.
My Ubuntu server is behind a Smooth wall express firewall “smoothie” which provides the dns and DHCP for my internal lan. Acompanied by a couple of netgear switches, and I have a rock solid LAN, for dirt cheap. I just used an old Compag presario, upgraded the ram to 512 mb, picked up a few nic cards for 4.99 each, because a firewall has to have more than one network interface. Once the hardware was ready I just followed the official installation guide. Installation was simple and painless.You can follow the two hyper links to the installation guides.
First I logged into my smoothie admin portal by typing 192.168.1.1.:81 then I navigate to Services>static dns
Next you just input the ip address of the server you would like to access, then a short memorable name, check enabled and click add
thats it now try it out.
,
Open up your faviorite web browser: type the shortname you chose for me it looks like this 
check out the url. This makes things super quick. this only works in your home lan obviously you cannot just go to the internet cafe and access your home vpn with your static dns entry. for that you can use something like no-ip or any other dynamic dns.
This makes it incredibly easy for ssh access or sftp access which I use frequently.
Hope this might help someone out and I will post more about the dynamic dns set up I use at a later date.
* in reguards to the ISPconfig “Copyright © 2011 Falko Timme
All Rights Reserved. “
