Results 1 to 6 of 6
http://idgs.in/198864
  1. #1
    iosiv's Avatar
    Join Date
    Aug 2008
    Location
    Israel
    Posts
    37
    Points
    61.00
    Thanks: 0 / 0 / 0

    Default Satu warnet bisa masuk tp yang lain ga ada yang masuk...

    Kakak sekalian saya mau tanya,
    warnet saya pake routernya mikrotik, softwarenya udah ada WINBOX, saya sudah setting (pake autogenerate dari traceroute.web.id). Nah kalau 1 warnet bisa masuk room yang saya buat, tapi kok selain dari warnet saya sendiri ga ada yang masuk ya? Kayaknya ada masalah tu, kira - kira kenapa ya? ada yang bisa bantu? Terima kasih.

  2. Hot Ad
  3. #2
    smg-lekra's Avatar
    Join Date
    Aug 2008
    Location
    Semarang
    Posts
    439
    Points
    528.50
    Thanks: 2 / 11 / 4

    Default

    NAT untuk IP public >> ke IP lokal & Port udah di kasih ??

  4. #3
    iosiv's Avatar
    Join Date
    Aug 2008
    Location
    Israel
    Posts
    37
    Points
    61.00
    Thanks: 0 / 0 / 0

    Default

    oh belum termasuk ya di generatenya? Sorry nih masih pemula, itu yang kayak apa ya bos?

  5. #4
    smg-lekra's Avatar
    Join Date
    Aug 2008
    Location
    Semarang
    Posts
    439
    Points
    528.50
    Thanks: 2 / 11 / 4

    Default

    coba di lihat bro..

    /ip firewall nat add chain=dstnat src-address=192.168.100.0/24 dst-address=202.65.xxx.xxx in-interface=to-local-area protocol=tcp dst-port=6113 action=dst-nat \
    to-addresses=192.168.100.11 to-ports=6113

    /ip firewall nat add chain=dstnat src-address=192.168.100.1/24 dst-address=202.65.xxx.xxx in-interface=to-local-area protocol=tcp dst-port=6113 action=dst-nat \
    to-addresses=192.168.100.11 to-ports=6114

    /ip firewall nat add chain=dstnat src-address=192.168.100.3/24 dst-address=202.65.xxx.xxx in-interface=to-local-area protocol=tcp dst-port=6113 action=dst-nat \
    to-addresses=192.168.100.11 to-ports=6115

    dst.............

    * Untuk IP dan subnet di sesuikan aja dengan IP & subnet di tempat anda

    * oh iya jangan lupa port option di game dota nya juga di ganti sama kayak setingan server dan perhatikan interfacenya mana yang lokal dan mana yang pubilc

    misal : PC 01 portnya : 6112
    PC 02 portnya : 6113
    IP tinggal di sesuaikan dengan Lokal IP di tempat anda juga IP public milik anda

  6. #5
    iosiv's Avatar
    Join Date
    Aug 2008
    Location
    Israel
    Posts
    37
    Points
    61.00
    Thanks: 0 / 0 / 0

    Default

    192.168.100.11 itu IP koneksinya atau servernya bos? tulisannya input does not match any value of interface tu bos...

  7. #6
    smg-lekra's Avatar
    Join Date
    Aug 2008
    Location
    Semarang
    Posts
    439
    Points
    528.50
    Thanks: 2 / 11 / 4

    Default

    ogh itu IP local pc bos ..disesuaikan aja ama IP client yg mo di kasih akses buat cr8
    saya kasih contoh 2 yaa boz :

    /ip firewall nat add chain=dstnat src-address=192.168.100.0/24 dst-address=202.65.xxx.xxx in-interface=to-local-area protocol=tcp dst-port=6113 action=dst-nat \
    to-addresses=192.168.100.12 to-ports=6113

    /ip firewall nat add chain=dstnat src-address=192.168.100.0/24 dst-address=202.65.xxx.xxx in-interface=to-local-area protocol=tcp dst-port=6113 action=dst-nat \
    to-addresses=192.168.100.15 to-ports=6113

    does not match any value of interface tu bos...
    itu artinya nama interface yg anda pakai beda ama interface yg saya kasih di contoh , yaa jgn trus di copas ...di sesuaikan dengan interface , IP di tempat anda

    regards
    Last edited by smg-lekra; 13-06-09 at 19:45.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •