Hi all-
I recently jailed my externally-web-accessible services for security reasons. I currently have two separate jails:
I'm hopeful this is possible with some advanced pf chops -- essentially redirecting an scgi/xmlrpc call from ruTorrent to <webjail_ip>:5000 to rtorrent listening on <vpnjail_localhost>:5000.
Happy to provide more specifics as needed. Thanks in advance for any and all insight here.
dd
I recently jailed my externally-web-accessible services for security reasons. I currently have two separate jails:
- vpnjail: this jail hosts rtorrent, and connects to the outside world over a persistent openvpn connection on tun0.
- webjail: this jail hosts standard webservices such as lighttpd on my internal LAN, igb0.
I'm hopeful this is possible with some advanced pf chops -- essentially redirecting an scgi/xmlrpc call from ruTorrent to <webjail_ip>:5000 to rtorrent listening on <vpnjail_localhost>:5000.
Happy to provide more specifics as needed. Thanks in advance for any and all insight here.
dd