How to update FreeBSD via proxy

Source: Internet
Author: User
Article Title: how to update FreeBSD through proxy online. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. If you have a FreeBSD, and you want to connect cvsup to the latest src after Microsoft's ISA or ms proxy, try:
1) first, cvsup needs to be compiled and installed using ports,
Installed using pkg_add, cannot run through runsocks
Cd/usr/ports/net/cvsup-without-gui
Make all install distclean

2) compile and install socks
Cd/usr/ports/net/socks5/
Make all install clean
Socks Source File:
Http://andy.rz.uni-karlsruhe.de /~ Andy/source/Host/proxy/src/socks5-v1.0r11.tar.gz

3) configure socks (/usr/local/etc/libsocks5.conf)
Socks includes server and client applications.
You only need to configure the socks client.
My/usr/local/etc/libsocks5.conf content is as follows:
Noproxy-192.168 .--
Socks4---192.168.1.1: 1080
For more information, see man libsocks5.conf.

4) run cvsup
Runsocks cvsup-g-L 2 stable-supfile
The host in stable-supfile must use an IP address. I failed to use the domain name.


Socks connections:
Http://www.socks.nec.com/reference/socks5.html
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.