Thu Jun 11, 2020 6:35 am
Well I got it working by enabling dhcpcd. I dont know where i was get an ip address from before but i am concerned about something. When i run a ipconfig command it showsthe dynamic ip address 10.0.0.61/24. When i ssh into the pi can get in with both the dynamic and the static ip 10.0.0.75. Also when i run "ip addes show" i get the below info for the eth0 . It looks like i have two ip address assigned to eth0.
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether dc:a6:32:23:c6:af brd ff:ff:ff:ff:ff:ff
inet 10.0.0.61/24 brd 10.0.0.255 scope global dynamic noprefixroute eth0
valid_lft 85655sec preferred_lft 85655sec
inet 10.0.0.75/24 brd 10.0.0.255 scope global secondary noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fe80::9b2a:f9bc:25a0:e392/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Is this a problem. will it cause a conflict? I look at the router admin page for the connected devices. At first it shows the dynamic 10.0.0.62 and then changes to the static 10.0.0.75