Jump to content
  • 0

Windows Server 2012 problems?


Wargog

Question

Hello, I am having an issue with getting Epoch server to show up in the server list. I am trying to direct connect to it using it's IP: 104.238.132.45

 

Everything loads up server side fine, just connecting with the client is the issue. I have made rules for inbound and outbound connections in Windows firewall, ports 2302, 2303 and 2304. Also, all my filters in game are cleared except for the IP in Remote.

 

I'll post all my configs and stuff below.

 

Launch params:

@echo off
start arma3server.exe -mod=@Epoch;@EpochHive; -config=C:\a3server\SC\config.cfg -ip=104.238.132.45 -port=2302 -profiles=SC -cfg=C:\a3server\SC\basic.cfg -name=SC -BEPath=C:\a3server\SC\BattlEye
cd C:\a3server\DB
start start-redis.cmd

 

EpochServer.ini:

[EpochServer]
BattlEyePath = C:\a3server\SC\BattlEye
InstanceID = NA123
LogAbuse = 1

[Redis]
IP = 127.0.0.1
Port = 6379
DB = 0
Password = **********

[SteamAPI]
Logging = 0
Key = 
VACBanned = 0
VACMinimumNumberOfBans = 0
VACMaximumDaysSinceLastBan = 0
PlayerAllowOlderThan = 0

 

redis.conf

bind 127.0.0.1
maxmemory 256mb
save 900 1
save 300 10
save 60 1000
requirepass ********

 

SC/Config.cfg

// EPOCH SERVER CONFIG

// GLOBAL SETTINGS
hostname        	= "OmacoStudio.com Epoch";
password         	= "";
passwordAdmin      	= "********";
logFile            	= "A3Master.log";
verifySignatures   	= 2;
BattlEye            = 1;
requiredBuild = 128937;

// WHITELIST FILE TYPES
allowedLoadFileExtensions[] = {:};
allowedPreprocessFileExtensions[] = {"sqf"};
allowedHTMLLoadExtensions[] = {:};

// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval

motd[] = {
	"Register @ omacostudio.com/forum to recieve your mystery package!",
	"Welcome to Omaco Studio Epoch!",
	"Hosted by Wargog."
};
motdInterval = 5;               // Time interval (in seconds) between each message

// JOINING RULES
maxPlayers = 30;		// Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

// VOTING
voteMissionPlayers	= 200;    // Prevents Votes.
voteThreshold		= 2; // Prevents Votes.
// DISALLOW VOTING since 1.39 
allowedVoteCmds[] = {};
allowedVotedAdminCmds[] = {};

// INGAME SETTINGS
disableVoN	= 0;        	// If set to 1, Voice over Net will not be available
vonCodecQuality = 20;       // Quality from 1 to 30
forceRotorLibSimulation = 0; // Enforces the Advanced Flight Model on the server. Default = 0 (up to the player). 1 - forced AFM, 2 - forced SFM.
persistent	= 1;        	// If 1, missions still run on even after the last player disconnected.

// MISSIONS CYCLE (see below) (epoch.Altis, epoch.Stratis, epoch.Chernarus, epoch.Bornholm)
class Missions
{
	class Epoch {
		template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
		difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
	};
};

kickDuplicate = 1;
equalModRequired = 0;
requiredSecureId = 2;
timeStampFormat = "short";

// SCRIPTING ISSUES
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";

// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)";	// unsigned data detected
onHackedData = 	"kick (_this select 0)";	//"ban (_this select 0)"; // tampering of the signature detected
onDifferentData = "kick (_this select 0)";

 

BEServer.cfg

RConPassword ********
MaxPing 500

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Make sure you open Ports

2302 TCP and UDP

2303 TCP AND UDP 

2304 TCP and UDP

2305 TCP and UDP

 

Remember you have 2 firewalls.

 

1 built into Windows 2012 and 1 on your router.  So what you should do is completely disable your Windows 2012 firewall and turn it off. Let your Router control ports. 

 

2. If this is a hosted server, than they opened all ports on your public IP pointed to your server, so in this case you will need to use Windows 2012 Firewall

 

You can always use a

portchecker.co

 

To make sure ports are open.

Link to comment
Share on other sites

  • 0

I don't have a router, this is on a VPS I bought that automatically has all ports open. I'll try shutting down Windows firewall and see what it does.

@Tyler, I already tried it without the IP param, I just threw it in there to see if it would work, I meant to take it back out.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...