separate firewall on each VPS

Alvin M.

New member
Is it possible to install a separate firewall on VPS where there is already one firewall installed on main server?:confused:
 
More than likely

There is certainly nothing stopping you doing this in theory, but some of the virtualization technologies do not have the support for per-VPS firewalls.

Any of the systems that have each guest run its own kernel, such as Xen, VMWare, UML or KVM will support guest firewalls, because it is an OS level feature.

OpenVZ is a less cut and dry as all the guests use the same kernel. Thankfully OpenVZ does support guest firewalls, but this is configurable, so it depends on how the host is set up. You might find only some modules are available, but a quick chat with the hosting provider is often enough to sort that out.

Personally I have used firewalls on both Xen and OpenVZ guests and it all worked as expected, just like it does on a real machine.
 
Yes, typically each VPS is responsible for its own firewall.

One VPS can be completely locked down and another fully open.

On some managed systems a hardware firewall may be used but thats rare nowadays, iptables netfilter works great and is even used in some hardware firewalls running Linux.
 
Yes, typically each VPS is responsible for its own firewall.

One VPS can be completely locked down and another fully open.

On some managed systems a hardware firewall may be used but thats rare nowadays, iptables netfilter works great and is even used in some hardware firewalls running Linux.
And what about Windows ones?
 
Back
Top