Pulse connect VPN exists because unwanted avahi network starts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
avahi (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
Pulse VPNs exists very often because avahi enforces network 192.250.0.0/0 over tun0 interface. The message error is:
rmon.error Unauthorized new route to 169.254.0.0/0.0.0.0 has been added (conflicts with our route to 0.0.0.0), disconnecting (routemon.cpp:598)
No matter the options to skip avahi on /etc/default/
A fix can be done patching /etc/network/
--- /etc/network/
+++ /etc/network/
@@ -11,6 +11,10 @@
[ -x /usr/sbin/
+case "$IFACE" in
+ tun*) exit 0 ;;
+esac
+
[ "$IFACE" != "lo" ] || exit 0
case "$ADDRFAM" in
inet) ;;
tags: | added: bionic focal |
Changed in avahi (Ubuntu): | |
importance: | Undecided → Medium |
I missed to system information. Here is it:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
# dpkg -l "avahi*" Unknown/ Install/ Remove/ Purge/Hold Not/Inst/ Conf-files/ Unpacked/ halF-conf/ Half-inst/ trig-aWait/ Trig-pend /Reinst- required (Status,Err: uppercase=bad) ======= ======= ======= ======= ======= ==-==== ======= ======= ======= -====== ======= ======= =====-= ======= ======= ======= ======= ======= ======= ======= ======= ======= ======= ======= =======
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii avahi-autoipd 0.7-3.1ubuntu1.2 amd64 Avahi IPv4LL network address configuration daemon
ii avahi-daemon 0.7-3.1ubuntu1.2 amd64 Avahi mDNS/DNS-SD daemon
ii avahi-utils 0.7-3.1ubuntu1.2 amd64 Avahi browsing, publishing and discovery utilities