Jump to content

Fog Issues


Guest GarnierSkinNaturals

Recommended Posts

Guest GarnierSkinNaturals
Posted (edited)

Hello I am new to edugeek and trialing FOG and or MDT as part of a new imaging system for Windows 7.

 

However I am stuck on FOG which is the latest version. Ubuntu is the latest stable version.

 

The issue is I can't seem to get connectivity. I have assigned a static IP address, dns, blabla. I have addedd proxy/user/pass to the system wide settings though not through any command lines. On installation of FOG it gets stuck on Apache and does not install. I think this is due to no network, even though I can ping it. Any suggestions?

Edited by GarnierSkinNaturals
Posted (edited)

If you have internet access but apt can't connect try creating the file /etc/apt.conf and the proxy definition there:

 

Acquire {
Retries "0";
HTTP {
Proxy "http://my.proxy.com:port";
};
};

Edited by morganw
Guest GarnierSkinNaturals
Posted

Unable to get internet through mozzilla. But thanks I will try that.

 

If you have internet access but apt can't connect try creating the file /etc/apt.conf and the proxy definition there:

 

Acquire {
Retries "0";
HTTP {
Proxy "http://my.proxy.com:port";
};
};

Guest GarnierSkinNaturals
Posted
Firefox has it's own proxy settings, try just opening a terminal and typing "ping google.com"

 

Yup put in proxy settings there no net still.

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...