このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 1 / 昨日: 1
総計: 840
- DokuWiki(83)
- Dokuwiki.fl8.jp(70)
- 02 ProFTPD(12)
- 06 WireGuard(12)
- 27 Docker Djnago(11)
- Gallery(9)
最近の更新
このページへのアクセス
今日: 1 / 昨日: 1
総計: 840
「options ipv6 disable=1」を追加する。
# vi /etc/modprobe.conf options ipv6 disable=1
# chkconfig ip6tables off
「options ipv6 disable=1」を追加
# vi /etc/modprobe.d/disable-ipv6.conf options ipv6 disable=1
# chkconfig ip6tables off
# vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
# sysctl -p