I had my brewpi working previously and then moved across the country. New router… new settings. I reconfigured the brewpi from scratch, but have not been successful accessing the web interface.
This is what I am using in /etc/network/interfaces file:
address 192.168.1.63
netmask 255.255.255.0
gateway 192.168.1.254
My router configuration looks like this:
Private LAN IP Address 192.168.1.254
Private LAN Subnet Mask 255.255.255.0
DHCP Start IP Address 192.168.1.64
DHCP End IP Address 192.168.1.253
When I run ip route show I get this:
pi@brewpi:~ $ ip route show
default via 192.168.1.254 dev eth0 metric 202
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.190 metric 202
and ifconfig produces this:
pi@brewpi:~ $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:6a:ee:f0
inet addr:192.168.1.190 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2c8e:570f:78bc:872c/64 Scope:Link
inet6 addr: 2602:306:25a0:a1e9:d316:478c:339e:fa15/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
When I go to the browser and enter 192.168.1.63, I get:
This webpage is not available
ERR_CONNECTION_TIMED_OUT
If I instead enter 192.168.1.190 into the browser, I get:
Not Found
The requested URL / was not found on this server.
Apache/2.4.10 (Raspbian) Server at 192.168.1.190 Port 80
Am I misreading the instructions? I thought .63 would be in the “safe zone” but it doesn’t seem to be recognized.
Thank you for the help,
Dean