Can iptables or route be used to eg double-DNAT so traffic appears to be from a different bridge?

I have a host with different bridges and a daemon not only to listening on a certain IP, but it is also attached to the bridge. I would like to communicate with this daemon with traffic coming from another bridge/an interface not part of … Continue reading Can iptables or route be used to eg double-DNAT so traffic appears to be from a different bridge?

How do you securely give access to a Java App interactive console (Linux/GNU)?

I have a Java App running, which prints out messages into STDOUT and also has an active interactive console (also accepts STDIN), when the server has started up.

How do I securely give access to an external person (outside the network) to… Continue reading How do you securely give access to a Java App interactive console (Linux/GNU)?