问答详情
源自:6-2 docker网络

关于netstat -na

为啥我输入netstat -na只能看到tcp6 看不到tcp4

提问者:薛定谔的dog 2019-01-01 09:23

个回答

  • bright_future4099111
    2019-01-02 20:42:34

    开启ipv4 并且重启 httpd:
    systemctl net.ipv4.conf.all.disable_ipv4=1
    systemctl restart httpd


  • bright_future4099111
    2019-01-02 20:41:27

    开启ipv4 并且重启 httpd:
    sysctl net.ipv4.conf.all.disable_ipv4=1
    systemctl restart httpd