I am developing on my Orin AGX and would like to push code to a remote repo. For this I must log into our VPN first, but when I try to use openfortivpn to connect, I get the above error. I tried to compile the kernel networking module for ppp (kernel customization guide) , but that did not work. It would be most convenient to be able to push code from the device. Any ideas?
This is not an answer per se, but you might find this useful (hopefully).
PPP would require nothing more than a kernel module for PPP. You mentioned kernel customization unsuccessful, but you could still explore this. I have no idea which kernel modules in particular are needed.
If you have networking, then you could easily just switch to ssh
if the VPN allows this. Sometimes one has access via VPN only, but sometimes you have both VPN and ssh
. Does ordinary ping work? Can you push code to your PC and then from PC to repo?
I have no idea about openfortivpn, I have not heard of it.