About network attacking #1015
khuntoakcomp
started this conversation in
Frontier TestNet - Bug Reporting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I heard that there is a network attacking from some members and I think it's possible to happen.
First in the document, there is a inbound rule config of port 8000. It's set to private IP (MyIP) but in my opinion it doesn't practical for using because of everybody use providerIP( providerIP is dynamic IP not static ). So it's easy to set inbound port 8000 to be 0.0.0.0/0 (public IP).
After you set port 8000 to be public and start every service to index. It's very easy to access this server
(Ex. http://<your_ip_server>:8000).
I suggest to delete port 8000 in inbound rule and use ssh to connect to server.
To map port 8000 to use Admin application, ssh have forward port method to mapping localhost with server port
(Ex ssh -i -L 8000:localhost:8000 :<ip_server>)
Beta Was this translation helpful? Give feedback.
All reactions