Setting Create Dota Di Linux

  • Uploaded by: Achmad Muzaqi
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Setting Create Dota Di Linux as PDF for free.

More details

  • Words: 203
  • Pages: 1
Setting Create DOTA di Linux Buatlah rules pada router box linux agar dapat create dota [root@mendem root]# [root@mendem root]#vi /etc/sysconfig/iptables #Dota #Client 1 -A PREROUTING -d 202.xxx.xxx.xxx -i eth0 -p tcp -m tcp –dport 6112 -j DNAT –todestination 192.168.xxx.xxx:6112 -A PREROUTING -s 192.168.xxx.0/255.255.255.0 -d 202.xxx.xxx.xxx -i eth1 -p tcp -m tcp –dport 6112 -j DNAT –to-destination 192.168.xxx.xxx:6112 rules diatas untuk create di satu client. bila ingin membuat 2 client atau lebih tinggal buat rules seperti diatas, namun portnya diganti 6113 dan seterusnya. setelah itu…. [root@mendem root]#service iptables restart command ini untuk mengaktifkan rules yg kita buat. kemudian kita cek dengan command [root@mendem root]#iptables -L -n -t nat Chain PREROUTING (policy ACCEPT) target prot opt source destination DNAT tcp — 0.0.0.0/0 202.xxx.xxx.xxx tcp dpt:6112 to:192.168.xxx.xxx:6112 DNAT tcp — 192.168.xxx.0/24 202.xxx.xxx.xxx tcp dpt:6112 to:192.168.xxx.xxx:6112 Chain POSTROUTING (policy ACCEPT) target prot opt source destination SNAT all — 192.168.xxx.0/24 0.0.0.0/0 to:202.xxx.xxx.xxx Chain OUTPUT (policy ACCEPT) target prot opt source destination bila terlihat seperti diatas, maka rules yang kita buat telah berhasil. Kita bisa create games dota, kawan kita yg berada diluar jaringan bisa join, begitu dengan kawan kita yang berada didalam jaringan. selamat mencoba nb : rules diatas digunakan pada router dengan OS Fedora Core / Redhat

Related Documents

Create Dota
July 2020 15
Dota
October 2019 35
Pensamiento Dota
December 2019 29
Sniper Dota
May 2020 11

More Documents from ""

Index
May 2020 16
Dns Untuk Intranet
May 2020 14
Load Balanced Quangga
May 2020 16
Konfigurasi Apache
May 2020 20
Konsep Dan Kerja Dns
May 2020 20