Quantcast
Channel: Ubuntu Forums - Networking & Wireless
Viewing all 23300 articles
Browse latest View live

[SOLVED] Ubuntu Server 16.04 VirtualBox IP Not Working

$
0
0
Hi,
So I have Ubuntu 16.04 Server installed on Virtual Box 64bit, and I'm using Apache but have no way to use a web browser that is connected to the same network as the virtual machine to see what is being displayed on that IP.
When I type
Code:

ifconfig | grep addr
this comes up: http://prntscr.com/bw7eti.
192.168.1.204 - refused to connect.
192.168.1.255 - might be temporarily down or it may have moved permanently to a new web address

192.168.122.1 - took too long to respond.
192.168.122.225 - took too long to respond.
127.0.1.1 - blank white page.

My Virtual Box Network settings are:
Attached to: Bridged Adapter
Name: Intel(R) 82566DM-2 Gigabit Network Connection.
Adapter Type: Intel PRO/1000 MT Desktop (82540EM)
Promiscuous Mode: Allow VMs
MAC Address: 0800274926A
Cable Connected - Ticked.
----------------------
Thanks!
Luca

Missing: wired connection

$
0
0
I run Ubuntu 16.04 65 bit.

Yesterday I did some packages upgrade, after rebooting my box (without wifi) the wired connection has gone.

ifconfig says that a device named enp3s0 appeared:
Code:

mune@lello:~$ ifconfig
enp3s0    Link encap:Ethernet  IndirizzoHW c0:3f:d5:96:0c:7b 
          indirizzo inet:192.168.1.2  Bcast:192.168.1.255  Maschera:255.255.255.0
          indirizzo inet6: fe80::c23f:d5ff:fe96:c7b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9 errors:0 dropped:0 overruns:0 frame:0
          TX packets:186 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000
          Byte RX:540 (540.0 B)  Byte TX:18777 (18.7 KB)

lo        Link encap:Loopback locale 
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1224 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1224 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1
          Byte RX:94992 (94.9 KB)  Byte TX:94992 (94.9 KB)


I modified the file /etc/network/interfaces and the network manager:
Code:

mune@lello:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)

auto lo
iface lo inet loopback

auto enp3s0
iface enp3s0 inet static
        address 192.168.1.2
        netmask 255.255.255.0
        gateway 192.168.1.1

auto eth0
iface eth0 inet static
        address 192.168.1.2
        netmask 255.255.255.0
        gateway 192.168.1.1

dns-nameservers 192.168.1.1, 8.8.8.8, 8.8.4.4

[code[mune@lello:~$ nmcli con
NOME UUID TIPO DEVICE
Connessione via cavo 1 ce61c593-6c52-4d51-86ae-1562f8da7e9d 802-3-ethernet --
Connessione via cavo 2 0fecd2c8-cf1c-4880-bb49-fa9fee15722a 802-3-ethernet -- [/code]

and pinging the modem isn't working (where 192.168.1.1 is my modem/router/gateway)

Code:

mune@lello:~$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
From 192.168.1.2 icmp_seq=2 Destination Host Unreachable
From 192.168.1.2 icmp_seq=3 Destination Host Unreachable
^C

I think that getting the list of the recent upgraded packages it would be possible to identify the responsable and after downgrading it revert back to wired connection.

The router and cables are ok because some other device works.

Moreover the wifi part of the router works (now I'm connected with a wifi dongle).

Googling I've found oyer got the sane problem but no 3D offered a solution.
.

Primary namesever always queried first?

$
0
0
Is a primary nameserver always queried first by non-authoritative DNS servers trying to resolve a domain?

Wireless inop Lenovo g530 notebook

$
0
0
Broadcom WiFi thinks the wifi switch is off. Lenovo g530 has no external switch. HELP

DNS & DHCP configuration

$
0
0
Good Morning,

I am trying to setup DNS and DHCP updating of DNS on my home LAN, but I think my configuration is not right because I do not believe DHCP is updating DNS. I can however browser the internet just fine, so forward resolving is working.

subnet: 192.168.55.0
gateway: 192.168.55.1
ubuntuws01 : 192.168.55.254 (DNS bind9 and DHCP isc-dhcp-server running on this host)
domain: lan.geekhelp.co.nz

I have a few coomputers on the LAN, mainly windows.

Conf files:
named.conf
Code:


include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";

logging{
  channel simple_log {
    file "/var/log/named/bind.log" versions 3 size 5m;
    severity debug;
    print-time yes;
    print-severity yes;
    print-category yes;
  };
  category default{
    simple_log;
  };
};

named.conf.options
Code:

options {
        directory "/var/cache/bind";

        // If there is a firewall between you and nameservers you want
        // to talk to, you may need to fix the firewall to allow multiple
        // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0's placeholder.

        forwarders {
                203.109.191.1;
                203.118.191.1;
        };

        //========================================================================
        // If BIND logs error messages about the root key being expired,
        // you will need to update your keys.  See https://www.isc.org/bind-keys
        //========================================================================
        dnssec-validation auto;

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};

named.conf.local
Code:

//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";

key "DHCP_UPDATER" {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret "ZTc**********SuyA==";
};

controls {
        inet 127.0.0.1 allow { localhost; 192.168.55.254; } keys { "DHCP_UPDATER"; };
};

zone "lan.geekhelp.co.nz" {
        type master;
        file "/etc/bind/db.geekhelp.local";
        allow-update {key "DHCP_UPDATER"; };
        notify yes;
};

zone "55.168.192.in-addr.arpa" {
        type master;
        file "/etc/bind/db.192";
        allow-update {key "DHCP_UPDATER"; };
        notify yes;
};

db.geekhelp.local
Code:

;
; BIND data file for local loopback interface
;
$TTL    604800
@      IN      SOA    ubuntuws01.lan.geekhelp.co.nz. algrant.local. (
                              4        ; Serial
                        604800        ; Refresh
                          86400        ; Retry
                        2419200        ; Expire
                        604800 )      ; Negative Cache TTL
;
@      IN      NS      ubuntuws01.lan.geekhelp.co.nz.
@      IN      A      127.0.0.1
@      IN      AAAA    ::1

; *** A RECORDS ***

ubuntuws01                      IN      A      192.168.55.254
draytek                        IN      A      192.168.55.1
ubuntuws01.lan.geekhelp.co.nz  IN      A      192.168.55.254
lan.geekhelp.co.nz              IN      A      127.0.0.1

; *** CNAME RECORDS ***
ns                              IN      CNAME  ubuntuws01

syslog after restart of both services
Code:

Jul 23 11:58:01 UBUNTUWS01 named[23433]: ----------------------------------------------------
Jul 23 11:58:01 UBUNTUWS01 named[23433]: BIND 9 is maintained by Internet Systems Consortium,
Jul 23 11:58:01 UBUNTUWS01 named[23433]: Inc. (ISC), a non-profit 501(c)(3) public-benefit
Jul 23 11:58:01 UBUNTUWS01 named[23433]: corporation.  Support and training for BIND 9 are
Jul 23 11:58:01 UBUNTUWS01 named[23433]: available at https://www.isc.org/support
Jul 23 11:58:01 UBUNTUWS01 named[23433]: ----------------------------------------------------
Jul 23 11:58:01 UBUNTUWS01 named[23433]: adjusted limit on open files from 4096 to 1048576
Jul 23 11:58:01 UBUNTUWS01 named[23433]: found 2 CPUs, using 2 worker threads
Jul 23 11:58:01 UBUNTUWS01 named[23433]: using 2 UDP listeners per interface
Jul 23 11:58:01 UBUNTUWS01 named[23433]: using up to 4096 sockets
Jul 23 11:58:01 UBUNTUWS01 named[23433]: loading configuration from '/etc/bind/named.conf'
Jul 23 11:58:01 UBUNTUWS01 named[23433]: reading built-in trusted keys from file '/etc/bind/bind.keys'
Jul 23 11:58:01 UBUNTUWS01 named[23433]: initializing GeoIP Country (IPv4) (type 1) DB
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GEO-106FREE 20160408 Bu
Jul 23 11:58:01 UBUNTUWS01 named[23433]: initializing GeoIP Country (IPv6) (type 12) DB
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GEO-106FREE 20160408 Bu
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP City (IPv4) (type 2) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP City (IPv4) (type 6) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP City (IPv6) (type 30) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP City (IPv6) (type 31) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP Region (type 3) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP Region (type 7) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP ISP (type 4) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP Org (type 5) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP AS (type 9) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP Domain (type 11) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: GeoIP NetSpeed (type 10) DB not available
Jul 23 11:58:01 UBUNTUWS01 named[23433]: using default UDP/IPv4 port range: [32768, 60999]
Jul 23 11:58:01 UBUNTUWS01 named[23433]: using default UDP/IPv6 port range: [32768, 60999]
Jul 23 11:58:01 UBUNTUWS01 named[23433]: listening on IPv6 interfaces, port 53
Jul 23 11:58:01 UBUNTUWS01 named[23433]: listening on IPv4 interface lo, 127.0.0.1#53
Jul 23 11:58:01 UBUNTUWS01 named[23433]: listening on IPv4 interface enp1s0, 192.168.55.254#53
Jul 23 11:58:01 UBUNTUWS01 named[23433]: generating session key for dynamic DNS
Jul 23 11:58:01 UBUNTUWS01 named[23433]: sizing zone task pool based on 7 zones
Jul 23 11:58:01 UBUNTUWS01 named[23433]: using built-in root key for view _default
Jul 23 11:58:01 UBUNTUWS01 named[23433]: set up managed keys zone for view _default, file 'managed-keys.bind'
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 10.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 16.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 17.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 18.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 19.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 20.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 21.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 22.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 23.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 24.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 25.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 26.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 27.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 28.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 29.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 30.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 31.172.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 168.192.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 64.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 65.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 66.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 67.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 68.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 69.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 70.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 71.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 72.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 73.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 74.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 75.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 76.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 77.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 78.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 79.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 80.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 81.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 82.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 83.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 84.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 85.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 86.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 87.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 88.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 89.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 90.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 91.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 92.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 93.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 94.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 95.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 96.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 97.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 98.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 99.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 100.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 101.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 102.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 103.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 104.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 105.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 106.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 107.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 108.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 109.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 110.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 111.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 112.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 113.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 114.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 115.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 116.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 117.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 118.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 119.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 120.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 121.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 122.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 123.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 124.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 125.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 126.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 127.100.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 254.169.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: D.F.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 8.E.F.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 9.E.F.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: A.E.F.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: B.E.F.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: automatic empty zone: EMPTY.AS112.ARPA
Jul 23 11:58:01 UBUNTUWS01 named[23433]: command channel listening on 127.0.0.1#953
Jul 23 11:58:08 UBUNTUWS01 systemd[1]: Stopping ISC DHCP IPv4 server...
Jul 23 11:58:08 UBUNTUWS01 systemd[1]: Stopped ISC DHCP IPv4 server.
Jul 23 11:58:08 UBUNTUWS01 systemd[1]: Started ISC DHCP IPv4 server.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Internet Systems Consortium DHCP Server 4.3.3
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Copyright 2004-2015 Internet Systems Consortium.
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Internet Systems Consortium DHCP Server 4.3.3
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Copyright 2004-2015 Internet Systems Consortium.
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: All rights reserved.
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: For info, please visit https://www.isc.org/software/dhcp/
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: All rights reserved.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: For info, please visit https://www.isc.org/software/dhcp/
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Config file: /etc/dhcp/dhcpd.conf
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Database file: /var/lib/dhcp/dhcpd.leases
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Config file: /etc/dhcp/dhcpd.conf
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Database file: /var/lib/dhcp/dhcpd.leases
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: PID file: /run/dhcp-server/dhcpd.pid
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: PID file: /run/dhcp-server/dhcpd.pid
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Wrote 8 leases to leases file.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Internet Systems Consortium DHCP Server 4.3.3
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Copyright 2004-2015 Internet Systems Consortium.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: All rights reserved.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: For info, please visit https://www.isc.org/software/dhcp/
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Wrote 8 leases to leases file.
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Listening on LPF/enp1s0/bc:5f:f4:a3:86:42/192.168.55.0/24
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Sending on  LPF/enp1s0/bc:5f:f4:a3:86:42/192.168.55.0/24
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Listening on LPF/enp1s0/bc:5f:f4:a3:86:42/192.168.55.0/24
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Sending on  LPF/enp1s0/bc:5f:f4:a3:86:42/192.168.55.0/24
Jul 23 11:58:08 UBUNTUWS01 sh[23457]: Sending on  Socket/fallback/fallback-net
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Sending on  Socket/fallback/fallback-net
Jul 23 11:58:08 UBUNTUWS01 dhcpd[23457]: Server starting service.
algrant@ubuntuws01:/etc/bind$

syslog after client tried to register
Code:

Jul 23 11:59:31 UBUNTUWS01 dhcpd[23457]: DHCPREQUEST for 192.168.55.103 from 40:25:c2:84:3a:cc (GRANTLP01) via enp1s0
Jul 23 11:59:31 UBUNTUWS01 dhcpd[23457]: DHCPACK on 192.168.55.103 to 40:25:c2:84:3a:cc (GRANTLP01) via enp1s0
Jul 23 11:59:31 UBUNTUWS01 dhcpd[23457]: Unable to add forward map from GRANTLP01.lan.geekhelp.co.nz. to 192.168.55.103: SERVFAIL

And finally dhcpd.conf
Code:

ddns-updates on;
ddns-update-style interim;

ddns-domainname "lan.geekhelp.co.nz.";
ddns-rev-domainname "in-addr.arpa.";

update-static-leases on;
allow unknown-clients;
use-host-decl-names on;
key DHCP_UPDATER {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret "ZTcS******************A==";
}

option domain-name "lan.geekhelp.co.nz";
option domain-name-servers ubuntuws01.lan.geekhelp.co.nz;

default-lease-time 1814400;
max-lease-time 1814400;

log-facility local7;

# ***************************
# ******* DNS ZONES *********
# ***************************

zone lan.geekhelp.co.nz. {
        primary 127.0.0.1;
        key DHCP_UPDATER;
}

zone 55.168.192.in-addr.arpa. {
        primary 127.0.0.1;
        key DHCP_UPDATER;
}

# **************************************
# ********* GEEKHELP LAN SCOPE *********
# **************************************

subnet 192.168.55.0 netmask 255.255.255.0 {
        range 192.168.55.100 192.168.55.200;
        option subnet-mask 255.255.255.0;
        option routers 192.168.55.1;
        option domain-name-servers 192.168.55.254;
        option domain-name "lan.geekhelp.co.nz";
        option domain-search "lan.geekhelp.co.nz";
        ddns-domainname "lan.geekhelp.co.nz.";
        ddns-rev-domainname "in-addr.arpa.";
}

I hope this helps and someone can point me in the right direction.

Thanks in advance

-Al

[SOLVED] Local network messaging

$
0
0
I run Ubuntu 14.04 on all my computers. I have 2 on wired network and 1 on wifi. I want to be able to send text messages between my local networked computers. Any help would be appreciated.

AR9485 WiFi and Bluetooth not starting on boot, Ubuntu 16.04

$
0
0
I have replaced my wireless card in my laptop last night as the previous one stopped working.
The new card is Qualcomm Atheros AR9485, I found it much better than my previous wifi card as it has better signal, doesn't drop connection and bluetooth is working, the only thing is neither the wireless or bluetooth work on startup so I have to suspend my laptop before I even get to log in which is a bit annoying, after it wakes up everything is working perfectly.

I ran the wireless-info script twice, before I suspended the laptop and after and compared the results with "sdiff". I noticed that
Code:

bnep,ath3k,btbcm,btrtl,btusb,rfcomm,btintel
were being loaded only after I suspended the laptop so I added them manually to load on startup which they do now but that hasn't fixed my problem.

Here's the full output of my wireless-info script of both before (left column) and after (right column) suspending
results.txt.tar.gz

Also in dmesg it looks like the wireless and bluetooth card doesn't go on until after the wakeup
Code:

[  694.053141] PM: Finishing wakeup.
[  694.053145] Restarting tasks ... done.
[  694.131556] usb 1-1.3: new full-speed USB device number 4 using ehci-pci
[  694.225849] usb 1-1.3: New USB device found, idVendor=0930, idProduct=0219
[  694.225859] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  694.225864] usb 1-1.3: Product: Bluetooth USB Host Controller
[  694.225868] usb 1-1.3: Manufacturer: Atheros Communications
[  694.225872] usb 1-1.3: SerialNumber: Alaska Day 2006

Is there any way to force this device to be enabled on startup?
Attached Files

WiFi Issues with Qualcomm Atheros QCA6174?

$
0
0
Hey guys, so I'm relatively new to Ubuntu and just installed Ubuntu 16.04 on my laptop (MSI gt72 dominator...)

I love it, and I finally got pretty much everything working, but I'm having one very frustrating issue. Wifi works just fine, but my connection to the internet will stop working a few times an hour. I'll remain connected to a WiFi network, good signal, but the internet will just stop working. I then disconnect and reconnect and it works again. This makes gaming and other things a real pain. Is there a wireless driver I should install that's more reliable than whatever one I'm using now? Also, I've noticed a general slowdown in speed. I used to get around 60 Mb/s, now I'm at around 8 Mb/s.

My Wireless Card:
Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 20)

More Info:
Code:

  *-network
      description: Wireless interface
      product: QCA6174 802.11ac Wireless Network Adapter
      vendor: Qualcomm Atheros
      physical id: 0
      bus info: pci@0000:04:00.0
      logical name: wlp4s0
      version: 20
      serial: 10:08:b1:8a:9e:eb
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=ath10k_pci driverversion=4.4.0-31-generic firmware=SW_RM.1.1.1-00157-QCARMSWPZ-1 ip=192.168.1.19 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn


network issue, eno1 not eth1 interface

$
0
0
I have a new ubuntu 16.04 server install with an xubuntu desktop. The server is running avashi and smb and appears in the clients' finder window. I have ssh setup and working and I can use a remote terminal to access the server. I cannot find a way to remotely access the desktop in any usable way. The client computer(s) run OS X el Capitan (10.10 I think, I have lost track). The issue seems to be something to do with the network settings.
In OS X I can see the ubuntu box but not access it. It will not accept the (correct) password. I can log into the ubuntu box using nomachine from a client, but cannot connect to any of the OS X machines using ssh. The ethernet interface is called eno1 not eth1 as I expected. This seems to be the only part of the puzzle that is not what I expected. What am I missing and what do I need to do to fix it? Googling hasn't provided an answer, so any assistance will be appreciated.

[xubuntu] Ralink RT3290 causing problems

$
0
0
Okay, I hope there are people who like to solve these kind of problems online. :)

I have CQ58-250SM compaq hp laptop, and it's... no good.

It suddenly restarts in windows, fails, blablabla... So I gave linux a shot, because I need only couple of things: Wifi support, browser, videos, music, simple word processor.

I tried Lubuntu, machine keeps restarting, then I tried RAM only systems, Linux Puppy, which works great, and Porteus, also great, but my wifi is not supported anywhere (as well in lubuntu, really buggy)



My question is - can you explain a complete linux noob how to install wifi drivers without active internet connection (I can download files on my desktop and transfer them to laptop) so I can use my wireless adapter in any distro?
I'm downloading Xubuntu atm and will try it, but I think I will have same problem as with Lubuntu - device not ready or I could not find module at all like on puppy.

Thanks in advance!

Config Files iptabls bzw. Stop-Skript bei Start-up

$
0
0
Hallo Zusammen!

Ich habe mich anscheinend versehntlich mittels iptables von meiner VM ausgesperrt und komme mittels SSH nicht mehr darauf. Der Fehler ist noch 100%ig verifziert, aber ich denke es liegt daran. Ich habe jedoch die Möglichkeit das Volume an eine andere VM zu hängen. Jetzt war meine Idee:

1. Die Config-Dateien "manuell" zu bearbeiten oder
2. Ein Start Skript zu schreiben dass die iptables erst mal flusht.

Weiß jemand von euch wo die Config unter Ubuntu 14.04 standardmäßig liegt bzw. wie ich ein Start-Skript platzieren muss damit es beim start ausgeführt wird?

Danke für eure Hilfe!

MfG

[ubuntu] Ubuntu as a Chromecast Audio receiver?

$
0
0
Hello,

I have a Chromecast Audio device. And mighty fine it is too - it allows me to play music from my Android 'phone to an amp and set of speakers wirelessly, with very good sound quality. I'm a big Android user and it's a great device.

However I've wondered whether there is any way of setting up an Ubuntu machine as a Chromecast Audio and 'casting' music to it from my Android 'phone? i.e. Is there a way of configuring a Ubuntu machine to present itself to a network as a Chromecast Audio and play music that is cast to it?

The reason I ask is that you can use two Chromecast Audio devices together to play music in sync, thus giving you effectively a multi-room audio system without needing to wire loads of sets of speakers in. If I could make several Ubuntu laptops work as Chromecast Audios then I could play music in all the rooms in my house simultaneously. (I know I can play music from one Ubuntu machine to another by configuring them as DLNA sinks but it's not possible to make them play without differing lag times between the machines, which makes them un-listenable.)

All help welcomed, thank you. Please do ask if my question doesn't make sense.

(Mods: I wasn't sure where to put this topic- I couldn't see a dedicated 'Audio' sub-forum so have put it in the 'Networking' one. Please do move it if there is a better place for it.)


Oli.

[ubuntu] Unable to connect WIFI using Ubuntu 16.04 LTS

$
0
0
Hello,
I have recently upgraded from ubuntu 14.04 to 16.04 LTS version and I have been facing problem while connecting to wifi networks in both the OSs.
I am able to see all the available wifi networks but not able to connect that. I tried all the options available in ubuntu forums but seems some are working temporarily and some are not working at all. So I decided to post my concern with forum.

Below are my hardware datails,
Laptop : HP pavilion DV6 series laptop
OS type installed : Unbuntu 16.04 is parallel operating system in my laptop along with windows 7.
Below are the hardware details gained by executing the command
Code:

lspci -vvnn | grep -A 9 Network
0d:00.0 Network controller [0280]: Ralink corp. RT5390 [802.11 b/g/n 1T1R G-band PCI Express Single Chip] [1814:539f]
    DeviceName: Broadcom 4313 802.11b/g/nr
    Subsystem: Hewlett-Packard Company Pavilion DM1Z-3000 PCIe wireless card [103c:1637]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 17
    Region 0: Memory at c4500000 (32-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: rt2800pci



As per the solution explained in thead Problems whit unstable wireless (Ralink RT5390) ) i tried my self but it worked temporarily and again same problem as earlier
https://ubuntuforums.org/showthread.php?t=2204194
https://ubuntuforums.org/showthread.php?t=2204194
I executed the below commands for temporary wifi connection,

Code:

sudo modprobe -rv rt2800pci
sudo modprobe -v rt2800pci nohwcrypt=Y



Rgds,
Naveen

[ubuntu] Copying files between NFS folders from Ubuntu Client

$
0
0
I have a folder share from my Synology NAS server that was mounted as a NFS folder on my Ubuntu MATE client.
I think I lost some files while moving files from one folder in that mounted path to another folder inside that same mounted path.

The scenario is like this:
  • I started to copy some photos that I've taken from one folder inside this mounted share to another all while using Caja.
  • What I noticed was that Caja didn't show file copy progress even when I did several folders at once.
  • The folders appear right away to the new location and since these were just in JPEG format I figured it was a fast transfer and was done.
  • However when I open the folder not all the files are there.. Eventually for most of the folders, the JPEGs and RAW appeared.
  • I also want to mention that I started renaming the folders to match the date the grouped photos were taken.



Afterwards I noticed one folder has 0 files contained inside.
Performing in a terminal: "ls -l" also shows nothing inside the new folder. When I look at the old location, the folder is no longer there (it was moved from that location).

So I think I lost files inside the folder during this transfer and renaming. I'm 99% sure, not 100% because I didn't have a backup.
Afterwards I made sure to backup all my family photos to ensure nothing else like this happens in the future.:mad:

My questions are:

  • Is there anyway possible I can recover the folder?
  • How can I modify CAJA to show file progress (would be handy in the future)..
  • Are there any logs I can look for to see if the folder had contained and lost some files?
  • Should I stick to terminal for file transfer in the future?



Thanks in advance!

[ubuntu] Cisco AnyConnect will not run

$
0
0
I'm trying to get Cisco AnyConnect to run in 16.04 without success. I keep running into the same error message and AnyConnect will not run. Here's the error message I get:

Code:

Warning: vpnagentd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
If I run systemctl daemon, the command processes and nothing changes. AnyConnect will not run. The icon appears as though the program is installed but when I click it, the icon appears in the menu bar momentarily, goes away, and nothing more happens. I've run a system monitor to watch what happens but I don't see a Cisco or AnyConnect process run.

Any ideas of what to change?

BTW, AnyConnect is required by my workplace. I can't use OpenConnect or any other vpn software.

[xubuntu] Re: Unable to to switch off wireless hotspot to connect to a wireless network

$
0
0
Hello

I have been using Xubuntu 14.04LTS
My computer is a Lenovo Z570
It is configured for dual-boot Windows 7 which I hardly ever use.
I have been using a wireless connection to a SilverCrest repeater.
Normally this usually works fine, but sometimes it disconnects, even though the signal strength is excellent.
While trying to resolve this problem I have somehow inadvertently ruined my network connection.

All Settings > Network now shows Wireless Hotspot ON & Aeroplane Mode OFF
Whenever I try to switch Wireless Hotspot from ON to OFF the Network window closes.
Consequently I am unable to get online wirelessly via Xubuntu.

I can get online via Windows 7 when it is connected to the main modem router.

I have updated the BIOS to version 45CN38WW

I am using another computer running Windows to get online, so I can type this.

On my Lenovo I have tried following : Wireless connection troubleshooter

Code:

Terminal > nm-tool
wlan0
Type: 802.11 WiFi
Driver: brcmsmac
State: disconnected
Default: no

Code:

sudo lshw -C network
descritption: Network controller
product: BCM4313 802.11bgn Wireles Network Adaprer
vendor: Broadcom Corp

Code:

sudo apt-get install lshw
lshw is already newest version

System Settings > System > Software & Updates > Additional Drivers
Broadcom Corportation: BCM4313 802.11b/g/n Wirless LAN Controller
This device is not working

Clicking on radio button Using Broadcom 802.11 Linux STS wireless driver source from bcmwl-kernel-source(propietary) > Apply Changes
jumps back to > Do not use the device

Could someone please tell me what I need to do to resolve this problem?

Addendum

Code:

sudo lshw -C network
network
description: Wireless interface
configuration: broadcast=yes driver=brcmsmac
 driverversion=3.13.0.92-generic firmware=610.812 link=no multicast=yes wireless=IEE 802.11bgn

TP-Link Archer T2U USB Dual band Adapter Drivers

$
0
0
Tried with default drivers from the website and also with the other approaches as directed din few who posted their approach. but still no luck.
can some one help me to load the Drivers for this device.

Issues Forcing Brand New IP using DHCP

$
0
0
Hello guys, I've been hitting my head on the wall trying to figure out how to accomplish this. I've been following the directions on this thread https://ubuntuforums.org/showthread.php?t=1163482 but I still have the same IP. Please do not open a discussion about why I want a new ip, or spoofing my MAC address to get a new ip, being that I've not only tried that, but im pretty sure that this can be done without any spoofing a mac. :)

I have the following running equipment::
ubee dvw3201b - Cable Modem
netgear wnr 2000 Netgear Router

When i use these commands in my terminal my ip stays the same::

Code:

sudo dhclient -r
sudo rm /var/lib/dhcp/dhclient.leases
sudo dhclient

Please can anyone help me with this???? Thanks

Network Monitoring program

$
0
0
İ am using iptables+ squid proxy server in my firewall. i can see 80. port trafic in squid logs.
But i can not other ports.
i think wireshark is not useful program.
i want to see package size,source ip+destination ip +source port +dest port etc...
i think top,htop,tcpdump is very single program
Which program is best useful?

Ubuntu 14.04 no wifi on Acer Aspire E15 E5-573G

$
0
0
The wireless is not working, Ubuntu 14.04 and I have Acer Aspire E15-E5-573G.
I used some "guides" from the forum or askubuntu, but didn't worked :-(
Someone can help me?

PS: before worked, but I updated my laptop ( the daily updates from linux), and everytime I made the update my wifi stoped working, but every time I could fix them with "guides" I found here, but now no one worked :-(
Viewing all 23300 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>