I have set up an Amazon ec2 server but I want to open port 2195 and 443.
I already added ports from security group in Amazon console. When I listen port using
netstat -anltp | grep LISTEN
I got only two ports 23 and 80.
I also checked if ubuntu firewall is blocked or not.