Thursday, April 30, 2020

openvpn --config client.ovpn fail: RTNETLINK answers: File exists

I have removed route remote_host 255.255.255.255 net_gateway from client.ovpn file

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...