ec2-aws connection problems

frexorie

New member
Messages
8
Points
0
Github
fraxor
Hello to all Hercules Staffs and Members!

I'm sorry if i am asking for your help again...

so.. yesterday i solved about my closed ports, but my problem now is i can't connect from my local RO client to my server ec2-aws

these are my configurations

 Char-server.conf
login_ip: public_dns.com <--(but this echoes as my private ip 172.xxx.xxx.xxx)
char_ip: ec2-aws WAN IP
 
 Map-server.conf
char_ip: public_dns.com <--(but this echoes as my private ip 172.xxx.xxx.xxx)
map_ip: ec2-aws WAN IP
 
Subnet.conf
255.255.255.0.0:ec2-aws WAN IP : ec2-aws WAN IP
 
clientinfo.xml
<address>ec2-aws Wan IP</address>
also when i put  ec2-aws WAN IP (52.xxx.xxx.xxx) instead of public_dns.com on both Char-Server and Map-Server it gives me error on the ports 6121 and 6900 i don't know why.





/*** EDIT WOOOOOHHOOOO!! SOLVED AGAIN MY PROBLEM***/

I did these XDDD

# iptables -F
# iptables -X
# iptables -t nat -F
# iptables -t nat -X
# iptables -t mangle -F
# iptables -t mangle -X

 
Last edited by a moderator:
Back
Top