Vps ubuntu hedef ip ping komutlarını bilen varsa anlatabilirmi çok teşekkür ederim 
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Vps ubuntu hedef ip ping komutlarını bilen varsa anlatabilirmi çok teşekkür ederim![]()
bunun gibi mi babacanım![]()
sudo iptables -L
iptables -L -n
sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT
sudo iptables -A INPUT -j DROP
sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ACCEPT tcp -- anywhere anywhere tcp dpt:http DROP all -- anywhere anywhere
ifconfig eth0 | grep inet | awk '{ print $2 }'
ifconfig eth0 | grep inet | awk '{ print $2 }'
ifconfig eth0 | grep inet | awk '{ print $2 }'