Skip to content

Bitmask blocking internet access after hibernate

I hibernated my laptop and resumed it, but afterwards it blocked all internet access. It was still running, here's some debug information:

--- ~ » sudo iptables -nL                                                                                                                        3 ↵
[sudo] password for varac: 
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
bitmask    all  --  0.0.0.0/0            0.0.0.0/0           

Chain bitmask (1 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            192.168.178.0/24    
ACCEPT     udp  --  192.168.178.0/24     0.0.0.0/0            udp dpt:53
ACCEPT     tcp  --  192.168.178.0/24     0.0.0.0/0            tcp dpt:53
RETURN     udp  --  0.0.0.0/0            239.255.255.250      udp dpt:1900
RETURN     udp  --  0.0.0.0/0            224.0.0.251          udp dpt:5353
ACCEPT     all  --  0.0.0.0/0            46.165.242.169      
REJECT     all  --  0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable
--- ~ » host ix.de
../../../../lib/isc/unix/net.c:581: sendmsg() failed: Operation not permitted
../../../../lib/isc/unix/socket.c:2104: internal_send: 127.0.0.53#53: Invalid argument
^C%                                                                                                                                                  --- ~ » which bitmask                                                                                                                            1 ↵
/usr/bin/bitmask
--- ~ » dpkg -l bitmask
dpkg-query: no packages found matching bitmask
--- ~ » dpkg -l bitmask-\*                                                                                                                       1 ↵
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version              Architecture         Description
+++-===============================-====================-====================-===================================================================
ii  bitmask-chromium                0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.
ii  bitmask-core                    0.10.0+0~20170905155 all                  Provides the desktop client for LEAP
ii  bitmask-js                      0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.
ii  bitmask-mail                    0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.
ii  bitmask-mua                     0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.
ii  bitmask-qt                      0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.
ii  bitmask-vpn                     0.10.0+0~20170905155 all                  Desktop client to access LEAP Services.

--- ~ » apt policy bitmask-vpn
bitmask-vpn:
  Installed: 0.10.0+0~20170905155445.17820+fixbdistwheel+zesty~717.g8bd62e26
  Candidate: 0.10.0+0~20170905155445.17820+fixbdistwheel+zesty~717.g8bd62e26
  Version table:
 *** 0.10.0+0~20170905155445.17820+fixbdistwheel+zesty~717.g8bd62e26 500
        500 http://deb.leap.se/client zesty/snapshots amd64 Packages
        500 http://deb.leap.se/client zesty/snapshots i386 Packages
        100 /var/lib/dpkg/status
     0.10.0+0~20170831195348.17482+master+zesty~115.g808f9d35 500
        500 http://deb.leap.se/client zesty/master amd64 Packages
        500 http://deb.leap.se/client zesty/master i386 Packages


I was using the zesty .debs that resulted from my mister !182 (merged).

Here's bitmaskd.log: bitmaskd.log