I'm trying to get shadowsocks running on my RT-AC56U and have run in to some headaches... I normally use OpenVPN or a ssh tunnel depending on what I'm doing and figured I'd play around with a new option.
From what I can tell I have the correct packages installed through opkg:
Contents of my shadowsocks.json:
I changed the server: to the actual IP of my router and not the 127.0.0.1 that was in there but that didn't make a difference to my issues.
I've confirmed that it's running and when I'm at home using my android phone with the shadowsocks client I can connect and get connected to the internet. If I'm outside my network I cannot connect. This is using the actual IP address assigned by my ISP or the dynamic DNS I use in case that IP changes.
Any suggestions?
Thanks!
From what I can tell I have the correct packages installed through opkg:
Code:
shadowsocks-libev-config - 3.0.8-15
shadowsocks-libev-ss-redir - 3.0.8-15
shadowsocks-libev-ss-rules - 3.0.8-15
shadowsocks-libev-ss-server - 3.0.8-15
shadowsocks-libev-ss-tunnel - 3.0.8-15
Contents of my shadowsocks.json:
Code:
{
"server":"192.168.10.10",
"server_port":8388,
"local_port":1081,
"password":"xxxxxxx",
"timeout":60,
"method":"aes-256-gcm"
}
I changed the server: to the actual IP of my router and not the 127.0.0.1 that was in there but that didn't make a difference to my issues.
I've confirmed that it's running and when I'm at home using my android phone with the shadowsocks client I can connect and get connected to the internet. If I'm outside my network I cannot connect. This is using the actual IP address assigned by my ISP or the dynamic DNS I use in case that IP changes.
Any suggestions?
Thanks!