warp + softether

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
sars_rec
Posts: 11
Joined: Sun Dec 11, 2022 6:46 pm

warp + softether

Post by sars_rec » Wed Dec 20, 2023 6:35 pm

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"
    ]  
}
Last edited by sars_rec on Tue Jan 30, 2024 8:45 am, edited 1 time in total.

solo
Posts: 1284
Joined: Sun Feb 14, 2021 10:31 am

Re: warp + softether

Post by solo » 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

sars_rec
Posts: 11
Joined: Sun Dec 11, 2022 6:46 pm

Re: warp + softether

Post by sars_rec » Thu Dec 21, 2023 3:39 am

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

solo
Posts: 1284
Joined: Sun Feb 14, 2021 10:31 am

Re: warp + softether

Post by solo » 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.

sars_rec
Posts: 11
Joined: Sun Dec 11, 2022 6:46 pm

Re: warp + softether

Post by sars_rec » Thu Dec 21, 2023 4:07 am

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.

sars_rec
Posts: 11
Joined: Sun Dec 11, 2022 6:46 pm

Re: warp + softether

Post by sars_rec » Thu Dec 21, 2023 4:17 am

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.

solo
Posts: 1284
Joined: Sun Feb 14, 2021 10:31 am

Re: warp + softether

Post by solo » Thu Dec 21, 2023 5:19 am

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.

shakibamoshiri
Posts: 288
Joined: Wed Dec 28, 2022 9:10 pm

Re: warp + softether

Post by shakibamoshiri » Fri Jan 12, 2024 2:07 pm

- Bridge the hub your users are connected to, to a tap (soft) interface
- route SE tap (soft) network to warp network

Post Reply