Internet passerelle debian sur plusieurs vlan ?

Bon dans l’immédiat et pour tenter de résoudre le soucis je vais partir chez moi sur cette config de test, après ça ne devrais pas être compliquer d’adapter les choses en fonction de la demande.
Chez moi je suis sur une box Free V6.

Donc voici sur la debian la config :
module 8021p activé dans /etc/modules
ip forward également dans /etc/sysctl.conf (ip_forward à 1 et dés-commenter)
les interfaces :

[code]# This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

The loopback network interface

auto lo
iface lo inet loopback

The primary network interface

allow-hotplug eth1
iface eth1 inet dhcp

The secondary network interfaces

allow-hotplug eth0
iface eth0 inet static
address 192.168.11.2
netmask 255.255.255.0
broadcast 192.168.11.255

auto vlan2
iface vlan2 inet static
address 192.168.12.1
netmask 255.255.255.0
broadcast 192.168.12.255
vlan_raw_device eth0
[/code]

Maintenant le switch :
la config actuel dedans :

[code]VID : 1 VLAN Name : default
VLAN TYPE : static Advertisement : Enabled
Member ports : 1-24,26
Static ports : 1-24,26
Current Tagged ports :
Current Untagged ports : 1-24,26
Static Tagged ports :
Static Untagged ports : 1-24,26
Forbidden ports :

VID : 2 VLAN Name : Demo
VLAN TYPE : static Advertisement : Enabled
Member ports : 25-26
Static ports : 25-26
Current Tagged ports : 26
Current Untagged ports : 25
Static Tagged ports : 26
Static Untagged ports : 25
Forbidden ports :

Total Entries : 2[/code]

Je suis passer à mon ordi linux car je finissais par en avoir marre de sont windows.
j’ai configurer la carte réseau de mon portable en IP = 192.168.12.5 netmask = 255.255.255.0 passerelle = 192.168.12.1 pour les dns j’ai tentai en utilisant ceux que tu m’avais donner mais rien n’y change au résultat final, je suis rester avec ceux de mon FAI : 212.27.40.240.

Pour les question de haleth :

Je ping aussi bien l’ip de mon interface Eth0 que Eth1 (celle où la box est branché en DHCP) par contre je ne ping pas l’IP de ma box (192.168.1.254)

[code]quentin@quentin-ThinkPad-L520:~$ ping 192.168.11.2
PING 192.168.11.2 (192.168.11.2) 56(84) bytes of data.
64 bytes from 192.168.11.2: icmp_seq=1 ttl=64 time=2.04 ms
64 bytes from 192.168.11.2: icmp_seq=2 ttl=64 time=0.307 ms
64 bytes from 192.168.11.2: icmp_seq=3 ttl=64 time=0.307 ms
64 bytes from 192.168.11.2: icmp_seq=4 ttl=64 time=0.304 ms
64 bytes from 192.168.11.2: icmp_seq=5 ttl=64 time=0.307 ms
64 bytes from 192.168.11.2: icmp_seq=6 ttl=64 time=0.288 ms
64 bytes from 192.168.11.2: icmp_seq=7 ttl=64 time=0.307 ms
^C
— 192.168.11.2 ping statistics —
15 packets transmitted, 7 received, 0% packet loss, time 14000ms
rtt min/avg/max/mdev = 0.288/0.420/2.041/0.433 ms

quentin@quentin-ThinkPad-L520:~$ ping 192.168.1.48
PING 192.168.1.48 (192.168.1.48) 56(84) bytes of data.
64 bytes from 192.168.1.48: icmp_seq=1 ttl=64 time=0.313 ms
64 bytes from 192.168.1.48: icmp_seq=2 ttl=64 time=0.272 ms
64 bytes from 192.168.1.48: icmp_seq=3 ttl=64 time=0.303 ms
64 bytes from 192.168.1.48: icmp_seq=4 ttl=64 time=0.310 ms
64 bytes from 192.168.1.48: icmp_seq=5 ttl=64 time=0.305 ms
64 bytes from 192.168.1.48: icmp_seq=6 ttl=64 time=0.287 ms
64 bytes from 192.168.1.48: icmp_seq=7 ttl=64 time=0.302 ms
^C
— 192.168.1.48 ping statistics —
7 packets transmitted, 7 received, 0% packet loss, time 5998ms
rtt min/avg/max/mdev = 0.272/0.298/0.313/0.026 ms

quentin@quentin-ThinkPad-L520:~$ ping 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
^C
— 192.168.1.254 ping statistics —
5 packets transmitted, 0 received, 100% packet loss, time 4031ms

quentin@quentin-ThinkPad-L520:~$ [/code]

Comme dit ci dessus je test chez moi avec une Freebox v6, j’adapterais les config en fonction de la demande.
Quoi qu’il en sois non je ne ping pas ma box :

quentin@quentin-ThinkPad-L520:~$ ping 192.168.1.254 PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data. ^C --- 192.168.1.254 ping statistics --- 5 packets transmitted, 0 received, 100% packet loss, time 4031ms

Encore moins :

quentin@quentin-ThinkPad-L520:~$ ping 192.0.43.8 PING 192.0.43.8 (192.0.43.8) 56(84) bytes of data. ^C --- 192.0.43.8 ping statistics --- 6 packets transmitted, 0 received, 100% packet loss, time 5038ms

Idem

quentin@quentin-ThinkPad-L520:~$ ping iana.org ^C quentin@quentin-ThinkPad-L520:~$

Voila :

quentin@quentin-ThinkPad-L520:~$ sudo tcpdump -i any -n -e [sudo] password for quentin: tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes 13:17:14.867918 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 70: 127.0.0.1.52842 > 127.0.1.1.53: 46335+ A? iana.org. (26) 13:17:14.868045 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 70: 192.168.12.5.15217 > 212.27.40.240.53: 8991+ A? iana.org. (26) 13:17:19.636816 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 76: 127.0.0.1.38906 > 127.0.0.1.7634: Flags [S], seq 765296580, win 43690, options [mss 65495,sackOK,TS val 1725251 ecr 0,nop,wscale 7], length 0 13:17:19.636834 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 56: 127.0.0.1.7634 > 127.0.0.1.38906: Flags [R.], seq 0, ack 765296581, win 0, length 0 13:17:19.873171 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 70: 127.0.0.1.52842 > 127.0.1.1.53: 46335+ A? iana.org. (26) 13:17:19.873255 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 70: 192.168.12.5.15217 > 212.27.40.240.53: 8991+ A? iana.org. (26) 13:17:19.879668 Out 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 44: Request who-has 192.168.12.1 tell 192.168.12.5, length 28 13:17:19.879918 In 00:14:c2:54:25:fb ethertype ARP (0x0806), length 62: Reply 192.168.12.1 is-at 00:14:c2:54:25:fb, length 46 13:17:20.598602 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.53952 > 127.0.1.1.53: 49252+ A? ip.tupeux.com. (31) 13:17:20.598756 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.56126 > 212.27.40.240.53: 27566+ A? ip.tupeux.com. (31) 13:17:20.598919 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.53952 > 127.0.1.1.53: 7892+ AAAA? ip.tupeux.com. (31) 13:17:20.599009 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.6819 > 212.27.40.240.53: 37806+ AAAA? ip.tupeux.com. (31) 13:17:24.878369 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 70: 127.0.0.1.56342 > 127.0.1.1.53: 20193+ A? iana.org. (26) 13:17:24.878470 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 70: 192.168.12.5.48699 > 212.27.40.240.53: 45165+ A? iana.org. (26) 13:17:25.601248 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.53952 > 127.0.1.1.53: 49252+ A? ip.tupeux.com. (31) 13:17:25.601408 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.56126 > 212.27.40.240.53: 27566+ A? ip.tupeux.com. (31) 13:17:25.601504 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.53952 > 127.0.1.1.53: 7892+ AAAA? ip.tupeux.com. (31) 13:17:25.601547 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.6819 > 212.27.40.240.53: 37806+ AAAA? ip.tupeux.com. (31) 13:17:30.602073 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.33611 > 127.0.1.1.53: 21281+ A? ip.tupeux.com. (31) 13:17:30.602212 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.33611 > 127.0.1.1.53: 16781+ AAAA? ip.tupeux.com. (31) 13:17:30.602223 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.62249 > 212.27.40.240.53: 10638+ A? ip.tupeux.com. (31) 13:17:30.602270 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.1601 > 212.27.40.240.53: 33162+ AAAA? ip.tupeux.com. (31) 13:17:33.180611 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 1, length 64 13:17:34.179720 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 2, length 64 13:17:35.179688 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 3, length 64 13:17:35.607411 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.33611 > 127.0.1.1.53: 21281+ A? ip.tupeux.com. (31) 13:17:35.607500 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.62249 > 212.27.40.240.53: 10638+ A? ip.tupeux.com. (31) 13:17:35.607530 In 00:00:00:00:00:00 ethertype IPv4 (0x0800), length 75: 127.0.0.1.33611 > 127.0.1.1.53: 16781+ AAAA? ip.tupeux.com. (31) 13:17:35.607567 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.1601 > 212.27.40.240.53: 33162+ AAAA? ip.tupeux.com. (31) 13:17:36.179707 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 4, length 64 13:17:37.179712 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 5, length 64 13:17:38.179714 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 6, length 64 13:17:39.179710 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 7, length 64 13:17:40.179695 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 8, length 64 13:17:41.179711 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 9, length 64 13:17:42.179712 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 10, length 64 13:17:43.179706 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 11, length 64 13:17:44.179714 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 12, length 64 13:17:45.179711 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 13, length 64 13:17:46.179692 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 14, length 64 13:17:47.179693 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 15, length 64 13:17:48.179713 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.0.43.8: ICMP echo request, id 12311, seq 16, length 64 13:17:49.191666 Out 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 44: Request who-has 192.168.12.1 tell 192.168.12.5, length 28 13:17:49.191933 In 00:14:c2:54:25:fb ethertype ARP (0x0806), length 62: Reply 192.168.12.1 is-at 00:14:c2:54:25:fb, length 46 13:17:57.577596 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 1, length 64 13:17:58.585802 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 2, length 64 13:17:59.593808 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 3, length 64 13:18:00.601809 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 4, length 64 13:18:01.609815 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 5, length 64 13:18:02.617812 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 6, length 64 13:18:03.625814 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 7, length 64 13:18:04.635159 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 8, length 64 13:18:05.641758 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 9, length 64 13:18:06.649774 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 10, length 64 13:18:07.657808 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 11, length 64 13:18:08.665809 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 12, length 64 13:18:09.673785 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 13, length 64 13:18:10.681807 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 14, length 64 13:18:11.689811 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 15, length 64 13:18:12.697762 Out 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 12987, seq 16, length 64 ^C 60 packets captured 73 packets received by filter 0 packets dropped by kernel quentin@quentin-ThinkPad-L520:~$

Une idée … tu as bien activé l’IP forward ?
Après avoir modifié le fichier /etc/sysctl.conf, tu as bien fait un sysctl -p ?
/proc/sys/net/ipv4/ip_forward contient bien 1 ?

[quote=“haleth”]Une idée … tu as bien activé l’IP forward ?
Après avoir modifié le fichier /etc/sysctl.conf, tu as bien fait un sysctl -p ?
/proc/sys/net/ipv4/ip_forward contient bien 1 ?[/quote]

Oui :

root@btserv3:~# tail /proc/sys/net/ipv4/ip_forward
1
root@btserv3:~# 

Visiblement c’est donc activé.

Y’a un truc que je comprends pas, ton tcpdump montre bien les paquets qui sortent, mais pas ceux qui rentrent

Que veux tu que je te dise je n’en sais pas plus j’ai marquer tout ce que j’ai fais…
Maintenant je veux bien filé l’accès SSH pour voir les choses sur le serveur mois aussi je ne comprends pas, où alors c’est mes réglage du client en static qui n’est pas bon avec des mauvais dns.

Mon soucis ne se règle pas et mon client m’a gueuler cette aprem car j’ai décommander, j’espère que d’ici demain matin j’aurais trouver solution car il me demande de monter la chose demain.

Merci d’avance de votre aide.

La règle iptables est bien présente sur le routeur, à vérifier avec [mono]iptables-save[/mono] ?

Concernant la configuration du switch, je suppose que le serveur/routeur est sur le port 26 et le poste client sur le port 25 ?

Normal, puisque ça ne marche pas. Ça ne nous apprend rien. Il fallait exécuter tcpdump sur le serveur/routeur pour voir ce qui entre d’un côté et ressort de l’autre, pas sur le poste client.

Hello,

Voici ce que me dit iptables-save :

[code]root@btserv3:~# iptables-save

Generated by iptables-save v1.4.8 on Fri May 30 16:49:29 2014

*filter
:INPUT ACCEPT [20:2323]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [5:608]
COMMIT

Completed on Fri May 30 16:49:29 2014

root@btserv3:~#
[/code]

Sinon oui serveur/routeur est sur le port 26 et le client sur le port 25 du switch.

Voici ce que donne tcpdump sur le serveur/routeur :

root@btserv3:~# tcpdump -i any -n -e not host 192.168.1.37 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes 16:57:24.039862 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 92: 192.168.1.48.123 > 212.83.131.33.123: NTPv4, Client, length 48 16:57:24.070642 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 92: 212.83.131.33.123 > 192.168.1.48.123: NTPv4, Server, length 48 16:57:26.952110 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 76: 78.47.218.56.42315 > 192.168.1.48.12000: Flags [S], seq 235244435, win 14600, options [mss 1460,sackOK,TS val 3990917903 ecr 0,nop,wscale 7], length 0 16:57:26.952123 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 56: 192.168.1.48.12000 > 78.47.218.56.42315: Flags [R.], seq 0, ack 235244436, win 0, length 0 16:57:29.036159 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Request who-has 192.168.1.254 tell 192.168.1.48, length 28 16:57:29.036312 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Reply 192.168.1.254 is-at 00:24:d4:9b:0b:f4, length 46 16:57:33.187514 B 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 66: 0x0000: 0000 0806 0001 0800 0604 0001 001f 16c1 ................ 0x0010: 938d c0a8 0c05 0000 0000 0000 c0a8 0c01 ................ 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0x0030: 0000 .. 16:57:33.187514 B 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 62: Request who-has 192.168.12.1 tell 192.168.12.5, length 46 16:57:33.187523 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Reply 192.168.12.1 is-at 00:14:c2:54:25:fb, length 28 16:57:33.187527 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0002 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 001f 16c1 938d c0a8 0c05 %............... 16:57:33.187614 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 71: 0x0000: 0000 0800 4500 0033 b913 4000 4011 b7ed ....E..3..@.@... 0x0010: c0a8 0c05 d41b 28f0 d0af 0035 001f 29e6 ......(....5..). 0x0020: 5cef 0100 0001 0000 0000 0000 056c 6f63 \............loc 0x0030: 616c 0000 0600 01 al..... 16:57:33.187614 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 67: 192.168.12.5.53423 > 212.27.40.240.53: 23791+ SOA? local. (23) 16:57:33.187620 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 67: 192.168.12.5.53423 > 212.27.40.240.53: 23791+ SOA? local. (23) 16:57:33.700988 M 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 76: 0x0000: 0000 86dd 6000 0000 0010 3aff fe80 0000 ....`.....:..... 0x0010: 0000 0000 021f 16ff fec1 938d ff02 0000 ................ 0x0020: 0000 0000 0000 0000 0000 0002 8500 2653 ..............&S 0x0030: 0000 0000 0101 001f 16c1 938d ............ 16:57:33.700988 M 00:1f:16:c1:93:8d ethertype IPv6 (0x86dd), length 72: fe80::21f:16ff:fec1:938d > ff02::2: ICMP6, router solicitation, length 16 16:57:37.703007 M 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 76: 0x0000: 0000 86dd 6000 0000 0010 3aff fe80 0000 ....`.....:..... 0x0010: 0000 0000 021f 16ff fec1 938d ff02 0000 ................ 0x0020: 0000 0000 0000 0000 0000 0002 8500 2653 ..............&S 0x0030: 0000 0000 0101 001f 16c1 938d ............ 16:57:37.703007 M 00:1f:16:c1:93:8d ethertype IPv6 (0x86dd), length 72: fe80::21f:16ff:fec1:938d > ff02::2: ICMP6, router solicitation, length 16 16:57:38.185138 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 71: 0x0000: 0000 0800 4500 0033 b914 4000 4011 b7ec ....E..3..@.@... 0x0010: c0a8 0c05 d41b 28f0 d0af 0035 001f 29e6 ......(....5..). 0x0020: 5cef 0100 0001 0000 0000 0000 056c 6f63 \............loc 0x0030: 616c 0000 0600 01 al..... 16:57:38.185138 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 67: 192.168.12.5.53423 > 212.27.40.240.53: 23791+ SOA? local. (23) 16:57:38.185143 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 67: 192.168.12.5.53423 > 212.27.40.240.53: 23791+ SOA? local. (23) 16:57:41.709138 M 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 76: 0x0000: 0000 86dd 6000 0000 0010 3aff fe80 0000 ....`.....:..... 0x0010: 0000 0000 021f 16ff fec1 938d ff02 0000 ................ 0x0020: 0000 0000 0000 0000 0000 0002 8500 2653 ..............&S 0x0030: 0000 0000 0101 001f 16c1 938d ............ 16:57:41.709138 M 00:1f:16:c1:93:8d ethertype IPv6 (0x86dd), length 72: fe80::21f:16ff:fec1:938d > ff02::2: ICMP6, router solicitation, length 16 16:57:43.299211 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b915 4000 4011 b7e2 ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 c7f9 0035 0028 1b67 ......(....5.(.g 0x0020: bc9b 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 0001 0001 .ubuntu.com..... 16:57:43.299211 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32) 16:57:43.299217 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32) 16:57:43.299222 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b916 4000 4011 b7e1 ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 67cb 0035 0028 33f8 ......(.g..5.(3. 0x0020: 041e 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 001c 0001 .ubuntu.com..... 16:57:43.299222 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.26571 > 212.27.40.240.53: 1054+ AAAA? ntp.ubuntu.com. (32) 16:57:43.299226 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.26571 > 212.27.40.240.53: 1054+ AAAA? ntp.ubuntu.com. (32) 16:57:48.298922 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b917 4000 4011 b7e0 ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 c7f9 0035 0028 1b67 ......(....5.(.g 0x0020: bc9b 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 0001 0001 .ubuntu.com..... 16:57:48.298922 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32) 16:57:48.298928 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32) 16:57:48.298933 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b918 4000 4011 b7df ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 67cb 0035 0028 33f8 ......(.g..5.(3. 0x0020: 041e 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 001c 0001 .ubuntu.com..... 16:57:48.298933 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.26571 > 212.27.40.240.53: 1054+ AAAA? ntp.ubuntu.com. (32) 16:57:48.298937 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.26571 > 212.27.40.240.53: 1054+ AAAA? ntp.ubuntu.com. (32) 16:57:53.301608 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b919 4000 4011 b7de ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 5d2b 0035 0028 1c05 ......(.]+.5.(.. 0x0020: 26cc 0100 0001 0000 0000 0000 036e 7470 &............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 0001 0001 .ubuntu.com..... 16:57:53.301608 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.23851 > 212.27.40.240.53: 9932+ A? ntp.ubuntu.com. (32) 16:57:53.301615 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.23851 > 212.27.40.240.53: 9932+ A? ntp.ubuntu.com. (32) 16:57:53.301620 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b91a 4000 4011 b7dd ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 ca24 0035 0028 2200 ......(..$.5.(". 0x0020: b3bc 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 001c 0001 .ubuntu.com..... 16:57:53.301620 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.51748 > 212.27.40.240.53: 46012+ AAAA? ntp.ubuntu.com. (32) 16:57:53.301624 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.51748 > 212.27.40.240.53: 46012+ AAAA? ntp.ubuntu.com. (32) 16:57:55.193411 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 76: 78.47.218.56.42337 > 192.168.1.48.12000: Flags [S], seq 3660920544, win 14600, options [mss 1460,sackOK,TS val 3990924963 ecr 0,nop,wscale 7], length 0 16:57:55.193420 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 56: 192.168.1.48.12000 > 78.47.218.56.42337: Flags [R.], seq 0, ack 3660920545, win 0, length 0 16:57:58.300159 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Request who-has 192.168.1.254 tell 192.168.1.48, length 28 16:57:58.300318 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Reply 192.168.1.254 is-at 00:24:d4:9b:0b:f4, length 46 16:57:58.304366 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b91b 4000 4011 b7dc ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 5d2b 0035 0028 1c05 ......(.]+.5.(.. 0x0020: 26cc 0100 0001 0000 0000 0000 036e 7470 &............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 0001 0001 .ubuntu.com..... 16:57:58.304366 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.23851 > 212.27.40.240.53: 9932+ A? ntp.ubuntu.com. (32) 16:57:58.304371 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.23851 > 212.27.40.240.53: 9932+ A? ntp.ubuntu.com. (32) 16:57:58.304376 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b91c 4000 4011 b7db ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 ca24 0035 0028 2200 ......(..$.5.(". 0x0020: b3bc 0100 0001 0000 0000 0000 036e 7470 .............ntp 0x0030: 0675 6275 6e74 7503 636f 6d00 001c 0001 .ubuntu.com..... 16:57:58.304376 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.51748 > 212.27.40.240.53: 46012+ AAAA? ntp.ubuntu.com. (32) 16:57:58.304380 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.51748 > 212.27.40.240.53: 46012+ AAAA? ntp.ubuntu.com. (32) 16:58:03.306933 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 66: 0x0000: 0000 0806 0001 0800 0604 0001 001f 16c1 ................ 0x0010: 938d c0a8 0c05 0000 0000 0000 c0a8 0c01 ................ 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0x0030: 0000 .. 16:58:03.306933 In 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 62: Request who-has 192.168.12.1 tell 192.168.12.5, length 46 16:58:03.306944 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Reply 192.168.12.1 is-at 00:14:c2:54:25:fb, length 28 16:58:03.306947 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0002 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 001f 16c1 938d c0a8 0c05 %............... 16:58:04.719433 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa4 4000 4001 42ad ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 ee17 0869 0001 .............i.. 0x0020: 7c9c 8853 0b8b 0600 0809 0a0b 0c0d 0e0f |..S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:04.719433 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 1, length 64 16:58:04.719459 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 1, length 64 16:58:04.719463 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e396 0000 4001 feba ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 f617 0869 0001 .............i.. 0x0020: 7c9c 8853 0b8b 0600 0809 0a0b 0c0d 0e0f |..S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:05.717950 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa5 4000 4001 42ac ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 d41a 0869 0002 .............i.. 0x0020: 7d9c 8853 2487 0600 0809 0a0b 0c0d 0e0f }..S$........... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:05.717950 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 2, length 64 16:58:05.717958 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 2, length 64 16:58:05.717961 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e397 0000 4001 feb9 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 dc1a 0869 0002 .............i.. 0x0020: 7d9c 8853 2487 0600 0809 0a0b 0c0d 0e0f }..S$........... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:06.717342 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa6 4000 4001 42ab ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 581a 0869 0003 ..........X..i.. 0x0020: 7e9c 8853 9f86 0600 0809 0a0b 0c0d 0e0f ~..S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:06.717342 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 3, length 64 16:58:06.717349 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 3, length 64 16:58:06.717353 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e398 0000 4001 feb8 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 601a 0869 0003 ..........`..i.. 0x0020: 7e9c 8853 9f86 0600 0809 0a0b 0c0d 0e0f ~..S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:07.716890 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa7 4000 4001 42aa ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 4819 0869 0004 ..........H..i.. 0x0020: 7f9c 8853 ae86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:07.716890 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 4, length 64 16:58:07.716898 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 4, length 64 16:58:07.716901 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e399 0000 4001 feb7 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5019 0869 0004 ..........P..i.. 0x0020: 7f9c 8853 ae86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:08.716413 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa8 4000 4001 42a9 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 4b18 0869 0005 ..........K..i.. 0x0020: 809c 8853 aa86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:08.716413 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 5, length 64 16:58:08.716421 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 5, length 64 16:58:08.716424 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39a 0000 4001 feb6 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5318 0869 0005 ..........S..i.. 0x0020: 809c 8853 aa86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:09.715921 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fa9 4000 4001 42a8 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 5917 0869 0006 ..........Y..i.. 0x0020: 819c 8853 9b86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:09.715921 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 6, length 64 16:58:09.715929 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 6, length 64 16:58:09.715931 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39b 0000 4001 feb5 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 6117 0869 0006 ..........a..i.. 0x0020: 819c 8853 9b86 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:09.717160 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Request who-has 192.168.12.5 tell 192.168.12.1, length 28 16:58:09.717164 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0001 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 0000 0000 0000 c0a8 0c05 %............... 16:58:09.717301 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 66: 0x0000: 0000 0806 0001 0800 0604 0002 001f 16c1 ................ 0x0010: 938d c0a8 0c05 0014 c254 25fb c0a8 0c01 .........T%..... 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0x0030: 0000 .. 16:58:09.717301 In 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 62: Reply 192.168.12.5 is-at 00:1f:16:c1:93:8d, length 46 16:58:10.715461 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5faa 4000 4001 42a7 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 4c16 0869 0007 ..........L..i.. 0x0020: 829c 8853 a786 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:10.715461 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 7, length 64 16:58:10.715469 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 7, length 64 16:58:10.715472 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39c 0000 4001 feb4 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5416 0869 0007 ..........T..i.. 0x0020: 829c 8853 a786 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:11.524131 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 76: 78.47.218.56.42349 > 192.168.1.48.12000: Flags [S], seq 138708946, win 14600, options [mss 1460,sackOK,TS val 3990929045 ecr 0,nop,wscale 7], length 0 16:58:11.524138 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 56: 192.168.1.48.12000 > 78.47.218.56.42349: Flags [R.], seq 0, ack 138708947, win 0, length 0 16:58:11.714985 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fab 4000 4001 42a6 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 4d15 0869 0008 ..........M..i.. 0x0020: 839c 8853 a586 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:11.714985 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 8, length 64 16:58:11.714992 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 8, length 64 16:58:11.714995 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39d 0000 4001 feb3 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5515 0869 0008 ..........U..i.. 0x0020: 839c 8853 a586 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:12.714515 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fac 4000 4001 42a5 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 4914 0869 0009 ..........I..i.. 0x0020: 849c 8853 a886 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:12.714515 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2153, seq 9, length 64 16:58:12.714523 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2153, seq 9, length 64 16:58:12.714526 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39e 0000 4001 feb2 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5114 0869 0009 ..........Q..i.. 0x0020: 849c 8853 a886 0600 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:16.529848 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Request who-has 192.168.1.48 tell 192.168.1.254, length 46 16:58:16.529854 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Reply 192.168.1.48 is-at 00:14:c2:54:25:fa, length 28 16:58:20.872657 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b91d 4000 4011 b7db ....E..;..@.@... 0x0010: c0a8 0c05 d41b 28f0 d611 0035 0027 267a ......(....5.'&z 0x0020: f691 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 0100 01 tupeux.com..... 16:58:20.872657 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.54801 > 212.27.40.240.53: 63121+ A? ip.tupeux.com. (31) 16:58:20.872662 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.54801 > 212.27.40.240.53: 63121+ A? ip.tupeux.com. (31) 16:58:20.872728 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b91e 4000 4011 b7da ....E..;..@.@... 0x0010: c0a8 0c05 d41b 28f0 e3e0 0035 0027 8e18 ......(....5.'.. 0x0020: 6624 0100 0001 0000 0000 0000 0269 7006 f$...........ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 1c00 01 tupeux.com..... 16:58:20.872728 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.58336 > 212.27.40.240.53: 26148+ AAAA? ip.tupeux.com. (31) 16:58:20.872732 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.58336 > 212.27.40.240.53: 26148+ AAAA? ip.tupeux.com. (31) 16:58:25.875758 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b91f 4000 4011 b7d9 ....E..;..@.@... 0x0010: c0a8 0c05 d41b 28f0 d611 0035 0027 267a ......(....5.'&z 0x0020: f691 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 0100 01 tupeux.com..... 16:58:25.875758 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.54801 > 212.27.40.240.53: 63121+ A? ip.tupeux.com. (31) 16:58:25.875764 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.54801 > 212.27.40.240.53: 63121+ A? ip.tupeux.com. (31) 16:58:25.875769 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b920 4000 4011 b7d8 ....E..;..@.@... 0x0010: c0a8 0c05 d41b 28f0 e3e0 0035 0027 8e18 ......(....5.'.. 0x0020: 6624 0100 0001 0000 0000 0000 0269 7006 f$...........ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 1c00 01 tupeux.com..... 16:58:25.875769 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.58336 > 212.27.40.240.53: 26148+ AAAA? ip.tupeux.com. (31) 16:58:25.875772 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.58336 > 212.27.40.240.53: 26148+ AAAA? ip.tupeux.com. (31) 16:58:30.280712 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fad 4000 4001 42a4 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 537a 0b89 0001 ..........Sz.... 0x0020: 969c 8853 8f08 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:30.280712 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 1, length 64 16:58:30.280719 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 1, length 64 16:58:30.280722 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e39f 0000 4001 feb1 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 5b7a 0b89 0001 ..........[z.... 0x0020: 969c 8853 8f08 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:30.878164 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b921 4000 4011 b7d7 ....E..;.!@.@... 0x0010: c0a8 0c05 d41b 28f0 16c6 0035 0027 3497 ......(....5.'4. 0x0020: a7c0 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 0100 01 tupeux.com..... 16:58:30.878164 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.5830 > 212.27.40.240.53: 42944+ A? ip.tupeux.com. (31) 16:58:30.878170 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.5830 > 212.27.40.240.53: 42944+ A? ip.tupeux.com. (31) 16:58:30.878216 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b922 4000 4011 b7d6 ....E..;."@.@... 0x0010: c0a8 0c05 d41b 28f0 24b8 0035 0027 bf4e ......(.$..5.'.N 0x0020: f416 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 1c00 01 tupeux.com..... 16:58:30.878216 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.9400 > 212.27.40.240.53: 62486+ AAAA? ip.tupeux.com. (31) 16:58:30.878220 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.9400 > 212.27.40.240.53: 62486+ AAAA? ip.tupeux.com. (31) 16:58:31.279232 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fae 4000 4001 42a3 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 3d7d 0b89 0002 ..........=}.... 0x0020: 979c 8853 a404 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:31.279232 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 2, length 64 16:58:31.279240 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 2, length 64 16:58:31.279242 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a0 0000 4001 feb0 ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 457d 0b89 0002 ..........E}.... 0x0020: 979c 8853 a404 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:32.277761 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5faf 4000 4001 42a2 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 2180 0b89 0003 ..........!..... 0x0020: 989c 8853 bf00 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:32.277761 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 3, length 64 16:58:32.277769 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 3, length 64 16:58:32.277772 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a1 0000 4001 feaf ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 2980 0b89 0003 ..........)..... 0x0020: 989c 8853 bf00 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:33.277099 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fb0 4000 4001 42a1 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 de7f 0b89 0004 ................ 0x0020: 999c 8853 0100 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:33.277099 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 4, length 64 16:58:33.277106 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 4, length 64 16:58:33.277109 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a2 0000 4001 feae ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 e67f 0b89 0004 ................ 0x0020: 999c 8853 0100 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:34.276624 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fb1 4000 4001 42a0 ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 dd7e 0b89 0005 ...........~.... 0x0020: 9a9c 8853 0100 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:34.276624 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 5, length 64 16:58:34.276632 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 5, length 64 16:58:34.276634 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a3 0000 4001 fead ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 e57e 0b89 0005 ...........~.... 0x0020: 9a9c 8853 0100 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:35.276156 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fb2 4000 4001 429f ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 da7d 0b89 0006 ...........}.... 0x0020: 9b9c 8853 0300 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:35.276156 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 6, length 64 16:58:35.276163 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 6, length 64 16:58:35.276166 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a4 0000 4001 feac ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 e27d 0b89 0006 ...........}.... 0x0020: 9b9c 8853 0300 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:35.876158 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Request who-has 192.168.1.254 tell 192.168.1.48, length 28 16:58:35.876334 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Reply 192.168.1.254 is-at 00:24:d4:9b:0b:f4, length 46 16:58:35.881256 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b923 4000 4011 b7d5 ....E..;.#@.@... 0x0010: c0a8 0c05 d41b 28f0 16c6 0035 0027 3497 ......(....5.'4. 0x0020: a7c0 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 0100 01 tupeux.com..... 16:58:35.881256 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.5830 > 212.27.40.240.53: 42944+ A? ip.tupeux.com. (31) 16:58:35.881262 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.5830 > 212.27.40.240.53: 42944+ A? ip.tupeux.com. (31) 16:58:35.881292 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 79: 0x0000: 0000 0800 4500 003b b924 4000 4011 b7d4 ....E..;.$@.@... 0x0010: c0a8 0c05 d41b 28f0 24b8 0035 0027 bf4e ......(.$..5.'.N 0x0020: f416 0100 0001 0000 0000 0000 0269 7006 .............ip. 0x0030: 7475 7065 7578 0363 6f6d 0000 1c00 01 tupeux.com..... 16:58:35.881292 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 75: 192.168.12.5.9400 > 212.27.40.240.53: 62486+ AAAA? ip.tupeux.com. (31) 16:58:35.881296 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 75: 192.168.12.5.9400 > 212.27.40.240.53: 62486+ AAAA? ip.tupeux.com. (31) 16:58:36.275681 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fb3 4000 4001 429e ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 da7c 0b89 0007 ...........|.... 0x0020: 9c9c 8853 0200 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:36.275681 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 7, length 64 16:58:36.275688 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 7, length 64 16:58:36.275691 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a5 0000 4001 feab ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 e27c 0b89 0007 ...........|.... 0x0020: 9c9c 8853 0200 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:37.275211 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 5fb4 4000 4001 429d ....E..T_.@.@.B. 0x0010: c0a8 0c05 c0a8 0b02 0800 d87b 0b89 0008 ...........{.... 0x0020: 9d9c 8853 0300 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:37.275211 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.11.2: ICMP echo request, id 2953, seq 8, length 64 16:58:37.275218 Out 00:14:c2:54:25:fb ethertype IPv4 (0x0800), length 100: 192.168.11.2 > 192.168.12.5: ICMP echo reply, id 2953, seq 8, length 64 16:58:37.275221 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 e3a6 0000 4001 feaa ....E..T....@... 0x0010: c0a8 0b02 c0a8 0c05 0000 e07b 0b89 0008 ...........{.... 0x0020: 9d9c 8853 0300 0000 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:40.428499 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 76: 78.47.218.56.42368 > 192.168.1.48.12000: Flags [S], seq 3844383636, win 14600, options [mss 1460,sackOK,TS val 3990936272 ecr 0,nop,wscale 7], length 0 16:58:40.428506 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 56: 192.168.1.48.12000 > 78.47.218.56.42368: Flags [R.], seq 0, ack 3844383637, win 0, length 0 16:58:42.039849 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 92: 192.168.1.48.123 > 88.191.228.138.123: NTPv4, Client, length 48 16:58:42.070023 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 92: 88.191.228.138.123 > 192.168.1.48.123: NTPv4, Server, length 48 16:58:42.889953 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 980e 4000 4001 1347 ....E..T..@.@..G 0x0010: c0a8 0c05 c0a8 01fe 0800 0f80 0e20 0001 ................ 0x0020: a29c 8853 bb6b 0900 0809 0a0b 0c0d 0e0f ...S.k.......... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:42.889953 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 1, length 64 16:58:42.889962 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 1, length 64 16:58:43.897851 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 980f 4000 4001 1346 ....E..T..@.@..F 0x0010: c0a8 0c05 c0a8 01fe 0800 4e5e 0e20 0002 ..........N^.... 0x0020: a39c 8853 7b8c 0900 0809 0a0b 0c0d 0e0f ...S{........... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:43.897851 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 2, length 64 16:58:43.897857 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 2, length 64 16:58:44.906576 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9810 4000 4001 1345 ....E..T..@.@..E 0x0010: c0a8 0c05 c0a8 01fe 0800 ce38 0e20 0003 ...........8.... 0x0020: a49c 8853 fab0 0900 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:44.906576 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 3, length 64 16:58:44.906581 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 3, length 64 16:58:45.430475 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Request who-has 192.168.1.48 tell 192.168.1.254, length 46 16:58:45.430480 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Reply 192.168.1.48 is-at 00:14:c2:54:25:fa, length 28 16:58:45.912892 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9811 4000 4001 1344 ....E..T..@.@..D 0x0010: c0a8 0c05 c0a8 01fe 0800 d91d 0e20 0004 ................ 0x0020: a59c 8853 eeca 0900 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:45.912892 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 4, length 64 16:58:45.912897 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 4, length 64 16:58:46.920397 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9812 4000 4001 1343 ....E..T..@.@..C 0x0010: c0a8 0c05 c0a8 01fe 0800 acfd 0e20 0005 ................ 0x0020: a69c 8853 19ea 0900 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:46.920397 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 5, length 64 16:58:46.920402 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 5, length 64 16:58:47.927966 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9813 4000 4001 1342 ....E..T..@.@..B 0x0010: c0a8 0c05 c0a8 01fe 0800 39dd 0e20 0006 ..........9..... 0x0020: a79c 8853 8b09 0a00 0809 0a0b 0c0d 0e0f ...S............ 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:47.927966 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 6, length 64 16:58:47.927972 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 6, length 64 16:58:48.935478 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9814 4000 4001 1341 ....E..T..@.@..A 0x0010: c0a8 0c05 c0a8 01fe 0800 05bd 0e20 0007 ................ 0x0020: a89c 8853 be28 0a00 0809 0a0b 0c0d 0e0f ...S.(.......... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:48.935478 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 7, length 64 16:58:48.935484 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 7, length 64 16:58:49.942990 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 104: 0x0000: 0000 0800 4500 0054 9815 4000 4001 1340 ....E..T..@.@..@ 0x0010: c0a8 0c05 c0a8 01fe 0800 cd9c 0e20 0008 ................ 0x0020: a99c 8853 f547 0a00 0809 0a0b 0c0d 0e0f ...S.G.......... 0x0030: 1011 1213 1415 1617 1819 1a1b 1c1d 1e1f ................ 0x0040: 2021 2223 2425 2627 2829 2a2b 2c2d 2e2f .!"#$%&'()*+,-./ 0x0050: 3031 3233 3435 3637 01234567 16:58:49.942990 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 8, length 64 16:58:49.942995 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 3616, seq 8, length 64 16:58:49.996590 B 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 80: Request who-has 192.168.1.5 tell 192.168.1.254, length 64 16:58:56.566828 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 76: 78.47.218.56.42380 > 192.168.1.48.12000: Flags [S], seq 1899267908, win 14600, options [mss 1460,sackOK,TS val 3990940306 ecr 0,nop,wscale 7], length 0 16:58:56.566836 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 56: 192.168.1.48.12000 > 78.47.218.56.42380: Flags [R.], seq 0, ack 1899267909, win 0, length 0 16:58:58.144586 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 73: 0x0000: 0000 0800 4500 0035 b925 4000 4011 b7d9 ....E..5.%@.@... 0x0010: c0a8 0c05 d41b 28f0 5f77 0035 0021 3c23 ......(._w.5.!<# 0x0020: 54e2 0100 0001 0000 0000 0000 0466 7265 T............fre 0x0030: 6502 6672 0000 0100 01 e.fr..... 16:58:58.144586 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 69: 192.168.12.5.24439 > 212.27.40.240.53: 21730+ A? free.fr. (25) 16:58:58.144591 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 69: 192.168.12.5.24439 > 212.27.40.240.53: 21730+ A? free.fr. (25) 16:59:03.145697 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 73: 0x0000: 0000 0800 4500 0035 b926 4000 4011 b7d8 ....E..5.&@.@... 0x0010: c0a8 0c05 d41b 28f0 5f77 0035 0021 3c23 ......(._w.5.!<# 0x0020: 54e2 0100 0001 0000 0000 0000 0466 7265 T............fre 0x0030: 6502 6672 0000 0100 01 e.fr..... 16:59:03.145697 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 69: 192.168.12.5.24439 > 212.27.40.240.53: 21730+ A? free.fr. (25) 16:59:03.145706 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 69: 192.168.12.5.24439 > 212.27.40.240.53: 21730+ A? free.fr. (25) 16:59:04.723895 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b927 4000 4011 b7d0 ....E..<.'@.@... 0x0010: c0a8 0c05 d41b 28f0 5ac3 0035 0028 f1e9 ......(.Z..5.(.. 0x0020: efdf 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:04.723895 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.23235 > 212.27.40.240.53: 61407+ A? fr.weather.com. (32) 16:59:04.723901 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.23235 > 212.27.40.240.53: 61407+ A? fr.weather.com. (32) 16:59:04.723905 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b928 4000 4011 b7cf ....E..<.(@.@... 0x0010: c0a8 0c05 d41b 28f0 eae2 0035 0028 36be ......(....5.(6. 0x0020: 1ad1 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:04.723905 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.60130 > 212.27.40.240.53: 6865+ AAAA? fr.weather.com. (32) 16:59:04.723909 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.60130 > 212.27.40.240.53: 6865+ AAAA? fr.weather.com. (32) 16:59:04.739686 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b929 4000 4011 b7ce ....E..<.)@.@... 0x0010: c0a8 0c05 d41b 28f0 c414 0035 0028 d166 ......(....5.(.f 0x0020: a711 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:04.739686 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.50196 > 212.27.40.240.53: 42769+ A? fr.weather.com. (32) 16:59:04.739692 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.50196 > 212.27.40.240.53: 42769+ A? fr.weather.com. (32) 16:59:04.739696 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b92a 4000 4011 b7cd ....E..<.*@.@... 0x0010: c0a8 0c05 d41b 28f0 c1b2 0035 0028 c6c4 ......(....5.(.. 0x0020: b3fa 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:04.739696 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.49586 > 212.27.40.240.53: 46074+ AAAA? fr.weather.com. (32) 16:59:04.739700 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.49586 > 212.27.40.240.53: 46074+ AAAA? fr.weather.com. (32) 16:59:08.143881 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 73: 0x0000: 0000 0800 4500 0035 b92b 4000 4011 b7d3 ....E..5.+@.@... 0x0010: c0a8 0c05 d41b 28f0 133a 0035 0021 f230 ......(..:.5.!.0 0x0020: eb11 0100 0001 0000 0000 0000 0466 7265 .............fre 0x0030: 6502 6672 0000 0100 01 e.fr..... 16:59:08.143881 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 69: 192.168.12.5.4922 > 212.27.40.240.53: 60177+ A? free.fr. (25) 16:59:08.143887 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 69: 192.168.12.5.4922 > 212.27.40.240.53: 60177+ A? free.fr. (25) 16:59:08.156234 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 66: 0x0000: 0000 0806 0001 0800 0604 0001 001f 16c1 ................ 0x0010: 938d c0a8 0c05 0000 0000 0000 c0a8 0c01 ................ 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0x0030: 0000 .. 16:59:08.156234 In 00:1f:16:c1:93:8d ethertype ARP (0x0806), length 62: Request who-has 192.168.12.1 tell 192.168.12.5, length 46 16:59:08.156242 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Reply 192.168.12.1 is-at 00:14:c2:54:25:fb, length 28 16:59:08.156245 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0002 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 001f 16c1 938d c0a8 0c05 %............... 16:59:09.508158 Out 00:14:c2:54:25:fa ethertype ARP (0x0806), length 44: Request who-has 192.168.1.254 tell 192.168.1.48, length 28 16:59:09.508311 In 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 62: Reply 192.168.1.254 is-at 00:24:d4:9b:0b:f4, length 46 16:59:09.726506 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b92c 4000 4011 b7cb ....E..<.,@.@... 0x0010: c0a8 0c05 d41b 28f0 5ac3 0035 0028 f1e9 ......(.Z..5.(.. 0x0020: efdf 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:09.726506 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.23235 > 212.27.40.240.53: 61407+ A? fr.weather.com. (32) 16:59:09.726511 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.23235 > 212.27.40.240.53: 61407+ A? fr.weather.com. (32) 16:59:09.726735 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b92d 4000 4011 b7ca ....E..<.-@.@... 0x0010: c0a8 0c05 d41b 28f0 eae2 0035 0028 36be ......(....5.(6. 0x0020: 1ad1 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:09.726735 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.60130 > 212.27.40.240.53: 6865+ AAAA? fr.weather.com. (32) 16:59:09.726740 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.60130 > 212.27.40.240.53: 6865+ AAAA? fr.weather.com. (32) 16:59:09.742375 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b92e 4000 4011 b7c9 ....E..<..@.@... 0x0010: c0a8 0c05 d41b 28f0 c414 0035 0028 d166 ......(....5.(.f 0x0020: a711 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:09.742375 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.50196 > 212.27.40.240.53: 42769+ A? fr.weather.com. (32) 16:59:09.742380 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.50196 > 212.27.40.240.53: 42769+ A? fr.weather.com. (32) 16:59:09.742406 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b92f 4000 4011 b7c8 ....E..<./@.@... 0x0010: c0a8 0c05 d41b 28f0 c1b2 0035 0028 c6c4 ......(....5.(.. 0x0020: b3fa 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:09.742406 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.49586 > 212.27.40.240.53: 46074+ AAAA? fr.weather.com. (32) 16:59:09.742410 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.49586 > 212.27.40.240.53: 46074+ AAAA? fr.weather.com. (32) 16:59:13.997392 B 00:24:d4:9b:0b:f4 ethertype ARP (0x0806), length 80: Request who-has 192.168.1.5 tell 192.168.1.254, length 64 16:59:14.729887 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b930 4000 4011 b7c7 ....E..<.0@.@... 0x0010: c0a8 0c05 d41b 28f0 144b 0035 0028 a18e ......(..K.5.(.. 0x0020: 86b3 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:14.729887 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.5195 > 212.27.40.240.53: 34483+ A? fr.weather.com. (32) 16:59:14.729892 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.5195 > 212.27.40.240.53: 34483+ A? fr.weather.com. (32) 16:59:14.729939 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b931 4000 4011 b7c6 ....E..<.1@.@... 0x0010: c0a8 0c05 d41b 28f0 5ceb 0035 0028 891e ......(.\..5.(.. 0x0020: 5668 0100 0001 0000 0000 0000 0266 7207 Vh...........fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:14.729939 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.23787 > 212.27.40.240.53: 22120+ AAAA? fr.weather.com. (32) 16:59:14.729944 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.23787 > 212.27.40.240.53: 22120+ AAAA? fr.weather.com. (32) 16:59:14.745536 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b932 4000 4011 b7c5 ....E..<.2@.@... 0x0010: c0a8 0c05 d41b 28f0 ab7e 0035 0028 c978 ......(..~.5.(.x 0x0020: c795 0100 0001 0000 0000 0000 0266 7207 .............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 0001 0001 weather.com..... 16:59:14.745536 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.43902 > 212.27.40.240.53: 51093+ A? fr.weather.com. (32) 16:59:14.745541 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.43902 > 212.27.40.240.53: 51093+ A? fr.weather.com. (32) 16:59:14.745595 In 00:1f:16:c1:93:8d ethertype Unknown (0x0002), length 80: 0x0000: 0000 0800 4500 003c b933 4000 4011 b7c4 ....E..<.3@.@... 0x0010: c0a8 0c05 d41b 28f0 9aa8 0035 0028 30c4 ......(....5.(0. 0x0020: 7105 0100 0001 0000 0000 0000 0266 7207 q............fr. 0x0030: 7765 6174 6865 7203 636f 6d00 001c 0001 weather.com..... 16:59:14.745595 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.39592 > 212.27.40.240.53: 28933+ AAAA? fr.weather.com. (32) 16:59:14.745599 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.39592 > 212.27.40.240.53: 28933+ AAAA? fr.weather.com. (32) ^C 241 packets captured 243 packets received by filter 0 packets dropped by kernel root@btserv3:~#

Si ça peut aider à avancer.

La règle MASQUERADE a sauté. Conséquence :

16:57:43.299211 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32) 16:57:43.299217 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 76: 192.168.12.5.51193 > 212.27.40.240.53: 48283+ A? ntp.ubuntu.com. (32)
Les paquets sont retransmis sur eth1 avec l’adresse source originelle, que la freebox ne connaît pas et sera incapable de retransmettre les réponses.

Heu attends là je ne comprends pas, haleth me sort qu’il faut pas faire de nat, et toi PascalHambourg visiblement le contraire.
Là je ne vous suis plus, quelle ligne de commande dois-je mettre pour que ça fonctionne alors ?

Merci.

Exactement celle qui figure dans ton premier message.

haleth a raison dans le sens où le NAT est une cochonnerie qui doit être évitée autant que possible. Mais voilà, dans certaines situations on n’a pas le choix.

Sans NAT, les paquets du VLAN vont arriver à la box avec l’adresse source originelle 192.168.12.x. Mais si la box n’a pas de route disant que cette plage est derrière ton routeur-serveur, elle ne pourra pas renvoyer les paquets de réponse qui arriveront de l’extérieur. La livebox permet d’ajouter une telle route statique (mais il faut alors fixer l’adresse d’eth1, soit en statique soit par réservation par adresse MAC dans les paramètre DHCP de la box). La freebox non (du moins jusqu’à la V5).

Hawé, bien vu !
Au temps pour moi, je n’y avais pas pensé
Du coup, faut faire du double nat … beuhh

Faire du double nat ???

Du NAT en cascade, si tu préfères. Une fois sur le serveur/routeur et encore une fois sur la box. A chaque étage le NAT sert à pallier les carences de routage de l’étage suivant.

J’ai entré sur le serveur/routeur la commande :

et ça ne change rien toujours pareil pas de net dans le vlan2.
En plus de ça je n’arrive même plus à pinger quoi que ce sois.

22:33:20.461483 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Request who-has 192.168.12.5 tell 192.168.12.1, length 28 22:33:20.461487 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0001 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 0000 0000 0000 c0a8 0c05 %............... 22:33:20.468271 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 19541, seq 198, length 64 22:33:20.468277 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.1.48 > 192.168.1.254: ICMP echo request, id 19541, seq 198, length 64 22:33:20.468470 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 100: 192.168.1.254 > 192.168.1.48: ICMP echo reply, id 19541, seq 198, length 64 22:33:21.461483 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Request who-has 192.168.12.5 tell 192.168.12.1, length 28 22:33:21.461487 Out 00:14:c2:54:25:fb ethertype Unknown (0x0002), length 48: 0x0000: 0000 0806 0001 0800 0604 0001 0014 c254 ...............T 0x0010: 25fb c0a8 0c01 0000 0000 0000 c0a8 0c05 %............... 22:33:21.476293 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 19541, seq 199, length 64 22:33:21.476299 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.1.48 > 192.168.1.254: ICMP echo request, id 19541, seq 199, length 64 22:33:21.476487 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 100: 192.168.1.254 > 192.168.1.48: ICMP echo reply, id 19541, seq 199, length 64 22:33:22.461486 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 128: 192.168.1.48 > 192.168.1.254: ICMP host 192.168.1.48 unreachable, length 92 22:33:22.461495 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 128: 192.168.1.48 > 192.168.1.254: ICMP host 192.168.1.48 unreachable, length 92 22:33:22.461503 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 128: 192.168.1.48 > 192.168.1.254: ICMP host 192.168.1.48 unreachable, length 92 22:33:22.484336 In 00:1f:16:c1:93:8d ethertype IPv4 (0x0800), length 100: 192.168.12.5 > 192.168.1.254: ICMP echo request, id 19541, seq 200, length 64 22:33:22.484341 Out 00:14:c2:54:25:fa ethertype IPv4 (0x0800), length 100: 192.168.1.48 > 192.168.1.254: ICMP echo request, id 19541, seq 200, length 64 22:33:22.484507 In 00:24:d4:9b:0b:f4 ethertype IPv4 (0x0800), length 100: 192.168.1.254 > 192.168.1.48: ICMP echo reply, id 19541, seq 200, length 64 22:33:22.486482 Out 00:14:c2:54:25:fb ethertype ARP (0x0806), length 44: Request who-has 192.168.12.5 tell 192.168.12.1, length 28

je sais vraiment plus quoi faire franchement.

Maintenant avec le NAT la box peut répondre au ping mais c’est sur le chemin du retour entre le serveur/routeur et le poste client que ça coince : apparemment le serveur/routeur n’arrive pas à résoudre l’adresse du poste client pour lui transmettre le paquet de réponse. On ne voit pas de réponse à ses requêtes ARP, et au bout d’un moment il renvoie des messages d’erreur ICMP “host unreachable” à la box.
C’est étonnant. Tu as changé quelque chose d’autre ?

Non je n’ai rien changer d’autres c’est là que le bas blaisse.
Bon j’ai temporairement viré le vlan pour voir et fait du partage de connexion simple et bien curieusement le poste client n’arrive pas à aller sur le net.
Je finis par me demander si ce serveur que j’ai réamorcé n’as pas eu tellement de bidouille dans le temps qu’il merde, faut dire qu’il y a des script au démarage pour l’utiliser en piratebox.

Bon je vais voir pour repartir de 0 sur un serv propre également.

Théoriquement le simple fait de renseigné le vlan dans les interfaces, de renseigné les choses ip forwarding et éventuellement Nat devrais suffire à faire marcher la chose ?

Oui, c’est suffisant.
Avant de t’attaquer à la connexion internet, vérifie bien la communication entre le poste client et le serveur/routeur.

Hello,

A la lecture de ces tuto suivant : http://blog.sleeplessbeastie.eu/2012/12/23/debian-how-to-create-vlan-interface/ et http://blog.tadiavo.com/?p=121
que les interface vlan sont créer sur à partir de l’interface où le net est brancher (eth0, eth0.1, eth0.2, etc…)
Ce que je ne fais pas moi, je créer les vlan sur la seconde Interface, donc forcément que ça va être du vlan que en “local” et je pense que c’est là aussi que je me plante et qui créer également mon problème.
Eth1 doit me servir que pour propager mes vlan dans le switch (visiblement) avec éventuellement du nat entre les deux interfaces.

J’ai bon ou pas ? (tout du moins c’est ce que j’ai compris).

Par contre je crois bien que effectivement ce serveur à des soucis d’ordre matériel car depuis le passage à neuf en debian 7 il me sort entre autre des fois dans mon ssh :

kernel:[ 1199.816266] [Hardware Error]: Northbridge Error (node 0): DRAM ECC error detected on the NB.

Il y a des soucis mémoire visiblement.

Je ne vois aucune mention d’“interface où le net est branché” dans ces deux documents. D’ailleurs dans les deux il n’est question que d’une seule interface physique.
(A ce propros tu pourrais aussi tout faire avec une seule interface physique, en branchant la box sur le switch et en créant un autre VLAN pour celle-ci.)

Les sous-interfaces VLAN doivent être définies sur l’interface physique qui est connectée au switch, qui est a priori eth0 pour ta machine, alors que eth1 est connectée à la box. Du moins d’après tout ce que tu as écrit ici.

Le NAT n’est pas “entre deux interfaces” : il est sur une interface, ici celle connectée à la box face à internet. Tu ne vois aucune mention de l’autre interface dans la règle iptables.

Quant aux erreurs ECC de la RAM, ce n’est pas très grave tant que le contrôleur mémoire de la carte mère sait les corriger. Je ne connais pas bien la gestion de l’ECC mais je suppose que dans le cas d’erreurs non corrigeables il y aurait un message plus grave, voir un kernel panic.

Bonjour,

on après avoir remis tout à jour et à niveau c’est bon cela fonctionne, je ne sais pas pourquoi avant non mais maintenant oui.
J’ai tester avec du NAT mais aussi avec bridge-utils, et cela marche bien avec ce dernier (enfin quand on se plante pas dans les interfaces de partage :wink: ).

J’ai mis en place dans isc-dhcp-server les dhcp sur chaque interfaces vlanX, ça fonctionne en DHCP avec les DNS du FAI.

Par contre pour le moment je ne trouve pas et ne vois pas quelle règle iptables indiquer pour éviter le partage entre eux…
Si vous pouviez m’indiquer laquelle les amis, ce serai super sympa.

Merci d’avance, et pour toutes votre aide jusqu’à maintenant.