Answer the question
In order to leave comments, you need to log in
The server does not ping by external ip in the local network, what's the problem?
There is a server on Ubuntu Server 14.04.1 X64
Installed packages:
[email protected]:/home/chvalov# sudo dpkg --get-selections
pastebin.com/raw.php?i=0CegZh1Z[email protected]:/home/chvalov# iptables -L -n -v
Chain INPUT (policy ACCEPT 6788 packets, 349K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 11235 packets, 1541K bytes)
pkts bytes target prot opt in out source destination
Answer the question
In order to leave comments, you need to log in
something.forEach(function(element, i){
setTimeout(function(){
useMyFunc(element);
}, 5000 * ++i)
});
I correctly understood that the server does not respond from a local area network on IP which looks in the Internet?
try to give a command from root
If it helps then edit /etc/sysctl.conf
sudo apt-get install tcpdump
sudo tcpdump -i ppp0 -vnn icmp
defaultroute
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question