I have few knowledge for network, I need some basic advice.
On my business domain, users is facility manager or system installer. There are not many users and they can have some responsibility for security.
My devices are made by Raspberry Pi that use Web GUI to control. But it is only used when it installed, few hours, no heavy traffic.
I think VPN is enough to handle this with following network description.
- one WireGuard VPN Interface on AWS EC2 with public IP.
- All devices connect to one
WireGuard
VPN Interface. - All authentic users connect to one
WireGuard
VPN Interface. - Admin restrict each user's accessing devices by
iptables
.
Could anybody tell me this is totally bad or suggest good direction?
Edit1: Expected Specification
Mainly, I worry about security.
- One user can access only to allowed devices.
- Users cannot access to EC2
- Users cannot access to other devices.
Is it possible that is configured by one VPN and iptables
?
Thanks,