You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have Ubuntu vm from lima , i installed libreswan to connect to VPN from the linux guest and successfully connected
now i want to share the VPN to my mac OS host, mac os is not compatible to libreswan and also not compatible to our Network VPN , the only way to connect is to use the linux ,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi ,
would like to ask if this is possible
i have Ubuntu vm from lima , i installed libreswan to connect to VPN from the linux guest and successfully connected
now i want to share the VPN to my mac OS host, mac os is not compatible to libreswan and also not compatible to our Network VPN , the only way to connect is to use the linux ,
any ideas ?
i just want to mac os -> browse http://web.company.com -> en0 forward to (lima0) -> connect to http://web.company.com -> route back to (lima0->en0)
i want to access port 80,443 (SQL server 1433) , (139 smb ,445 windows share ), 3389 (RDP)
actually port forwarding via iptables works only on 80 and port 443 other does not work
on linux
sudo iptables -t nat -A PREROUTING -i lima0 -p tcp --dport 80 -j REDIRECT --to-port 8888 (port 8888 is the proxy server i created )
on mac i did this
sudo ip route add 192.0.0.0/8 via 192.168.105.2
the above works but the other ports like 445 , 3389 doesn't work
please help
Beta Was this translation helpful? Give feedback.
All reactions