Page 1 of 1

warp + softether

Posted: Wed Dec 20, 2023 6:35 pm
by sars_rec
I'm running Warp on a specific port on the Socks protocol, and I can reroute some sites through Warp by V2ray.

Code: Select all

#Outbounds
    "tag": "WARP",
    "protocol": "socks",
    "settings": {
      "servers": [
        {
          "address": "127.0.0.1",
          "port": 9999
        }
      ]
    }

Code: Select all

#routing rules
{
    "type": "field",
    "outboundTag": "WARP",
    "domain": [
      "geosite:google"
    ]  
}

Re: warp + softether

Posted: Thu Dec 21, 2023 2:22 am
by solo
- remove Warp and V2ray
- install SE client
- add a persistent static route to Spotify's IP address on non-SE gateway

Re: warp + softether

Posted: Thu Dec 21, 2023 3:39 am
by sars_rec
solo wrote:
Thu Dec 21, 2023 2:22 am
- remove Warp and V2ray
- install SE client
- add a persistent static route to Spotify's IP address on non-SE gateway
I have installed an SE VPN server and I want to route Spotify traffic through Warp on the SE server.
The client requests for the Spotify site, and the SE server should route this specific site through Warp (which is running on port 9999 through a SOCKS5 proxy). I can achieve this on V2ray, but I don't know how to route specific sites through Warp on the SE server

Re: warp + softether

Posted: Thu Dec 21, 2023 3:53 am
by solo
sars_rec wrote:
Thu Dec 21, 2023 3:39 am
...route specific sites through Warp on the SE server
A double-VPN in this context is unnecessary. Just do as advised above.

Re: warp + softether

Posted: Thu Dec 21, 2023 4:07 am
by sars_rec
solo wrote:
Thu Dec 21, 2023 3:53 am
sars_rec wrote:
Thu Dec 21, 2023 3:39 am
...route specific sites through Warp on the SE server
A double-VPN in this context is unnecessary. Just do as advised above.
If Spotify was not blocked in my country, there would be no reason to create this post and using vpn at all! Can SoftEther Server integrate with Warp, which is currently running as a SOCKS, and only pass traffic from a specific site through Warp like V2Ray? If so, please help.

Re: warp + softether

Posted: Thu Dec 21, 2023 4:17 am
by sars_rec
Many websites and applications block access from certain IP addresses, and using services like Warp can be one way to bypass these restrictions. Warp acts as a VPN service that can help users access content that may be restricted based on their location or network configurations ( like spotify ).
It's essential to consider these options when looking to access geo-restricted content or when facing limitations due to IP address limitations.

Re: warp + softether

Posted: Thu Dec 21, 2023 5:19 am
by solo
sars_rec wrote:
Thu Dec 21, 2023 4:07 am
If Spotify was not blocked in my country, there would be no reason to create this post and using vpn at all!
As you reveal more info, the context changes. You can integrate SE server and WARP not with SOCKS but with iptables' policy-based routing.

Re: warp + softether

Posted: Fri Jan 12, 2024 2:07 pm
by shakibamoshiri
- Bridge the hub your users are connected to, to a tap (soft) interface
- route SE tap (soft) network to warp network