RPi 3 networking SSH - Raspberry Pi Forums


i purchased rpi 3 , sweet :p in networking setup has changed the rpi 2 distro latest rpi 3 distro. used able ssh windows 10 rpi 2 setting static ip on both machines. no longer works. connection refused message when try ssh rpi 3. heeded message in /etc/network/interfaces , set static ip address eth0 in /etc/dhcpcd.conf, didn't work. can ping rpi 3 win10 can't ping win10 rpi 3. however, can ssh rpi 3 using dhcp configured ip address wlan0. /etc/networks/interfaces has not been modified in way. tail end of /etc/dhcpcd.conf added (10.0.0.1 address of win10):

code: select all

static ip_address=10.0.0.2/24 static_routers=10.0.0.1 static domain_name_servers=10.0.0.1 

digdug wrote: used able ssh windows 10 rpi 2 setting static ip on both machines. no longer works. connection refused message when try ssh rpi 3. heeded message in /etc/network/interfaces , set static ip address eth0 in /etc/dhcpcd.conf, didn't work.
yeah, changed pi 3b has 2 nics; 1 wlan0 (wifi) , other eth0 (lan). pi getting addy primary network connection on wifi why can ssh w10 machine pi wlan0. there no 'route' on pi communicate out eth0 nic. in order able ssh pi on eth0 need setup pi use eth0 nic primary interface.

frankly, if wlan0 interface works, use it! but, don't want have eth0 trying address , wlan0 trying address too... on same subnet... not work. can use rpi bridge , have eth0 primary nic, , wifi wlan0 secondary subnet. basically, 1 or other... use eth0 or use wlan0 not both on same subnet.


raspberrypi



Comments