Projet agregation » Historique » Version 8
« Précédent -
Version 8/225
(diff) -
Suivant » -
Version actuelle
Jocelyn Dealande, 28/10/2011 18:27
Projet agregation¶
- Bibliographie du projet
- http://pad.rhizome-fai.net/U7HSgxYvDM | Le code du tunnel tun réalisé avec python
- http://lists.tetaneutral.net/listinfo/projet-agregation
- http://chiliproject.tetaneutral.net/issues/16
Test de tunproxy.py¶
On utilise tunproxy.py. Entre 2 machines- client-adsl (une machine chez nous)
- gateway (la VM)
Sur la gateway (= VM ttn)¶
Démarrer le tunnel, il crée lui-même une interface toto0 (détruite à la sortie).
./tunproxy.py -s 6000 ifconfig toto0 10.0.0.1/24
Sur le client¶
./tunproxy.py -c rhizome-fai.tetaneutral.net:6000 ifconfig toto0 10.0.0.2/24
Tout le trafic vers les adresses en 10.0.0.x passera par le tunnel.
- http://lists.tetaneutral.net/listinfo/projet-agregation
- http://chiliproject.tetaneutral.net/issues/16
Journal (Ã partir du 28 oct)¶
28 oct.¶
- Initiation python (découverte pour Yanick)
- Commentaire intégral du tunproxy.py et premiers tests de ce dernier
- ping ok (+1ms)
- iperf à travers le tunnel : BP ~= celle de l'uplink ADSL. Le dernier datagrame ne reçoit pas d'ACK
[ 3] local 10.0.0.2 port 50191 connected with 10.0.0.1 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec [ 3] Sent 893 datagrams [ 3] WARNING: did not receive ack of last datagram after 10 tries.