Closed Velrous closed 2 years ago
Looks like it would be useful to follow the advice in the error message and run dmesg
straight after the script fails. See here, for example: https://stackoverflow.com/questions/26936653/ratelimiting-with-iptables-recent-gives-error
Hello, I tried to run the script on a clean installed ubuntu 20.04 and 18.04 and every time I get the error:
I found that there was already a similar problem https://github.com/jawj/IKEv2-setup/issues/132
Command execution
ip route get 1.1.1.1
returns:I also modified the file
setup.sh
and changed the line#!/bin/bash -e
to#!/bin/bash -ex
After re-executionsetup.sh
I got this: