• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Cannot connect externally when server is connected to a VPN

     
    • 0 Vote(s) - 0 Average

    Cannot connect externally when server is connected to a VPN

    mildlyjelly
    Offline

    Junior Member

    Posts: 34
    Threads: 3
    Joined: 2024 Jun
    Reputation: 4
    #7
    2024-07-10, 05:56 PM
    Unfortunately, without knowing the specifics of your system, I would not be able to give you anything more than some general direction and some reading resources. For example, the rules I provided are not specific to your system and would not work without being adjusted to the specifics of your system. The iptable rules, for example, can't do anything if your firewall is already wide open, which it sounds like is the case for you

    That third link I gave you, Route Traffic for a Specific IP, does a pretty good job of explaining how ip routes work and how you would create one specific to your system. I can't promise this is the solution in your case, but I believe it is. More than likely you have multiple virtual interfaces (one of which is for the VPN) all communicating over a single physical interface (ethernet or wifi). All web traffic gets sent through one of these virtual interfaces. It is the ip routes table that determine which interface to send the traffic through based on the ip address of the traffic.

    What you want to do is create an ip route that will rout traffic from the ip address of your external jellyfin user to the virtual interface that is not used by your VPN.
    The command to create that rule should look like this:
    Code:
    ip route add [JELLYFIN_USER_IP] via [GATEWAY_IP] dev [THE_NON-VPN_DEVICE_NAME]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Cannot connect externally when server is connected to a VPN - by meltham - 2024-07-02, 09:09 PM
    RE: Cannot connect externally when server is connected to a VPN - by TheDreadPirate - 2024-07-02, 09:17 PM
    RE: Cannot connect externally when server is connected to a VPN - by mildlyjelly - 2024-07-02, 11:03 PM
    RE: Cannot connect externally when server is connected to a VPN - by meltham - 2024-07-04, 05:30 AM
    RE: Cannot connect externally when server is connected to a VPN - by mildlyjelly - 2024-07-04, 02:13 PM
    RE: Cannot connect externally when server is connected to a VPN - by meltham - 2024-07-05, 08:42 PM
    RE: Cannot connect externally when server is connected to a VPN - by mildlyjelly - 2024-07-10, 05:56 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode