R
RunPod4mo ago
Gabriel

Running sshuttle in my pod

I am trying to connect my pod to my k8s cluster and I need to work with sshuttle -- I need iptables DNAT and REDIRECT modules installed. Is there a way to enable this on my instance? Alternatively I could also use nftables or TPROXY
10 Replies
Madiator2011
Madiator20114mo ago
there is firewall on runpod pods how do you use sshuttle? Never head anything about that app.
Gabriel
Gabriel4mo ago
its more or less a poor man's VPN using iptables + outgoing ssh connection
Madiator2011
Madiator20114mo ago
not sure if it's going to work as we run non elevated containers
Gabriel
Gabriel4mo ago
@Papa Madiator yeah I had to give up on runpod as I need net_admin and sys_module capabilities. for reference here's how I start my docker on LambdaLabs: docker run -it --cap-add net_admin --cap-add sys_module --network host --gpus all rayproject/ray:2.9.0-py310-cu117 Any plans on allowing this on runpod?
Madiator2011
Madiator20114mo ago
not possible as its security risk
Gabriel
Gabriel4mo ago
Wouldn't that be possible if we were provided with VMs instead of containers? (in a secure fashion)
Madiator2011
Madiator20114mo ago
Rent Bare-Metal GPU Servers
Rent a Bare-Metal GPU Server at an affordable price with Ubuntu or Windows operating system.
Gabriel
Gabriel4mo ago
It's worth a shot. Thanks!
Madiator2011
Madiator20114mo ago
though cant say it update
Gabriel
Gabriel4mo ago
Hopefully its not too expensive