BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: dillinger on August 19, 2011, 12:46:50 pm
-
Hi community
Since we have switched to a FortiGate firewall solution that day, I'm not able to connect with ANY of my hostet bots to the AOC chat-server/dimension.
Wich TCP and/or UDP ports do I have to enter in my new port forwarding policy?
Simply forwarding port 7000 (TCP) won't work!
Thanx, dill
-
*push* Ideas anyone?
-
If your firewall is open in Output, you connect Bebot to the AOC chat server after it will use relative connection, theorically nothing to open, if internet firefox work, it should work or you have port closed in output.
On my box, when the bot start:
~$ netstat --tcp -n -c
tcp 0 0 192.168.3.188:42442 213.244.186.133:7000 TIME_WAIT
tcp 0 0 192.168.3.188:51910 213.244.186.133:7002 ESTABLISHED
negociation on port 7000 then connection on port 7002, random port on my side
On windows you can use in dos window to monitor:
netstat -p tcp -n 2
(2 = will refresh every 2sec, CTRL + C to terminate)
in YourBotFolder/conf/Serverlist.php:
// AOC
$server_list['aoc']['EU'] = array('server'=>'aoc-eu-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['US'] = array('server'=>'aoc-us-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['Aoctestlive'] = array('server'=>'testlive.ageofconan.com', 'port'=>7000);
Your firewall don't allow relative output connection to port 7000 maybe ?
-
Thanx Oolwe
I will do some testing after the live servers are back on.
-
I had to open the portrange from 7000 to 7008 TCP and it worked!
(http://www.abload.de/thumb/2011-08-23_181005eqxn.jpg) (http://www.abload.de/image.php?img=2011-08-23_181005eqxn.jpg)
Cheers