Hi all. I've been thinking of moving to FreeBSD from Linux for a while now and wanted to try it out first. I wanted a bit of a challenge rather than a ready made desktop version, hence the choice of FreeBSD rather than PC-BSD.
I installed the latest stable version as a virtual machine. The problem is I am trying this at work behind a company firewall, but I do have a proxy IP address I can use to get through it.
If I try to use the ports method to install stuff, it tries to connect to the interweb to update first and fails. I can't use pkg as that is not installed either.
I have followed this guide that suggests editing /etc/profiles and adding the following if using sh
or this if using csh/tcsh
I rebooted the virtual machine just in case, but it made no difference. When I have used a Linux OS and set a system wide proxy address, it worked ok without having to touch the default network settings in the virtual machine i.e. NAT
Any help is greatly appreciated.
I installed the latest stable version as a virtual machine. The problem is I am trying this at work behind a company firewall, but I do have a proxy IP address I can use to get through it.
If I try to use the ports method to install stuff, it tries to connect to the interweb to update first and fails. I can't use pkg as that is not installed either.
I have followed this guide that suggests editing /etc/profiles and adding the following if using sh
HTTP_PROXY=http://...:port
export HTTP_PROXY
or this if using csh/tcsh
setenv HTTP_PROXY http://...:port
I rebooted the virtual machine just in case, but it made no difference. When I have used a Linux OS and set a system wide proxy address, it worked ok without having to touch the default network settings in the virtual machine i.e. NAT
Any help is greatly appreciated.