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

Title: Ports Required for BeBot
Post 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
Title: Re: Ports Required for BeBot
Post by: dillinger on August 23, 2011, 08:16:09 am
*push* Ideas anyone?
Title: Re: Ports Required for BeBot
Post by: Oolwe on August 23, 2011, 09:38:49 am
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:
Code: [Select]
~$ 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:
Code: [Select]
netstat -p tcp -n 2
(2 = will refresh every 2sec, CTRL + C to terminate)

in YourBotFolder/conf/Serverlist.php:

Code: [Select]
// 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 ?
Title: Re: Ports Required for BeBot
Post by: dillinger on August 23, 2011, 12:03:00 pm
Thanx Oolwe

I will do some testing after the live servers are back on.
Title: Re: Ports Required for BeBot
Post by: dillinger on August 23, 2011, 06:11:49 pm
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
SimplePortal 2.3.7 © 2008-2025, SimplePortal