How to access a web service behind a NAT?

后端 未结 8 614
死守一世寂寞
死守一世寂寞 2021-01-02 20:43

We have a product we are deploying to some small businesses. It is basically a RESTful API over SSL using Tomcat. This is installed on the server in the small business and i

8条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-02 21:21

    It's things like this that are the reason people are tunneling everything over http now, and why certain hardware vendors charge a small fortune for Layer 7 packet filtering.

    This is a tremendous amount of work to fix one problem when the customer has at least three problems. Besides the one you've identified, if they don't know their own password, then who does? An administrator who doesn't work there anymore? That's a problem.

    Second, if they don't know the password, that means they're almost certainly far behind on firmware updates to their firewall.

    I think they should seriously consider doing a PROM reset on their firewall and reconfiguring from scratch (and upgrading the firmware while they're at it).

    3 birds, one stone.

提交回复
热议问题