EPC1522 Device is offline
Hello,
I've connected my PC to the EPC1522 via a LAN cable. The PC is connected to the internet through a Wi-Fi connection.
I can establish an SSH connection to the EPC1522 using the command "ssh admin@192.168.178.10" in the terminal. However, I'm encountering an issue where I don't have internet access from the EPC1522. I'm unable to ping 8.8.8.8 from the EPC.
Here is the output of the "ipconfig" command on my PC:
Wireless LAN adapter Wi-Fi:
IPv4 Address. . . . . . . . . . . : 192.168.178.28
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.178.1
-----------
The "ipconfig" output on my PC (I manually changed this in the network settings):
Ethernet adapter Ethernet:
IPv4 Address. . . . . . . . . . . : 192.168.178.89
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.178.1
-----------
the "nano /etc/network/interfaces" output on EPC
# Wired or wireless interfaces
auto X3
iface X3 inet static
address 192.168.178.10
netmask 255.255.255.0
gateway 192.168.178.1
dns-nameservers 8.8.8.8 8.8.4.4
-----------
"nano /etc/resolv.conf" on EPC
nameserver 8.8.8.8
nameserver 8.8.4.4
-----------
The Default Route Interface has been configured to X3.
Thank you for any assistance you can provide.