http://my_ip:4028
I'll setup port forwarding in my router but how would I configure the other miners as well? Because the main page comes up real nice on my VPS.
Thanks,
Michael
Port forwarding on the router means that you can choose any port on the outside interface of the router and forward it to an address and port on a machine on the internal interface of the router.
So say your external interface on the router is 196.345.67.1
You can have port 1001 on the external interface point to port 4028 on the miner ip 192.168.1.101
i.e. 196.345.67.1:1001 ---> 192.168.1.101:4028
But you can also forward ports 1002, 1003, 1004, 1005 etc to other machines even if they are using the same port
i.e. 196.345.67.1:1001 ---> 192.168.1.101:4028
196.345.67.1:1002 ---> 192.168.1.102:4028
196.345.67.1:1003 ---> 192.168.1.103:4028
196.345.67.1:1004 ---> 192.168.1.104:4028
etc
Note how the external IP doesn't change, but the port does, and the internal IP does change but the port doesn't
Now having explained all this I don't actually think its a real good idea to open up these ports on your router directly to the miner unless you can protect them somehow, at the least by limiting access by IP address.