Цитата:
|
Сообщение от XIII
Я каждый день теперь через виплаин сижу, скачивать сложновато,а по сайтам гулять отлично
|
Ну можно и качать примерно следующим образом:
#lftp
pget -n 20
http://site.com/file.zip
То бишь качать в 20 потков, скорость скачивания получил 60 кбайт/сек.
Цитата:
|
Сообщение от mexx
Lampus, у меня не получилось пптп завести
|
Вот мой скрипт для pppd (класть в /etc/ppp/peers/kvpnc.WipLine):
Цитата:
# name of tunnel, used to select lines in secrets files
remotename WipLine
# name of tunnel, used to name /var/run pid file
linkname kvpnc.WipLine
# name of tunnel, passed to ip-up scripts
ipparam kvpnc.WipLine
# data stream for pppd to use
pty "pptp --loglevel 2 vpn.wpl.ru --nolaunchpppd"
# domain and username, used to select lines in secrets files
name unlimUsername
# disable MPPE encryption
nomppe
# we do not require the peer to authenticate itself
noauth
# enable debug
debug
kdebug 1
# we want to see what happen
nodetach
# lock the device
lock
# Dont use BSD compression
nobsdcomp
# Dont use deflate method
nodeflate
# set defaultroute
defaultroute
# userdefined MTU
#mtu 1300
# userdefined MRU
#mru 1000
|
Дозвон тупо командой:
#pppd call kvpnc.WipLine