|
|
|
|
|
by technion
3839 days ago
|
|
- Plenty of services that can't adequately be secured any other way are often mitigated by restricting access to VPN users coming in over a network device. I appreciate that "just secure the service" is supposed to be the best practice, but when you're talking about things like IPMI interfaces or SCADA devices the alternatives approache zero - Controlling the networking equipment can open you up to things like sslstrip |
|
My strategy with IPMI has been to assign IPMI non-routable, private IP addresses, then block that address space at the interior of the network (which is sort of redundant) and then require folks to SSH onto an interior host and connect to IPMI that way.
I would be very interested in, and receptive to, criticisms of this model ...