No Longer Accessible Outside Home Network
Problem Description: I'm currently running Subsonic from a Raspberry Pi, model B, and after the Wifi dongle started failing I switched it over to ethernet cable connected directly to my router. After doing so I could access subsonic on my home network just fine, but could not do so once I was connecting from outside of it.
Troubleshooting Steps:
1. Went into my router (Pace Plc 5268AC via AT&T Uverse) and located the raspberry pi connected via ethernet cable and set up Port Forwarding per the instructions here: https://portforward.com/pace-plc/5268ac/
2. Rebooted Raspberry Pi.
3. Edited the Raspberry Pi's configuration file to ensure that the static IP address had remained as such. Here's what I see in my ifconfig, IP routing table, and configuration file:
Hardware Platform: Raspberry Pi Model B
Any help you can provide would be very appreciated.
Troubleshooting Steps:
1. Went into my router (Pace Plc 5268AC via AT&T Uverse) and located the raspberry pi connected via ethernet cable and set up Port Forwarding per the instructions here: https://portforward.com/pace-plc/5268ac/
2. Rebooted Raspberry Pi.
3. Edited the Raspberry Pi's configuration file to ensure that the static IP address had remained as such. Here's what I see in my ifconfig, IP routing table, and configuration file:
- Code: Select all
eth0
Link encap:Ethernet HWaddr b8:27:eb:c9:2e:6f
inet addr:192.168.1.67 Bcast:192.168.1.0 Mask:255.255.255.0
- Code: Select all
IP Routing Table (there's only one line)
Destination: 192.168.1.0 Gateway: 0.0.0.0 Genmask 255.255.255.0 Flags: U Metric: 0 Ref: 0 Use Iface: 0 eth0
- Code: Select all
auto lo
iface lo inet loopback
address 192.168.1.67
netmask 255.255.255.0
network 192.168.1.255
broadcast 192.168.1.0
gateway 0.0.0.0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface defaul inet dhcp
Hardware Platform: Raspberry Pi Model B
Any help you can provide would be very appreciated.