Jump to content

Recommended Posts

Posted

I've downloaded the Turnkey Linux Wordpress appliance so I can create a wordpress site to play with without actually putting it on our webspace.

It runs on Ubuntu server 8.04 on VMware player.

The problem I'm having is I can't work out how to set up our proxy on it so Ubuntu will see the internet.

Anyone got any idea how to do this?

 

thanks

  • Thanks 1
Posted
This link to my website will help.... although it's proxy support for the aptitude application, I think this will sort it for you

 

That works when I come out of the appliance, so I can update Ubuntu using apt-get update, for example. But when I restart the server so the appliance restarts, it does not have the proxy settings (works fine at home though!).

ta

Posted

there are some nice server setups there....

Will have to install some my self. shame there is no 2008 R2 server replacement lol.

  • Thanks 1
Posted
You need to add your proxy details to the file

 

/etc/apt/apt.conf

 

Add these lines to the file:

Acquire::http::proxy "http://domain\username:password@proxy_ip_address:port_no/";
Acquire::https::proxy "http://domain\username:password@proxy_ip_address:port_no/";

 

You can add an ftp entry if your proxy allows ftp.

 

Obviously substitute your domain, username, password, proxy ip and proxy port.

 

Thanks for that, but at the risk of sounding thick(!), how do I add the lines to the file?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...