Bonjour
Mon site sous Nginx en IPv6, répond correctement à partir du serveur VPS, mais pas à partir de mon ordinateur.
En IPv4, tout baigne.
Le firewall maison que j'ai mis semble un peu foireux :
Je peux fournir le /etc/nginx/sites-available/pronostics-courses.fr.conf
De toute manière, le site répond en ipv4 et ipv6 à partir du VPS mais seulement en ipv4 par mon ordinateur.
A part çà, j'ai disposé la version complète de mon cache MySQL à mémoire partagée il y a environ 5 jours.
Merci de votre aide.
Amicalement.
Mon site sous Nginx en IPv6, répond correctement à partir du serveur VPS, mais pas à partir de mon ordinateur.
En IPv4, tout baigne.
Le firewall maison que j'ai mis semble un peu foireux :
Code:
iptables -L -n -v : ( quelques lignes expurgées ) :
*********************************************************************************************************
Chain INPUT (policy ACCEPT 354 packets, 20039 bytes)
pkts bytes target prot opt in out source destination
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:1:19
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:1:19
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:24
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:23:24
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:26:52
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:26:52
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:54:67
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:54:67
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:69:79
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:69:79
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:81:109
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:81:109
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:111:118
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:111:118
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:120:122
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:120:122
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:124:142
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:124:142
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:144:219
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:221:442
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:144:219
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:221:442
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:444:464
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:444:464
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:466:562
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:466:562
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:564:586
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:564:586
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:588:992
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:588:992
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:996:1023
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:996:1023
*****************************************************************************************************************
ip6tables -L -n -v : ( quelques lignes expurgées ) :
*****************************************************************************************************************
chain INPUT (policy DROP 31 packets, 2284 bytes)
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:1:19
0 0 DROP udp * * ::/0 ::/0 udp dpts:1:19
0 0 DROP tcp * * ::/0 ::/0 tcp dpt:24
0 0 DROP udp * * ::/0 ::/0 udp dpts:23:24
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:26:52
0 0 DROP udp * * ::/0 ::/0 udp dpts:26:52
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:54:67
0 0 DROP udp * * ::/0 ::/0 udp dpts:54:67
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:69:79
0 0 DROP udp * * ::/0 ::/0 udp dpts:69:79
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:81:109
0 0 DROP udp * * ::/0 ::/0 udp dpts:81:109
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:111:118
0 0 DROP udp * * ::/0 ::/0 udp dpts:111:118
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:120:122
0 0 DROP udp * * ::/0 ::/0 udp dpts:120:122
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:124:142
0 0 DROP udp * * ::/0 ::/0 udp dpts:124:142
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:144:219
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:221:442
0 0 DROP udp * * ::/0 ::/0 udp dpts:144:219
0 0 DROP udp * * ::/0 ::/0 udp dpts:221:442
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:444:464
0 0 DROP udp * * ::/0 ::/0 udp dpts:444:464
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:466:562
0 0 DROP udp * * ::/0 ::/0 udp dpts:466:562
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:564:586
0 0 DROP udp * * ::/0 ::/0 udp dpts:564:586
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:588:992
0 0 DROP udp * * ::/0 ::/0 udp dpts:588:992
0 0 DROP tcp * * ::/0 ::/0 tcp dpts:996:1023
0 0 DROP udp * * ::/0 ::/0 udp dpts:996:1023
0 0 DROP tcp * * ::/0 ::/0 tcp dpt:3215
0 0 DROP udp * * ::/0 ::/0 udp dpt:3215
Je peux fournir le /etc/nginx/sites-available/pronostics-courses.fr.conf
De toute manière, le site répond en ipv4 et ipv6 à partir du VPS mais seulement en ipv4 par mon ordinateur.
A part çà, j'ai disposé la version complète de mon cache MySQL à mémoire partagée il y a environ 5 jours.
Merci de votre aide.
Amicalement.