Code Monkey home page Code Monkey logo

Comments (13)

agavrel avatar agavrel commented on May 29, 2024

Do I need to have OpenVPN on top of SSR ? (you might want to contact me through email ?)

from shadowsocksr-native.

ssrlive avatar ssrlive commented on May 29, 2024

don't use http_simple as obfuscater. it's not safe.

Please use the sample settings.
https://github.com/ShadowsocksR-Live/shadowsocksr-native/#sample-configure-file

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

Ok I switched to :
server

{
    "server": "{XXX.XX.XXX.XXX}",
    "server_port": 443,
    "method": "aes-128-ctr",
    "password": "password",
    "protocol": "auth_aes128_md5",
    "protocol_param": "",
    "obfs": "tls1.2_ticket_auth",
    "obfs_param": "",
    "local_address": "0.0.0.0",
    "local_port": 1080,
    "udp": true,
    "timeout": 300
}

client

{
    "server": "{XXX.XX.XXX.XXX}",
    "server_port": 443,
    "method": "aes-128-ctr",
    "password": "password",
    "protocol": "auth_aes128_md5",
    "protocol_param": "",
    "obfs": "tls1.2_ticket_auth",
    "obfs_param": "",
    "local_address": "0.0.0.0",
    "local_port": 1080,
    "udp": true,
    "timeout": 300
}

But still nothing. Could it be that the VPS has been flagged and I need to use a new one ?

from shadowsocksr-native.

ssrlive avatar ssrlive commented on May 29, 2024

please test your ip and SSH port with this website: http://old.tool.chinaz.com/port/

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

where should I click exactly? I am not chinese

from shadowsocksr-native.

ssrlive avatar ssrlive commented on May 29, 2024

As a programmer, you are not qualified!
image

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

It was greyed out before but thank for the tip ;)

ssh ports: 80,8080,3128,8081,9080,1080,21,23,443,69,22,25,110,7001,9090,3389,1521,1158,2100,1433

IP: 106.XXX.XXX.XXX Chengdu (I had to go another website) which is different from shadowsocksR server 12X.XXX.XXX.XXX

On the server I checked the status:

systemctl status ssr-native.service
● ssr-native.service - ssr-native
   Loaded: loaded (/lib/systemd/system/ssr-native.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2019-03-23 03:13:15 UTC; 1 day 3h ago
  Process: 13868 ExecStop=/etc/init.d/ssr-native stop (code=exited, status=0/SUCCESS)
  Process: 13876 ExecStart=/etc/init.d/ssr-native start (code=exited, status=0/SUCCESS)
 Main PID: 13890 (ssr-server)
    Tasks: 1 (limit: 1152)
   Memory: 924.0K
   CGroup: /system.slice/ssr-native.service
           └─13890 /usr/bin/ssr-server -d -c /etc/ssr-native/config.json

Mar 23 05:13:15 XXX systemd[1]: Starting ssr-native...
Mar 23 05:13:15 XXX ssr-native[13876]: Starting ShadowsocksR Native success
Mar 23 05:13:15 XXX systemd[1]: Started ssr-native.

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

If it can help:

sudo iptables -L (on client)

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootps
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:bootps
ACCEPT     tcp  --  localhost            anywhere             tcp dpt:openvpn
DROP       tcp  --  anywhere             anywhere             tcp dpt:openvpn
ACCEPT     tcp  --  localhost            anywhere             tcp dpt:openvpn
DROP       tcp  --  anywhere             anywhere             tcp dpt:openvpn

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             192.168.122.0/24     ctstate RELATED,ESTABLISHED
ACCEPT     all  --  192.168.122.0/24     anywhere            
ACCEPT     all  --  anywhere             anywhere            
REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootpc

on server:

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination   

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

server

netstat -tulpn | grep 443

tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

Also is the "local_address": "0.0.0.0", correct ? in both client and server ?

from shadowsocksr-native.

ssrlive avatar ssrlive commented on May 29, 2024

Test your VPS server ip and SSH port (such as 22 for normal or dynamic number in bandwagonhost) with this website: http://old.tool.chinaz.com/port/

in server, 'local_address' is not work.
in client, you'd better set local_address to 0.0.0.0.

from shadowsocksr-native.

agavrel avatar agavrel commented on May 29, 2024

I dont know why but my computer (client) cant access anything while using vpn... like if I had been flagged by the gfw -_-
do u have a whatsapp/telegram/wechat?

from shadowsocksr-native.

ssrlive avatar ssrlive commented on May 29, 2024

I don't leak my real information. I will fight China Communism Party, CCP, till it crushed.
you can email me with your VPS login IP, SSH port, and password. ssrlivebox(at)gmail(dot)com.

image

from shadowsocksr-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.