Can't connect to RCON

Hi, 
I want to host my Rust server on my computer. But I have some problems. Firstly, I fixed my computer IP address. Then I opened ports for server and rcon. 

server.port "10000" = I opened it in two ways as TCP/UDP
rcon.port "10010" = I opened it in two ways as TCP/UDP
rcon.web "1"

I opened the above ports to the computer.
When I start my server I cannot connect to the rcona from a different computer.
My server does not appear in the server list.
Do I need to open different ports or do I need to do something extra?

When I rent a vds server from host companies, I can access my rust server without experiencing any of these problems.

How can I solve these problems?

First verify whether or not you can connect to the server at all by connecting by opening the F1 client console and typing...

"client.connect IP_ADDRESS:PORT"

I wouldn't wait to see if your server appears in the server list, that might take awhile.

Merged post

Assuming you can't connect to your server, the way you open ports depends on your operating system. What version of Windows or Linux?