|
|
|
|
Bonjour à tous,
Je débute en Ubuntu et je rencontre un problème :
J'ai installé Xamp récement sans problème, je le demarre sur le terminal mais sur FireFox quand je vais à l'adresse http://localhost/ ou http:/127.0.0.1/ , il ne trouvais pas la page.
Là, je voulais connecter mon imprimante à mon laptop, alors je suis allé sur la page http://localhost:631/ et ca ne répond pas non-plus.
Je trouve ca très bizarre.
Et après avoir démmaré Xamp, quand je fais un ping sur http://localhost/ j'ai pas de réponse, j'ai ca :
ping 127.0.0.1 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data. From 146.188.70.101 icmp_seq=5 Destination Host Unreachable From 146.188.70.101 icmp_seq=7 Destination Host Unreachable
Configuration: Linux Firefox 2.0.0.3
Salut et merci beaucoup pour ta réponse.
$ ping -cl localhost ping: bad number of packets to transmit. $ ping localhost PING localhost (127.0.0.1) 56(84) bytes of data. From POS8-1-0.GW2.GVA2.ALTER.NET (146.188.70.101) icmp_seq=10 Destination Host Unreachable From POS8-1-0.GW2.GVA2.ALTER.NET (146.188.70.101) icmp_seq=11 Destination Host Unreachable |
Voilà :
$ ping -c1 localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
--- localhost ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
sinapc@sinapc-laptop:~$ sudo iptables -v -L -n | grep lo
10 3280 ACCEPT 0 -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- * lo 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- * lo 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 0 -- * lo 0.0.0.0/0 0.0.0.0/0 |