Omg, okay, Sorry, I tried installing Debian, It took eight hours, And still
didn't install properly, So, I'm using Ubuntu. I will try the things you listed
below, I'll probably need my friend to help me set up both machines together.
Also, How does one start netsukuku, And connect to the internet at the same
time? My friend helps me with teamviewer, And I am thinking of installing
netsukuku on my host HP laptop. He would lose connection as soon as netsukuku
started right? Or maybe, If we tunnel through the internet, We could connect
via teamviewer? That is only if teamviewer is peer to peer though, hmmm.
________________________________
From: Yussi <[email protected]>
To: Netsukuku discussion list <[email protected]>
Sent: Wednesday, May 15, 2013 8:59:50 AM
Subject: [Netsukuku] OK...
For netsukuku vala:
deps:
valac >=0.14
libgee-dev
libpth-dev
libgcrypt11-dev
recommended:
bzr #see https://savannah.nongnu.org/bzr/?group=netsukuku
howto:
#clone vala ntk repository
bzr branch bzr://bzr.savannah.nongnu.org/netsukuku/vala netsukuku-vala
cd netsukuku-vala
./configure
makeĀ #got a lot of warnings here
make install
usage:
ntkd -i tunnel1 -i wireless -i eth0 -i whatever-interface
For messing around
apt-get install openvpn bridge-utils
#make a tunnel interface
sudo openvpn --mktun --dev tap0 --user `id -un`
#check it's there
ifconfig tap0
#make a bridge interface
brctl addbr br0
#check it's there
ifconfig br0
#add tunnel if to bridge
brctl addif br0 tap0
#start ntkd on the bridge (won't work on tap0 ?!?)
ntkd -i br0
#watch it
tcpdump -i br0
more or less...
_______________________________________________
Netsukuku mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku
_______________________________________________
Netsukuku mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku