I have set up a 12.04 LTS ubuntu headless server 64 bit.
This is my network interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The basic eth0 network interface
auto eth0
#iface eth0 inet dhcp
# static IP
iface eth0 inet static
address 146.11.90.234
netmask 255.255.255.0
gateway 146.11.90.1
dns-nameservers 146.11.115.200
I can do ping www.google.com from inside the server. However, I am unable to access https repositories when I try to use composer.
I know the proxy server allows me to use all protocols via www.xxxx.com:8080
Please advise.
*.pac
script, but use http://www.whatismyproxy.com/ or similar to detect the exact proxy server and ports used, and then configure the browsers manually to use that. – landroni Jan 26 '14 at 08:28