Первым делом решил поставить mc - комфорт прежде всего
Галочки расставил так:
Код: Выделить всё
│ │ [X] UTF8 Build with UTF8 support │ │
│ │ [ ] SLANG Build with SLang library │ │
│ │ [X] ICONV Build with iconv recoding │ │
│ │ [ ] NLS Build with NLS support │ │
│ │ [X] EDIT Build with internal editor │ │
│ │ [ ] X11 Build with X11 library │ │
│ │ [X] SUBSHELL Build with subshell support │ │
│ │ [X] SAMBA Build with Samba support │ │
Код: Выделить всё
ee /etc/make.conf
Код: Выделить всё
FETCH_ENV=HTTP_PROXY=login:password@192.168.1.7:3128
FETCH_ENV=FTP_PROXY=login:password@192.168.1.7:3128
Код: Выделить всё
на сервере с интернетом прямым:
voip# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/perl/perl-5.8.9.tar.bz2
на моеу машине:
motiw# cd /usr/ports/distfiles/perl
motiw# fetch http://192.168.1.1/perl-5.8.9.tar.bz2
perl-5.8.9.tar.bz2 100% of 10 MB 11 MBps
motiw# cd /usr/ports/misc/mc
motiw# make install clean
Код: Выделить всё
FETCH_ENV=HTTP_PROXY=http://login:password@192.168.1.7:3128/
Код: Выделить всё
motiw# rehash
motiw# mc
Сервер предназначен для системы документооборота - начинаю разворачивать
Код: Выделить всё
motiw# fetch http://192.168.1.1/Motiw-3.8.2-FreeBSD6.tar.bz2
Motiw-3.8.2-FreeBSD6.tar.bz2 100% of 281 MB 10 MBps 00m00s
motiw# tar -xzf Motiw-3.8.2-FreeBSD6.tar.bz2