-2

I want secure my computers network and I want implement some mechanism that prevent an unauthorized PC to connect to my servers (without use filter by MAC or IP, that is very weak). So my network has many Switch L2 unmanaged that obviously not support 802.1x Port Authentication. I am a Firewall between my servers and that's switches to prevents attack and I want implement 802.1x Port Authentication by Software in that server with Debian Linux. Is this possible?

1 Answers1

1

It's perfectly possible, but will require you rechecking some assumptions.

Since 802.1x is not available (because your hardware doesn't support it) and you (rightly) don't regard MAC address controls as sufficient, you cannot assume that presence on the network signifies right-to-access. Instead, connect the servers to a different, trusted network, and run a VPN on top of the client network; this will both require that clients prove their bona fides before being able to access the server network, and protect client-server traffic from malicious operators on the untrusted client network.

I do it on my small-office wifi; instead of providing separate guest and employee wifi, we run a single wifi, then use OpenVPN to enable trusted clients to access the protected office wireline network.

MadHatter
  • 78,442
  • 20
  • 178
  • 229