Emoncms on pi network issue

Hi, I installed a pi image of emoncms onto my pi3, everything work ok but…

Internaly the network works OK, can ping and access hmtl interface etc… but I can’t ping out to the internet, I have

  1. Checked my static details in /etc/dhcpd.conf and resolve.conf

  2. disabled the ufw firewall

Not using wifi, only eth0

Any ideas please?

What happens when you open a browser with “ip adress of EmonPI”/emoncms. Or on the EmonPI 127.0.0.1/emoncms
On my windows laptop on the same network it is 192.168.1.69/emoncms.

Hi,

I can go fine to https://192.168.1.14/emoncms

I can even ssh in fine to 192.168.1.14

very strange but … but when I try to ping my router 192.168.1.1 in my ssh session I get nothing, have to press cntrl-c in ssh session to get back to prompt (pinging 192.168.1.14 (self) in ssh session works ok)

PS getting some funny output on network…

$ ip route show
default via 192.168.1.1 dev eth0 src 192.168.1.14 metric 202
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.14 metric 202

$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default             Draytek         0.0.0.0         UG    202    0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     202    0        0 eth0

My EmonPi output looks identical (except for IP and gateway name). What else have you on your network? PiHole? I presume you can ping your router from a different machine?

thanks, found the issue on my router, were i had registered the wrong MAC address to bind to this IP, all working now :slight_smile:

1 Like