Centos 6에서 이상한 라우터 작동

Centos 6에서 이상한 라우터 작동

TP-LINK TL-WR720N 192.168.0.1 및 2개의 클라이언트 창 192.168.0.100(무선) centos 192.168.0.101(유선)이 있습니다.

tp-link에서

ping 192.168.0.1 - OK
ping 192.168.0.100 - OK
ping 192.168.0.101 - time out
ping google.com - OK

창문에서

ping 192.168.0.1 - OK
ping 192.168.0.100 - OK
ping 192.168.0.101 - OK
ping google.com - OK

센토스에서

ping 192.168.0.1 - time out
ping 192.168.0.100 - OK
ping 192.168.0.101 - OK
ping google.com - time out

[andrew@simple ~]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=00:16:17:1E:3A:90
TYPE=Ethernet
UUID=b37aec51-85ba-47c8-bdcd-a1b6f47a2b98
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp

[andrew@simple ~]$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG        0 0          0 eth0

[andrew@simple ~]$ cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.0.101 simple.andwiz.ru simple

[andrew@simple ~]$ uname -a
Linux simple.andviz.ru 2.6.32-696.el6.i686 #1 SMP Tue Mar 21 18:53:30 UTC 2017 i686 i686 i386 GNU/Linux

모든 방화벽, 규칙, 필터가 꺼졌습니다. win에서 centos로 ssh를 연결할 수 있습니다.

어떻게 가능합니까?

답변1

무선 네트워크와 유선 네트워크 모두에 동일한 네트워크 192.168.0/24를 사용하고 있습니다.

브리지로 정의했거나 두 개의 서로 다른 네트워크를 정의해야 합니다. 예를 들어 linksys의 무선 인터페이스 주소는 192.168.2.1/255.255.255.0입니다.

관련 정보