آموزش ایجاد تونل بین سرور ایران و خارج از کشور iptables
آپگرید سرور
sudo apt-get update -y && apt-get upgrade -y
نصب
sudo apt-get install iptables
مشاهده جداول اصلی
sudo iptables -L -v
مشاهده جدول PreRouting
iptables -L -n -t nat
دستورات Iptables
sysctl net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to-destination ip iran
iptables -t nat -A PREROUTING -j DNAT --to-destination ip kharej
iptables -t nat -A POSTROUTING -j MASQUERADE
حل مشکل ریستارت شدن
sudo nano /etc/rc.local
#! /bin/bash
sysctl net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to-destination ip Iran
iptables -t nat -A PREROUTING -j DNAT --to-destination ip kharej
iptables -t nat -A POSTROUTING -j MASQUERADE
exit 0
دستور بعد سیو کردن
sudo chmod +x /etc/rc.local
در هر دو سرور بعد ست کردن کد ها bbr نصب کنید👇
wget -N --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
جهت آموزش های بیشتر👇‼️
@V2raynghelp
@V2raynghelpGP
آپگرید سرور
sudo apt-get update -y && apt-get upgrade -y
نصب
sudo apt-get install iptables
مشاهده جداول اصلی
sudo iptables -L -v
مشاهده جدول PreRouting
iptables -L -n -t nat
دستورات Iptables
sysctl net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to-destination ip iran
iptables -t nat -A PREROUTING -j DNAT --to-destination ip kharej
iptables -t nat -A POSTROUTING -j MASQUERADE
حل مشکل ریستارت شدن
sudo nano /etc/rc.local
#! /bin/bash
sysctl net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to-destination ip Iran
iptables -t nat -A PREROUTING -j DNAT --to-destination ip kharej
iptables -t nat -A POSTROUTING -j MASQUERADE
exit 0
دستور بعد سیو کردن
sudo chmod +x /etc/rc.local
در هر دو سرور بعد ست کردن کد ها bbr نصب کنید👇
wget -N --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
جهت آموزش های بیشتر👇‼️
@V2raynghelp
@V2raynghelpGP