Загрузка данных


[serv_new@localhost ~]$ ping 192.168.56.77
PING 192.168.56.77 (192.168.56.77) 56(84) bytes of data.
64 bytes from 192.168.56.77: icmp_seq=1 ttl=254 time=1.59 ms
64 bytes from 192.168.56.77: icmp_seq=2 ttl=254 time=1.00 ms
^C
--- 192.168.56.77 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 1.000/1.295/1.591/0.295 ms
[serv_new@localhost ~]$ sudo dhclient enp2s0 
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
grep: /etc/sysconfig/network-scripts/ifcfg-*: No such file or directory
/usr/sbin/dhclient-script: line 704: /etc/resolv.conf: Permission denied
[serv_new@localhost ~]$ sudo dhclient enp2s0 
dhclient(6436) is already running - exiting. 

This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.

Please report for this software via the RedOS Bugs Database: 
https://support.red-soft.ru

exiting.
[serv_new@localhost ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 90:2b:34:49:2c:5d brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.11/24 brd 192.168.0.255 scope global dynamic noprefixroute enp2s0
       valid_lft 86442sec preferred_lft 86442sec
    inet 192.168.56.10/24 scope global enp2s0
       valid_lft forever preferred_lft forever
    inet6 fe80::922b:34ff:fe49:2c5d/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
[serv_new@localhost ~]$ ping 192.168.56.1
PING 192.168.56.1 (192.168.56.1) 56(84) bytes of data.
From 192.168.56.10 icmp_seq=1 Destination Host Unreachable
From 192.168.56.10 icmp_seq=2 Destination Host Unreachable
From 192.168.56.10 icmp_seq=3 Destination Host Unreachable
From 192.168.56.10 icmp_seq=4 Destination Host Unreachable
From 192.168.56.10 icmp_seq=5 Destination Host Unreachable
From 192.168.56.10 icmp_seq=6 Destination Host Unreachable
^C
--- 192.168.56.1 ping statistics ---
9 packets transmitted, 0 received, +6 errors, 100% packet loss, time 8177ms
pipe 3
[serv_new@localhost ~]$ ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.389 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.322 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.355 ms
^C
--- 192.168.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2047ms
rtt min/avg/max/mdev = 0.322/0.355/0.389/0.027 ms
[serv_new@localhost ~]$ ping 192.168.56.1
PING 192.168.56.1 (192.168.56.1) 56(84) bytes of data.
From 192.168.56.10 icmp_seq=1 Destination Host Unreachable
From 192.168.56.10 icmp_seq=2 Destination Host Unreachable
From 192.168.56.10 icmp_seq=3 Destination Host Unreachable
From 192.168.56.10 icmp_seq=4 Destination Host Unreachable
ping: sendmsg: Нет маршрута до узла
From 192.168.56.10 icmp_seq=5 Destination Host Unreachable
From 192.168.56.10 icmp_seq=6 Destination Host Unreachable
From 192.168.56.10 icmp_seq=8 Destination Host Unreachable
From 192.168.56.10 icmp_seq=9 Destination Host Unreachable
From 192.168.56.10 icmp_seq=10 Destination Host Unreachable
From 192.168.56.10 icmp_seq=11 Destination Host Unreachable
ping: sendmsg: Нет маршрута до узла
From 192.168.56.10 icmp_seq=12 Destination Host Unreachable
From 192.168.56.10 icmp_seq=13 Destination Host Unreachable
From 192.168.56.10 icmp_seq=15 Destination Host Unreachable
From 192.168.56.10 icmp_seq=16 Destination Host Unreachable
From 192.168.56.10 icmp_seq=17 Destination Host Unreachable
From 192.168.56.10 icmp_seq=18 Destination Host Unreachable
From 192.168.56.10 icmp_seq=19 Destination Host Unreachable
From 192.168.56.10 icmp_seq=20 Destination Host Unreachable
^C
--- 192.168.56.1 ping statistics ---
22 packets transmitted, 0 received, +18 errors, 100% packet loss, time 21500ms
pipe 4
[serv_new@localhost ~]$ ip route\
> 
default via 192.168.0.1 dev enp2s0 
default via 192.168.0.1 dev enp2s0 proto dhcp src 192.168.0.11 metric 100 
192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100 
192.168.56.0/24 dev enp2s0 proto kernel scope link src 192.168.56.10 
[serv_new@localhost ~]$ ip route
default via 192.168.0.1 dev enp2s0 
default via 192.168.0.1 dev enp2s0 proto dhcp src 192.168.0.11 metric 100 
192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.11 metric 100 
192.168.56.0/24 dev enp2s0 proto kernel scope link src 192.168.56.10 
[serv_new@localhost ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 90:2b:34:49:2c:5d brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.11/24 brd 192.168.0.255 scope global dynamic noprefixroute enp2s0
       valid_lft 86294sec preferred_lft 86294sec
    inet 192.168.56.10/24 scope global enp2s0
       valid_lft forever preferred_lft forever
    inet6 fe80::922b:34ff:fe49:2c5d/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
[serv_new@localhost ~]$ ping 192.168.56.1
PING 192.168.56.1 (192.168.56.1) 56(84) bytes of data.
From 192.168.56.10 icmp_seq=1 Destination Host Unreachable
From 192.168.56.10 icmp_seq=2 Destination Host Unreachable
From 192.168.56.10 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.56.1 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4098ms
pipe 3
[serv_new@localhost ~]$ ping 192.168.56.77
PING 192.168.56.77 (192.168.56.77) 56(84) bytes of data.
64 bytes from 192.168.56.77: icmp_seq=1 ttl=254 time=1.02 ms
64 bytes from 192.168.56.77: icmp_seq=2 ttl=254 time=1.18 ms
64 bytes from 192.168.56.77: icmp_seq=3 ttl=254 time=1.19 ms
^C
--- 192.168.56.77 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 1.020/1.128/1.191/0.077 ms
[serv_new@localhost ~]$ sudo dhclient enp2s0 
dhclient(6436) is already running - exiting. 

This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.

Please report for this software via the RedOS Bugs Database: 
https://support.red-soft.ru

exiting.
[serv_new@localhost ~]$ ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.296 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.324 ms
^C
--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1041ms
rtt min/avg/max/mdev = 0.296/0.310/0.324/0.014 ms
[serv_new@localhost ~]$ ping 192.168.56.77
PING 192.168.56.77 (192.168.56.77) 56(84) bytes of data.
64 bytes from 192.168.56.77: icmp_seq=1 ttl=254 time=1.02 ms
64 bytes from 192.168.56.77: icmp_seq=2 ttl=254 time=1.01 ms
^C
--- 192.168.56.77 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 1.006/1.012/1.019/0.006 ms
[serv_new@localhost ~]$ ping 192.168.56.1
PING 192.168.56.1 (192.168.56.1) 56(84) bytes of data.
From 192.168.56.10 icmp_seq=1 Destination Host Unreachable
From 192.168.56.10 icmp_seq=2 Destination Host Unreachable
From 192.168.56.10 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.56.1 ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5138ms
pipe 4
[serv_new@localhost ~]$