J'avais un serveur dhcp/dns en utilisant dnsmasq qui partageait la connexion internet.
À la dernière mise à jour la configuration du réseau a changée et patatra plus rien ne marche.
J'ai choisi d'utiliser netcfg comme nouvelle configuration d'interface :
Code : Tout sélectionner
CONNECTION='ethernet'
DESCRIPTION='Static network for interface plug on local/flat network'
INTERFACE='eth1'
IP='static'
ADDR='192.168.42.42'
GATEWAY='192.168.42.42'
DNS=('127.0.0.1')
Mais le serveur dhcp ne marche toujours pas.
Voilà le ce que m'affiche un tcpdump :
Code : Tout sélectionner
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
00:49:46.773037 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:49:47.339605 IP 192.168.42.42.db-lsp-disc > 192.168.42.255.db-lsp-disc: UDP, length 119
00:49:47.855426 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:49:50.857531 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:49:55.860660 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:49:58.784156 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:50:09.870303 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:50:15.798644 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
00:50:17.402655 IP 192.168.42.42.db-lsp-disc > 192.168.42.255.db-lsp-disc: UDP, length 119
00:50:18.878535 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:16:d3:ce:3d:0a (oui Unknown), length 300
…