A
A
Alexander2015-01-13 22:38:33
linux
Alexander, 2015-01-13 22:38:33

Why is ping not getting through?

Greetings to all)
I decided to install archlinux. During installation, I encountered a problem with setting up the Internet (peap / mschapv2). With the help of this instruction https://bbs.archlinux.org/viewtopic.php?id=188783 I connected to the network. However, I ran into the following problem. When I ping an external resource nothing happens, I stop ctrl+z. When I turn to the internal resource of my network, everything responds.
I tried to make a request for the site with curl in the cut, I get the html of the provider's site, and so on when accessing any external site.
What could be the problem?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Armenian Radio, 2015-01-13
@gbg

Firewall cuts ICMP. Well, let him cut.

T
throughtheether, 2015-01-13
@throughtheether

I tried to make a request for the site with curl in the cut, I get the html of the provider's site, and so on when accessing any external site.

What could be the problem?
Internet access paid?

V
Valentin, 2015-01-13
@vvpoloskin

In the console, type in as root

iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

S
Spetros, 2015-01-13
@Spetros

How are you connected to the Internet?
If directly, then the question is - is the network card configured in accordance with the parameters that the provider gave you?
I tried to make a request for the site with curl in the cut, I get the html of the provider's site, and so on when accessing any external site.
Isn't the provider's page with an error message hidden in this html?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question