Client

Results 1 to 20 of 20
  1. #1
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Client

    Hi, my friend tried to connect to my server, but she has vista.
    And when she launches start-cabal.bat ip doesn't change.
    Is there way to her lauch cabal with ip changed? or change it manually?

    This is the batfile ( FOR ME IT WORKS ) XP x86 home edition
    @echo off
    start CabalMain.exe breaklee
    exit
    And this is what she has when launching this
    Last edited by Gryffian; 14-08-10 at 07:30 PM.


  2. #2
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Make sure that you batfile resides in the same directory as your cabalmain.exe

  3. #3
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    Quote Originally Posted by Alphakilo23 View Post
    Make sure that you batfile resides in the same directory as your cabalmain.exe
    "her" directory. Yes it is in cabal's folder. ;)




    Maybe there is a method to make a custom launcher which already includes ip's change? :(
    Last edited by Gryffian; 14-08-10 at 07:37 PM.

  4. #4
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Quote Originally Posted by Gryffian View Post
    "her" directory. Yes it is in cabal's folder. ;)
    Try to change the working directory to the absolute path of your cabal folder (e.g. "C:\Programs\Cabal\"):

    Code:
    @echo off
    
    REM Cabal path goes here:
    cd "C:\Programs\Cabal\"
    
    start CabalMain.exe breaklee
    exit
    Then stick the batch back in her "directory".
    Sorry, couldn't resist

    Or you could just create a link to her cabalmain.exe and
    append the breaklee argument.
    Last edited by Alphakilo23; 14-08-10 at 07:39 PM.

  5. #5
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    @echo off

    REM Cabal path goes here:
    cd "C:\SERVER\CABALUS\"

    start CabalMain.exe breaklee
    exit
    Like this?
    or
    @echo off
    start C:\SERVER\CABALUS\CabalMain.exe breaklee
    exit
    Last edited by Gryffian; 14-08-10 at 07:42 PM.

  6. #6
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    The first one.

  7. #7
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    she used the first one, she can't connect : that is what she gets.

    What can be the problem. (I use the same files and configuration and i can connect, in data/internal.txt configs are my wan ip, not centos ip , i already did port forwarding so that's why i can connect to server with my wan ip"

    ---------- Post added at 06:03 PM ---------- Previous post was at 05:52 PM ----------

    here are: IP and TEST ACCOUNT You can try to use it to try to connect This may be the best help, because if you will not be able to connec't tht will mean the errors are in MY computer

    Last edited by Gryffian; 14-08-10 at 08:05 PM.

  8. #8
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Your ports are filtered:
    Spoiler:
    Code:
    PORT      STATE    SERVICE VERSION
    38101/tcp filtered unknown
    38102/tcp filtered unknown
    38103/tcp filtered unknown
    38104/tcp filtered unknown
    38105/tcp filtered unknown
    38106/tcp filtered unknown
    38107/tcp filtered unknown
    38108/tcp filtered unknown
    38109/tcp filtered unknown
    38110/tcp filtered unknown
    38111/tcp filtered unknown
    38112/tcp filtered unknown
    38113/tcp filtered unknown
    38114/tcp filtered unknown
    38115/tcp filtered unknown
    38116/tcp filtered unknown
    38117/tcp filtered unknown
    38118/tcp filtered unknown
    38119/tcp filtered unknown
    38120/tcp filtered unknown
    38121/tcp filtered unknown

  9. #9
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    And what do do now? what does it mean? :S

    \/\/\/\\/\/\/\/\/\/\/\/
    i port forwarded yesterday ;s
    Last edited by Gryffian; 14-08-10 at 08:30 PM.

  10. #10
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Quote Originally Posted by Gryffian View Post
    what does it mean? :S
    Filtered means that a firewall, filter, or other network obstacle is blocking the port.

  11. #11
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    i have comodo firewall, what and do i should add or not add or add if add programs as trusted ;P

  12. #12
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Quote Originally Posted by Gryffian View Post
    i have comodo firewall, what and do i should add or not add or add if add programs as trusted ;P
    Comodo is a good choice, probably the best free firewall for Windows out there.
    Anyway, you may want to allow traffic from and to these ports. You should also allow communication between your virtual and your physical network adapter (depending on your configuration).

  13. #13
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    how to ? :P

  14. #14
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Client

    Never, EVER open port 38170 unless you restrict access to it via IPSec, iptables or hosts.allow/hosts.deny. People can do many things to your server with only access to that port...

  15. #15
    Account Upgraded | Title Enabled! Alphakilo23 is offline
    MemberRank
    Jun 2010 Join Date
    Ze German ländLocation
    428Posts

    Re: Client

    Quote Originally Posted by Yamachi View Post
    Never, EVER open port 38170 unless you restrict access to it via IPSec, iptables or hosts.allow/hosts.deny. People can do many things to your server with only access to that port...
    I didn't notice that.

  16. #16
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: Client

    So change every port that cabal uses to other ones which people don't know.

  17. #17
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Client

    Quote Originally Posted by emi View Post
    So change every port that cabal uses to other ones which people don't know.
    That doesn't help at all, because you can easily port scan the server.

  18. #18
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: Client

    There it can be rewritten a rule to allow only specific packets through,though most of people here have a lot of other rysky ports open.
    Edit:I will be waiting for your Minerva tool,and I will write a firewall rule myself for Kerio Firewalls which can be easily extended to other Firewalls
    Last edited by emi; 15-08-10 at 12:09 AM.

  19. #19
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    Oh, Thanks. ;) But it is only for me and 3-4 friends. ;) oh, maybe 10 friends ;P. so, you think they will be able to connect if i disable firewall? You know... I had lot of servers, like tibia, counter-strike, and they could connect, and the same firewall i had. :O

  20. #20
    Enthusiast Gryffian is offline
    MemberRank
    Aug 2010 Join Date
    26Posts

    Re: Client

    ok all works correctly ;)

    See Ya ;)



Advertisement