doktor5000 wrote:As you don't provide any logs or detailed output, let me take a guess:
Maybe it's due to cosmic radiation?
almusalimalmusalimah wrote:all what i know .... i already told you about it
you are the developer who knows the command line not me .....
ifconfig -a
netstat -rn
cat /etc/hosts
cat /etc/resolv.conf
systemctl status network.service -a
[root@localhost mageia]# ifconfig -a
eno1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether d0:bf:9c:8d:65:02 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 555 bytes 49510 (48.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 555 bytes 49510 (48.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.8.101 netmask 255.255.255.0 broadcast 192.168.8.255
inet6 fe80::3668:95ff:fe6c:1f73 prefixlen 64 scopeid 0x20<link>
ether 34:68:95:6c:1f:73 txqueuelen 1000 (Ethernet)
RX packets 339 bytes 383486 (374.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 495 bytes 34797 (33.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
==============================================================================================
[root@localhost mageia]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 0 0 0 wlo1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlo1
192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 wlo1
==============================================================================================
[root@localhost mageia]# cat /etc/hosts
127.0.0.1 localhost
==============================================================================================
[root@localhost mageia]# 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.8.1
search www.huaweimobilewifi.com
==============================================================================================
[root@localhost mageia]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (running) since Wed 2015-04-22 22:23:17 AST; 22min ago
Process: 985 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/network.service
├─1724 /sbin/ifplugd -I -b -i eno1
├─2022 /usr/sbin/wpa_supplicant -B -i wlo1 -c /etc/wpa_supplicant....
├─2024 /sbin/ifplugd -I -b -i wlo1
└─2427 dhclient -1 -q -lf /var/lib/dhclient/dhclient--wlo1.lease -...
Apr 22 22:23:17 localhost systemd-sysctl[2045]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
Apr 22 22:23:18 localhost ifplugd(wlo1)[2024]: Link beat detected.
Apr 22 22:23:19 localhost ifplugd(wlo1)[2024]: Executing '/etc/ifplugd/ifplugd.action wlo1 up'.
Apr 22 22:23:21 localhost dhclient[2166]: DHCPDISCOVER on wlo1 to 255.255.255.255 port 67 interval 7
Apr 22 22:23:24 localhost dhclient[2166]: DHCPREQUEST on wlo1 to 255.255.255.255 port 67
Apr 22 22:23:24 localhost dhclient[2166]: DHCPOFFER from 192.168.8.1
Apr 22 22:23:24 localhost dhclient[2166]: DHCPACK from 192.168.8.1
Apr 22 22:23:24 localhost dhclient[2166]: bound to 192.168.8.101 -- renewal in 34928 seconds.
Apr 22 22:23:24 localhost ifplugd(wlo1)[2024]: client: Determining IP information for wlo1... done.
Apr 22 22:23:25 localhost ifplugd(wlo1)[2024]: Program executed successfully.
nslookup forums.mageia.org 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
forums.mageia.org canonical name = alamut.mageia.org.
Name: alamut.mageia.org
Address: 212.85.158.146
[ root@localhost mageia]# traceroute google.com
google.com: Name or service not known
Cannot handle "host" cmdline arg `google.com' on position 1(argc 1)
[mageia@localhost ~]$ ping 192.168.8.1
PING 192.168.8.1 (192.168.8.1) 56(84) bytes of data.
From 192.168.8.100 icmp_seq=1 Destination Host Unreachable
From 192.168.8.100 icmp_seq=2 Destination Host Unreachable
From 192.168.8.100 icmp_seq=3 Destination Host Unreachable
From 192.168.8.100 icmp_seq=4 Destination Host Unreachable
From 192.168.8.100 icmp_seq=5 Destination Host Unreachable
From 192.168.8.100 icmp_seq=6 Destination Host Unreachable
From 192.168.8.100 icmp_seq=7 Destination Host Unreachable
From 192.168.8.100 icmp_seq=8 Destination Host Unreachable
From 192.168.8.100 icmp_seq=9 Destination Host Unreachable
From 192.168.8.100 icmp_seq=10 Destination Host Unreachable
From 192.168.8.100 icmp_seq=11 Destination Host Unreachable
From 192.168.8.100 icmp_seq=12 Destination Host Unreachable
From 192.168.8.100 icmp_seq=13 Destination Host Unreachable
From 192.168.8.100 icmp_seq=14 Destination Host Unreachable
From 192.168.8.100 icmp_seq=15 Destination Host Unreachable
From 192.168.8.100 icmp_seq=16 Destination Host Unreachable
From 192.168.8.100 icmp_seq=17 Destination Host Unreachable
From 192.168.8.100 icmp_seq=18 Destination Host Unreachable
From 192.168.8.100 icmp_seq=19 Destination Host Unreachable
From 192.168.8.100 icmp_seq=20 Destination Host Unreachable
From 192.168.8.100 icmp_seq=21 Destination Host Unreachable
From 192.168.8.100 icmp_seq=22 Destination Host Unreachable
From 192.168.8.100 icmp_seq=23 Destination Host Unreachable
From 192.168.8.100 icmp_seq=24 Destination Host Unreachable
From 192.168.8.100 icmp_seq=25 Destination Host Unreachable
From 192.168.8.100 icmp_seq=26 Destination Host Unreachable
From 192.168.8.100 icmp_seq=27 Destination Host Unreachable
From 192.168.8.100 icmp_seq=28 Destination Host Unreachable
From 192.168.8.100 icmp_seq=29 Destination Host Unreachable
From 192.168.8.100 icmp_seq=30 Destination Host Unreachable
From 192.168.8.100 icmp_seq=31 Destination Host Unreachable
From 192.168.8.100 icmp_seq=32 Destination Host Unreachable
From 192.168.8.100 icmp_seq=33 Destination Host Unreachable
From 192.168.8.100 icmp_seq=34 Destination Host Unreachable
From 192.168.8.100 icmp_seq=35 Destination Host Unreachable
From 192.168.8.100 icmp_seq=36 Destination Host Unreachable
From 192.168.8.100 icmp_seq=37 Destination Host Unreachable
From 192.168.8.100 icmp_seq=38 Destination Host Unreachable
From 192.168.8.100 icmp_seq=39 Destination Host Unreachable
From 192.168.8.100 icmp_seq=40 Destination Host Unreachable
From 192.168.8.100 icmp_seq=41 Destination Host Unreachable
From 192.168.8.100 icmp_seq=42 Destination Host Unreachable
From 192.168.8.100 icmp_seq=43 Destination Host Unreachable
From 192.168.8.100 icmp_seq=44 Destination Host Unreachable
From 192.168.8.100 icmp_seq=45 Destination Host Unreachable
From 192.168.8.100 icmp_seq=46 Destination Host Unreachable
From 192.168.8.100 icmp_seq=47 Destination Host Unreachable
From 192.168.8.100 icmp_seq=48 Destination Host Unreachable
.
.
.
.
.
.
.
.
.
.
.
.
.
.
[root@localhost mageia]# traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * localhost (192.168.8.100) 3005.937 ms !H
ip route get 8.8.8.8
ip route get 192.168.8.1
Return to Testing : Alpha, Beta, RC and Cauldron
Users browsing this forum: No registered users and 1 guest