linux 127.0.0.1 不通,linux ping 127.0.0.1不通

帥啊:

root@mysql:~# ifconfig lo 127.0.0.1 up

root@mysql:~#  ifconfig -a

eth0      Link encap:Ethernet  HWaddr ce:89:f4:b7:7f:31

inet addr:192.168.168.153  Bcast:192.168.168.255  Mask:255.255.255.0

inet6 addr: fe80::cc89:f4ff:feb7:7f31/64 Scope:Link

UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

RX packets:3019056 errors:0 dropped:0 overruns:0 frame:0

TX packets:580162 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:1946153890 (1.8 GiB)  TX bytes:26477802 (25.2 MiB)

lo        Link encap:Local Loopback

inet addr:127.0.0.1  Mask:255.0.0.0

inet6 addr: ::1/128 Scope:Host

UP LOOPBACK RUNNING  MTU:16436  Metric:1

RX packets:4 errors:0 dropped:0 overruns:0 frame:0

TX packets:4 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:336 (336.0 B)  TX bytes:336 (336.0 B)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00

BROADCAST POINTOPOINT NOARP  MTU:1500  Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@mysql:~# mysql -uroot -pf1zzb4ck -h127.0.0.1

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 43

Server version: 5.5.33-31.1 Percona Server (GPL), Release 31.1

Copyright (c) 2009-2013 Percona LLC and/or its affiliates

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> \q

Bye

root@mysql:~#

你可能感兴趣的:(linux,127.0.0.1,不通)