3

I had a problem recently experience by some users and perapsh solved in here . Unluckly for me, they are not working. I followed these steps:

  1. sudo nano /etc/default/avahi-deamon and I change the local detection from 1 to 0 and reboot.
  2. sudo nano /etc/avahi/avahi-deamon.conf and de-comment the line domain-name=.alocal as suggested here and reboot.
  3. making both changes and then reboot.

In all the three cases every time I try to open firefox web browser I receive this screen

screen

As done at the end of this post I attached here all the informations I could be able to give you in order to better help me.

$ ifconfig | grep 'inet addr'
inet addr:192.168.11.3 Bcast:192.168.11.255 Mask:255.255.255.0    
inet addr:127.0.0.1 Mask:255.0.0.0

$ lost -t SOA local
local has address 192.168.11.1

Also, someone pointed out another file in /etc/network/if/up.d/avahi-daemon which I attached here as a txt.

Update

The ifconfig returns me

enp2s0    Link encap:Ethernet  HWaddr 70:5a:0f:92:7c:3a  
          inet addr:212.14.9.221  Bcast:212.14.9.255  Mask:255.255.255.0
          inet6 addr: fe80::ac26:404:38d4:e635/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:939985 errors:0 dropped:0 overruns:0 frame:0
          TX packets:591143 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:894254059 (894.2 MB)  TX bytes:75797571 (75.7 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:51159 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51159 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:3964312 (3.9 MB)  TX bytes:3964312 (3.9 MB)

wlp3s0    Link encap:Ethernet  HWaddr 44:1c:a8:22:fb:ab  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Many thanks to all.

0 Answers0