1. I was curious if Rust supports Linux because when I do this in SteamCMD:


    force_install_dir /home/garrysmod/rustserver
    app_update 258550 validate

    I get this:


    Steam>app_update 258550
    Success! App '258550' already up to date.


    I go to the rustserver folder and there is nothing in there other then some folders. Is it supported or something?
     
  2. Wulf

    Wulf Community Admin

    No, not officially. The only way you could possibly getting it working is by running it through Wine. You also have to download the server files on a Windows box and upload them to the Linux box.
     
  3. Well I actually have Microsoft Server 2012 R2 as a KVM/VM on my Dedicated Server and I have Rust on it but when I run the server, it won't allow me to connect. Receiving Failed to establish connection - no response from remote host. Since I am running this in a VM, I had to type this in:

    iptables -A FORWARD -p tcp -d 192.168.122.217 --dport 28015 -j ACCEPT

    Restarted the Rust server and tried again; same message again.

    Do you know why this occurring?


    *thanks for the quick reply too btw*
    [DOUBLEPOST=1422671846][/DOUBLEPOST]
    Sorry for bumping but yea; do you understand what I said or are you not familiar with iptables? :C
     
  4. You need route the port to the VM from the VM Software.

    Like VirtualBox you go to the VM Network->Net and setup a port forwarding.