How To Disable IPv6 on Fedora / Linux & Why Come disabilitare IPv6 su Fedora / Linux & Perché
A guide to easily disable IPv6 support on your Linux workstation / server: Una guida per disattivare facilmente supporto IPv6 su Linux workstation / server:
1. Add the two lines, if not already present, to /etc/modprobe.conf: Aggiungere le due righe, se non già presente, in / etc / modprobe.conf:
alias net-pf-10 off alias ipv6 off alias net-pf-10 off alias ipv6 off For Fedora 7 you should add the command to blacklist instead as shown below: Per Fedora Core 7 si dovrebbe aggiungere il comando di lista nera, invece, come indicato qui di seguito:
blacklist net-pf-10 lista nera net-pf-10
Note: I haven’t personally tested on Fedora 7. Nota: non ho personalmente testato su Fedora Core 7.
Note: Try to copy-paste these lines instead of typing them. Nota: Provare a copia-incolla queste righe, invece di scriverlo. I faced problems in one computer after typing it in. It wasn’t something which was visible to me on casual inspection but copy-paste solved it. I problemi incontrati in un computer dopo aver digitato i pollici che non è stato qualcosa che è stato visibile a me a controllo casuale, ma copia-incolla risolto.
2. Open /etc/sysconfig/network and look for the line containing NETWORKING_IPV6 and change the value to no as shown below: Aprire / etc / sysconfig / network e cercate la riga che contiene NETWORKING_IPV6 e cambiare il valore di nessuna, come indicato qui di seguito:
NETWORKING_IPV6=no NETWORKING_IPV6 = no
3. Stop ip6tables firewall: Ip6tables stop firewall:
/sbin/service ip6tables stop / sbin / service ip6tables stop
4. Prevent the ip6tables firewall from coming up ever again: Ip6tables prevenire il firewall di venire fino sempre di nuovo:
/sbin/chkconfig ip6tables off / sbin / chkconfig ip6tables off
5. Restart your network to see if everything is working correctly: Riavviare la rete per vedere se tutto funziona correttamente:
/sbin/service network restart / sbin / service rete riavviare
Some articles suggest rebooting the machine at this stage so you may do that too. Alcuni articoli suggeriamo di riavviare la macchina, in questa fase, in modo da poter fare anche questo.
Note: The original information is derived from this Nota: L'originale è informazioni derivati da questo article articolo and modified based on my experience with many servers. e modificato in base alla mia esperienza con molti server.
Will this improve your performance? Sarà presente migliorare le vostre prestazioni? I don’t have benchmarks but in my experience it does. Non ho punti di riferimento, ma nella mia esperienza che fa. And for web severs every bit of performance you can extract is worth it. E per il web tronca ogni po 'di prestazioni è possibile estrarre vale la pena. So if you are not using ipv6 then I suggest you disable it. Quindi, se non stai utilizzando ipv6 quindi Vi suggerisco di disattivarlo.
Filed under Elencato sotto Computer Security Computer Security , Fedora 7 Fedora Core 7 , Fedora Core 6 Fedora Core 6 , Headline News Headline News , How To Come , Linux , Open Source Software Software open source , Web , Web Hosting Web Hosting , Web Services Servizi Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |




