Dimitri Papadopoulos Orfanos
Dimitri Papadopoulos Orfanos
`--pppd-no-peerdns` / `--pppd-use-peerdns=0`
It looks _systemd-resolved_ not being enabled by default in current _Fedora_ releases is considered a feature, not a bug: https://bugzilla.redhat.com/show_bug.cgi?id=1732487#c6 We're not the only ones complaining about DNS issues in...
Finally I have tried creating a VPN connection using _NetworkManager-fortisslvpn_ like you but it doesn't seem to be working by default. See error message in attached image, which approximatively translates...
@mario-d-s If you instruct me how to create the VPN connection with _NetworkManager_ like you do, I may be able to reproduce the problem on my side.
Ah, that's because on FreeBSD _openfortivpn_ runs the FreeBSD `ppp`. It's `pppd` on Linux. On FreeBSD, _openfortivpn_ is **unable** to instruct `ppp` **not** to mess with the DNS. On Linux,...
So far I haven't been able to understand whether it is possible to pass command line arguments to `ppp`. There are very few FreeBSD examples on the internet and I...
Indeed after `sudo dnf install NetworkManager-fortisslvpn-gnome` I can configure the VPN. However I still cannot connect, the software fails silently - and again without a single _SELinux_ error.
Ah, just had to restart the _Fedora_ machine - logging out/logging in might have been enough - and iIt works now: ``` $ cat /etc/resolv.conf # Generated by NetworkManager nameserver...
OK, _NetworkManager-fortisslvpn_ starts _openfortivpn_ as: ``` /bin/openfortivpn -c /var/lib/NetworkManager-fortisslvpn/8dd6b8bb-5deb-4de0-9e49-b423029cbc31.config --no-routes --pppd-use-peerdns=1 xxxxx.xxxx.de --pinentry /usr/libexec/nm-fortisslvpn-pinentry --pppd-plugin /usr/lib64/pppd/2.4.7/nm-fortisslvpn-pppd-plugin.so ``` The configuration file ` /var/lib/NetworkManager-fortisslvpn/8dd6b8bb-5deb-4de0-9e49-b423029cbc31.config` merely contains the username and password: ``` $...
Perhaps, but then I don't understand how the file with the credentials relates to `bash`: ``` Source Context system_u:system_r:openfortivpn_t:s0 Target Context system_u:object_r:shell_exec_t:s0 Target Objects /usr/bin/bash [ file ] ```