/* ************************************************************************ * windows ping RPi 2B * declaration: * This document mainly records how to set up the RPI 2B static IP and ping the RPI 2 B through windows. * 2016-2-15 Shenzhen Nanshan Ping Shan Village Zengjianfeng ************************************************************************ * Reference article: <raspberry pi> Raspberry Pi set WLAN static IP http:// Www.cnblogs.com/keygle/archive/2013/04/27/3048273.html One, Windows IP setting:
Second, cat/etc/network/Interfaces # I modified the RPI 2B file system in Ubuntu/etc/network/interfaces. #iface eth0 inet Manual auto Eth0 allow-hotplug eth0 iface eth0 inetStaticAddress192.168.0.5netmask255.255.255.0Geteway192.168.0.1 ...... Third, Ping192.168.0.5>pingdata.txt Pinging192.168.0.5With +bytes of data:reply from 192.168.0.5: bytes= +Time<1ms ttl= -Reply from 192.168.0.5: bytes= +Time<1ms ttl= -Reply from 192.168.0.5: bytes= +Time=1ms ttl= -Reply from 192.168.0.5: bytes= +Time<1ms ttl= -Ping Statistics for 192.168.0.5: Packets:sent=4, Received =4, Lost =0(0%loss), approximate round trip timesinchmilli-Seconds:minimum= 0ms, Maximum = 1ms, Average = 0ms
Windows Ping RPi 2B