$ sudo apt-get install hellanzb
$ sudo vim /etc/hellanzb.conf
#configure server like :
defineServer(id = 'newszilla6.xs4all.nl',
hosts = [ 'localhost:1191' ],
#hosts = [ 'news.changeme.com', 'morenews.changeme.com:8000' ],
username = None, # no auth
password = None,
connections = 4,
antiIdle = 4.5 * 60, # 4 minutes, 30 seconds, 0 to disable
#bindTo = '204.31.33.7', # connect FROM this ip address
#enabled = False, # disable this server
#skipGroupCmd = False, # skip sending nntp GROUP commands
#fillserver = 0, # defaults to 0 (a main server).
# fillservers must have values > 0
# (priority)
ssl = False
)
# if u want configure the download path :
Hellanzb.PREFIX_DIR = '/mnt/sdb1/'
> before running start the ipv6 tunnel :
$ 6tunnel 1191 newszilla6.xs4all.nl 119
# create the tunnel per instructions in previous post
> bonus install gui from : http://www.lottanzb.org/
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Showing posts with label nzb. Show all posts
Showing posts with label nzb. Show all posts
Saturday, May 16, 2009
how to install hellanzb on ubuntu linux with ipv6
Thursday, May 14, 2009
how to install nzbperl on ubuntu
sudo apt-get install libxml-dom-perl libterm-readkey-perl uudeview
sudo apt-get install libio-socket-inet6-perl
wget http://noisybox.net/computers/nzbperl/nzbperl.pl
wget http://noisybox.net/computers/nzbperl/nzbperlrc.sample
Thursday, May 7, 2009
how to download nzb free with ubuntu linux ipv6
Download Sabnzbd, I currently use a premade deb from http://www.mbastiaan.nl/sabnzbd.php
install with :
sudo dpkg -i sanzb...
run as application :
sabnzbd -b 0 -s 0.0.0.0:8080
run as daemon :
sabnzbd -b 0 -s 0.0.0.0:8080 -d
Add news servers :
News Host Size Retention Connections Speed
-----------------------------------------------------------
news.ipv6.eweka.nl 400+Tb 120 days 4 20mbit/s
newszilla6.xs4all.nl 40+Tb 18 days 3 150kb/s
reader.ipv6.xsnews.nl 107 days 10 20mbit/s
signup at IPv6 Test
Get more servers @ http://www.ubuntu-unleashed.com/2009/03/howto-easily-get-free-newsgroup-access.html
Wednesday, May 6, 2009
How to setup tspc ipv6-ipv4 tunnel thru NAT on ubuntu linux
sudo apt-get install tspc
sudo vim /etc/tsp/tspc.conf
#Find the userid line and enter your useid for freenet6, then find the passwd line and enter your #password you set, then set the server as broker.freenet6.net
#Like this:
userid=your-name
server=broker.freenet6.net
passwd=your-password
server=montreal.freenet6.net
#or
server=amsterdam.freenet6.net
try :
tunnel_mode=v6anyv4
#or
tunnel_mode=v6udpv4
retry_delay=3
keepalive=yes
keepalive_interval=1
if_prefix=eth0
----- 8< ----- 8< -----
sudo /etc/init.d/tspc stop
sudo /etc/init.d/tspc start
check ipv6 connection :
ping6 -n ipv6.google.com
Subscribe to:
Posts (Atom)