bonjour

mon domU n'arrive pas a sortir de la machine ;(

j'ai une machine virtuelle (obelix) a l'adresse
- eth0 10.1.1.2

le dom0 (manix)
- vif8.0 10.1.1.129
- eth0 XX.215.7.134

une autre machine (fantome3)
- eth0 XX.215.7.136

depuis manix je ping
- fantome3
- obelix

depuis obelix je ping le dom0 sur
- vif8.0 10.1.1.129
- eth0 XX.215.7.134


route sur manix
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
manix ~ # route -n
Table de routage IP du noyau
Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface
10.1.1.2        0.0.0.0         255.255.255.255 UH    0      0        0 vif8.0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         XX.215.7.1     0.0.0.0         UG    0      0        0 eth0
Quand je fais un telnet depuis obelix vers fantome3 ça arrive sur manix
(obelix ~ # telnet XX.215.7.136 22)

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
manix ~ # tcpdump -vvAn -i eth0 port 22
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 68 bytes
15:20:35.253179 IP (tos 0x10, ttl 63, id 64555, offset 0, flags [DF], proto TCP (6), length 60) 10.1.1.2.33397 > XX.215.7.136.22: S 2994744057:2994744057(0) win 5840 <mss 1460,sackOK,timestamp 120530[|tcp]>
E..<.+@.?...
........u....*.........S..........
......
15:20:35.253583 IP (tos 0x10, ttl 62, id 64555, offset 0, flags [DF], proto TCP (6), length 60) 10.1.1.2.33397 > XX.215.7.136.22: S 2994744057:2994744057(0) win 5840 <mss 1460,sackOK,timestamp 120530[|tcp]>
E..<.+@.>...
........u....*.........S..........
......






manix ~ # tcpdump -vvAn -i vif8.0 port 22
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
tcpdump: listening on vif8.0, link-type EN10MB (Ethernet), capture size 68 bytes
15:21:21.027720 IP (tos 0x10, ttl 64, id 11876, offset 0, flags [DF], proto TCP (6), length 60) 10.1.1.2.33398 > XX.215.7.136.22: S 3052151324:3052151324(0) win 5840 <mss 1460,sackOK,timestamp 134264[|tcp]>
E..<.d@.@.e.
........v....".........#..........
...x..
Cordialement

trax