Greetings!
I managed to install ubuntu (16.04) on my working PC, after couple hours of surfing the web my internet coection lost. So i decided to do this
Code:
sudo dhclient -r sudo dhclient
Code:
0% [Coecting to ua.archive.ubuntu.com (82.144.192.7)]
Code:
dhclient -r
PC located at the office, i've a privileged IP (no limits, or social network block) via DHCP i'm getting my static ip address, MTU > automatic (1500). So, any ideas?
(sites as Facebook, or Twitter, Linux.org 'n stuff working fine, but 90% of google search addresses > won't(kinda loading, and after couple mins stopping with blank firefox page)
Code:
ifconfig
enp1s0 Link encap:Ethernet HWaddr fc:aa:14:2a:24:50
inet addr:192.168.22.120 Bcast:192.168.23.255 Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:122013 errors:0 dropped:0 overruns:0 frame:0
TX packets:56700 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:136741466 (136.7 MB) TX bytes:4846605 (4.8 MB)
lo Link encap:(Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:170 errors:0 dropped:0 overruns:0 frame:0
TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:12548 (12.5 KB) TX bytes:12548 (12.5 KB)
Code:
ip r default via 192.168.22.1 dev enp1s0 169.254.0.0/16 dev enp1s0 scope link metric 1000 192.168.22.0/23 dev enp1s0 proto kernel scope link src 192.168.22.120
Code:
cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto enp1s0 iface enp1s0 inet dhcp
Code:
cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 Loonix # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
Code:
cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 192.168.168.10 search domain.loc
برچسب:
نویسنده: استخدام کار