1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4026 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Huh. Neat!"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699999955 {#4087
date: 2023-11-14 23:12:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4076 …}
+nested: Doctrine\ORM\PersistentCollection {#4074 …}
+votes: Doctrine\ORM\PersistentCollection {#4072 …}
+reports: Doctrine\ORM\PersistentCollection {#4070 …}
+favourites: Doctrine\ORM\PersistentCollection {#4038 …}
+notifications: Doctrine\ORM\PersistentCollection {#4042 …}
-id: 125234
-bodyTs: "'huh':1 'neat':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/2939578"
+editedAt: null
+createdAt: DateTimeImmutable @1699999955 {#4023
date: 2023-11-14 23:12:35.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4026 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Huh. Neat!"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699999955 {#4087
date: 2023-11-14 23:12:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4076 …}
+nested: Doctrine\ORM\PersistentCollection {#4074 …}
+votes: Doctrine\ORM\PersistentCollection {#4072 …}
+reports: Doctrine\ORM\PersistentCollection {#4070 …}
+favourites: Doctrine\ORM\PersistentCollection {#4038 …}
+notifications: Doctrine\ORM\PersistentCollection {#4042 …}
-id: 125234
-bodyTs: "'huh':1 'neat':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/2939578"
+editedAt: null
+createdAt: DateTimeImmutable @1699999955 {#4023
date: 2023-11-14 23:12:35.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4026 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Huh. Neat!"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699999955 {#4087
date: 2023-11-14 23:12:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4076 …}
+nested: Doctrine\ORM\PersistentCollection {#4074 …}
+votes: Doctrine\ORM\PersistentCollection {#4072 …}
+reports: Doctrine\ORM\PersistentCollection {#4070 …}
+favourites: Doctrine\ORM\PersistentCollection {#4038 …}
+notifications: Doctrine\ORM\PersistentCollection {#4042 …}
-id: 125234
-bodyTs: "'huh':1 'neat':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/2939578"
+editedAt: null
+createdAt: DateTimeImmutable @1699999955 {#4023
date: 2023-11-14 23:12:35.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4714
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
Woooah awesome thanks!\n
\n
There goes my whole day again on systemd…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700079868 {#4712
date: 2023-11-15 21:24:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4715 …}
+nested: Doctrine\ORM\PersistentCollection {#4717 …}
+votes: Doctrine\ORM\PersistentCollection {#4719 …}
+reports: Doctrine\ORM\PersistentCollection {#4721 …}
+favourites: Doctrine\ORM\PersistentCollection {#4723 …}
+notifications: Doctrine\ORM\PersistentCollection {#4725 …}
-id: 127969
-bodyTs: "'awesom':2 'day':8 'goe':5 'systemd':11 'thank':3 'whole':7 'woooah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790958"
+editedAt: null
+createdAt: DateTimeImmutable @1700079868 {#4713
date: 2023-11-15 21:24:28.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#4714
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
Woooah awesome thanks!\n
\n
There goes my whole day again on systemd…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700079868 {#4712
date: 2023-11-15 21:24:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4715 …}
+nested: Doctrine\ORM\PersistentCollection {#4717 …}
+votes: Doctrine\ORM\PersistentCollection {#4719 …}
+reports: Doctrine\ORM\PersistentCollection {#4721 …}
+favourites: Doctrine\ORM\PersistentCollection {#4723 …}
+notifications: Doctrine\ORM\PersistentCollection {#4725 …}
-id: 127969
-bodyTs: "'awesom':2 'day':8 'goe':5 'systemd':11 'thank':3 'whole':7 'woooah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790958"
+editedAt: null
+createdAt: DateTimeImmutable @1700079868 {#4713
date: 2023-11-15 21:24:28.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4714
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4597
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700043569 {#4595
date: 2023-11-15 11:19:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4598 …}
+nested: Doctrine\ORM\PersistentCollection {#4600 …}
+votes: Doctrine\ORM\PersistentCollection {#4602 …}
+reports: Doctrine\ORM\PersistentCollection {#4604 …}
+favourites: Doctrine\ORM\PersistentCollection {#4606 …}
+notifications: Doctrine\ORM\PersistentCollection {#4608 …}
-id: 126600
-bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5329106"
+editedAt: null
+createdAt: DateTimeImmutable @1700043569 {#4596
date: 2023-11-15 11:19:29.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
Woooah awesome thanks!\n
\n
There goes my whole day again on systemd…
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700079868 {#4712
date: 2023-11-15 21:24:28.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4715 …}
+nested: Doctrine\ORM\PersistentCollection {#4717 …}
+votes: Doctrine\ORM\PersistentCollection {#4719 …}
+reports: Doctrine\ORM\PersistentCollection {#4721 …}
+favourites: Doctrine\ORM\PersistentCollection {#4723 …}
+notifications: Doctrine\ORM\PersistentCollection {#4725 …}
-id: 127969
-bodyTs: "'awesom':2 'day':8 'goe':5 'systemd':11 'thank':3 'whole':7 'woooah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790958"
+editedAt: null
+createdAt: DateTimeImmutable @1700079868 {#4713
date: 2023-11-15 21:24:28.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4612
+user: Proxies\__CG__\App\Entity\User {#4613 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "We really need a ConfidentlyIncorrect community on Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700035821 {#4610
date: 2023-11-15 09:10:21.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4614 …}
+nested: Doctrine\ORM\PersistentCollection {#4616 …}
+votes: Doctrine\ORM\PersistentCollection {#4618 …}
+reports: Doctrine\ORM\PersistentCollection {#4620 …}
+favourites: Doctrine\ORM\PersistentCollection {#4622 …}
+notifications: Doctrine\ORM\PersistentCollection {#4624 …}
-id: 126392
-bodyTs: "'communiti':6 'confidentlyincorrect':5 'lemmi':8 'need':3 'realli':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6151716"
+editedAt: null
+createdAt: DateTimeImmutable @1700035821 {#4611
date: 2023-11-15 09:10:21.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#4612
+user: Proxies\__CG__\App\Entity\User {#4613 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "We really need a ConfidentlyIncorrect community on Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700035821 {#4610
date: 2023-11-15 09:10:21.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4614 …}
+nested: Doctrine\ORM\PersistentCollection {#4616 …}
+votes: Doctrine\ORM\PersistentCollection {#4618 …}
+reports: Doctrine\ORM\PersistentCollection {#4620 …}
+favourites: Doctrine\ORM\PersistentCollection {#4622 …}
+notifications: Doctrine\ORM\PersistentCollection {#4624 …}
-id: 126392
-bodyTs: "'communiti':6 'confidentlyincorrect':5 'lemmi':8 'need':3 'realli':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6151716"
+editedAt: null
+createdAt: DateTimeImmutable @1700035821 {#4611
date: 2023-11-15 09:10:21.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4612
+user: Proxies\__CG__\App\Entity\User {#4613 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4495
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: """
> learnt\n
\n
learning… it’s extensive!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1700011019 {#4494
date: 2023-11-15 02:16:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4499 …}
+nested: Doctrine\ORM\PersistentCollection {#4505 …}
+votes: Doctrine\ORM\PersistentCollection {#4501 …}
+reports: Doctrine\ORM\PersistentCollection {#4506 …}
+favourites: Doctrine\ORM\PersistentCollection {#4508 …}
+notifications: Doctrine\ORM\PersistentCollection {#4510 …}
-id: 125767
-bodyTs: "'extens':5 'learn':2 'learnt':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773767"
+editedAt: null
+createdAt: DateTimeImmutable @1700011019 {#4491
date: 2023-11-15 02:16:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#4110}
+body: "We really need a ConfidentlyIncorrect community on Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700035821 {#4610
date: 2023-11-15 09:10:21.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4614 …}
+nested: Doctrine\ORM\PersistentCollection {#4616 …}
+votes: Doctrine\ORM\PersistentCollection {#4618 …}
+reports: Doctrine\ORM\PersistentCollection {#4620 …}
+favourites: Doctrine\ORM\PersistentCollection {#4622 …}
+notifications: Doctrine\ORM\PersistentCollection {#4624 …}
-id: 126392
-bodyTs: "'communiti':6 'confidentlyincorrect':5 'lemmi':8 'need':3 'realli':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6151716"
+editedAt: null
+createdAt: DateTimeImmutable @1700035821 {#4611
date: 2023-11-15 09:10:21.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4679
+user: Proxies\__CG__\App\Entity\User {#4683 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "This (and “tyre”) is why we won the war."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700036286 {#4678
date: 2023-11-15 09:18:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4688 …}
+nested: Doctrine\ORM\PersistentCollection {#4684 …}
+votes: Doctrine\ORM\PersistentCollection {#4686 …}
+reports: Doctrine\ORM\PersistentCollection {#4691 …}
+favourites: Doctrine\ORM\PersistentCollection {#4693 …}
+notifications: Doctrine\ORM\PersistentCollection {#4695 …}
-id: 126401
-bodyTs: "'tyre':3 'war':9 'won':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.one/comment/4717161"
+editedAt: null
+createdAt: DateTimeImmutable @1700036286 {#4675
date: 2023-11-15 09:18:06.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#4679
+user: Proxies\__CG__\App\Entity\User {#4683 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "This (and “tyre”) is why we won the war."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700036286 {#4678
date: 2023-11-15 09:18:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4688 …}
+nested: Doctrine\ORM\PersistentCollection {#4684 …}
+votes: Doctrine\ORM\PersistentCollection {#4686 …}
+reports: Doctrine\ORM\PersistentCollection {#4691 …}
+favourites: Doctrine\ORM\PersistentCollection {#4693 …}
+notifications: Doctrine\ORM\PersistentCollection {#4695 …}
-id: 126401
-bodyTs: "'tyre':3 'war':9 'won':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.one/comment/4717161"
+editedAt: null
+createdAt: DateTimeImmutable @1700036286 {#4675
date: 2023-11-15 09:18:06.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4679
+user: Proxies\__CG__\App\Entity\User {#4683 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "This (and “tyre”) is why we won the war."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700036286 {#4678
date: 2023-11-15 09:18:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4688 …}
+nested: Doctrine\ORM\PersistentCollection {#4684 …}
+votes: Doctrine\ORM\PersistentCollection {#4686 …}
+reports: Doctrine\ORM\PersistentCollection {#4691 …}
+favourites: Doctrine\ORM\PersistentCollection {#4693 …}
+notifications: Doctrine\ORM\PersistentCollection {#4695 …}
-id: 126401
-bodyTs: "'tyre':3 'war':9 'won':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.one/comment/4717161"
+editedAt: null
+createdAt: DateTimeImmutable @1700036286 {#4675
date: 2023-11-15 09:18:06.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4699
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "Yes but… I am learn*ING*??"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700040587 {#4697
date: 2023-11-15 10:29:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4700 …}
+nested: Doctrine\ORM\PersistentCollection {#4702 …}
+votes: Doctrine\ORM\PersistentCollection {#4704 …}
+reports: Doctrine\ORM\PersistentCollection {#4706 …}
+favourites: Doctrine\ORM\PersistentCollection {#4708 …}
+notifications: Doctrine\ORM\PersistentCollection {#4710 …}
-id: 126513
-bodyTs: "'ing':6 'learn':5 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779666"
+editedAt: null
+createdAt: DateTimeImmutable @1700040587 {#4698
date: 2023-11-15 10:29:47.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#4699
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "Yes but… I am learn*ING*??"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700040587 {#4697
date: 2023-11-15 10:29:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4700 …}
+nested: Doctrine\ORM\PersistentCollection {#4702 …}
+votes: Doctrine\ORM\PersistentCollection {#4704 …}
+reports: Doctrine\ORM\PersistentCollection {#4706 …}
+favourites: Doctrine\ORM\PersistentCollection {#4708 …}
+notifications: Doctrine\ORM\PersistentCollection {#4710 …}
-id: 126513
-bodyTs: "'ing':6 'learn':5 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779666"
+editedAt: null
+createdAt: DateTimeImmutable @1700040587 {#4698
date: 2023-11-15 10:29:47.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4699
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4629 …}
+root: App\Entity\EntryComment {#4110
+user: App\Entity\User {#4099 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Finally someone who learnt how to use systemd."
+lang: "en"
+isAdult: false
+favouriteCount: 21
+score: 0
+lastActive: DateTime @1700343203 {#4116
date: 2023-11-18 22:33:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4115 …}
+nested: Doctrine\ORM\PersistentCollection {#4114 …}
+votes: Doctrine\ORM\PersistentCollection {#4105 …}
+reports: Doctrine\ORM\PersistentCollection {#4108 …}
+favourites: Doctrine\ORM\PersistentCollection {#4103 …}
+notifications: Doctrine\ORM\PersistentCollection {#4101 …}
-id: 125278
-bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315426"
+editedAt: null
+createdAt: DateTimeImmutable @1700000538 {#4121
date: 2023-11-14 23:22:18.0 +01:00
}
}
+body: "Yes but… I am learn*ING*??"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700040587 {#4697
date: 2023-11-15 10:29:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@TCB13@lemmy.world"
"@skullgiver@popplesburger.hilciferous.nl"
]
+children: Doctrine\ORM\PersistentCollection {#4700 …}
+nested: Doctrine\ORM\PersistentCollection {#4702 …}
+votes: Doctrine\ORM\PersistentCollection {#4704 …}
+reports: Doctrine\ORM\PersistentCollection {#4706 …}
+favourites: Doctrine\ORM\PersistentCollection {#4708 …}
+notifications: Doctrine\ORM\PersistentCollection {#4710 …}
-id: 126513
-bodyTs: "'ing':6 'learn':5 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779666"
+editedAt: null
+createdAt: DateTimeImmutable @1700040587 {#4698
date: 2023-11-15 10:29:47.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4729
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
No it’s the second one; server (home pc) is running ProtonVPN and there is a default route that makes all (ie ssh replies) traffic go through the VPN.\n
\n
I added some clarification, but basically this sets up a port-based default route to the home router instead of the VPN, so that SSH etc works.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700080103 {#4727
date: 2023-11-15 21:28:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4730 …}
+nested: Doctrine\ORM\PersistentCollection {#4732 …}
+votes: Doctrine\ORM\PersistentCollection {#4734 …}
+reports: Doctrine\ORM\PersistentCollection {#4736 …}
+favourites: Doctrine\ORM\PersistentCollection {#4738 …}
+notifications: Doctrine\ORM\PersistentCollection {#4740 …}
-id: 127983
-bodyTs: "'ad':31 'base':42 'basic':35 'clarif':33 'default':17,43 'etc':56 'go':26 'home':8,47 'ie':22 'instead':49 'make':20 'one':6 'pc':9 'port':41 'port-bas':40 'protonvpn':12 'repli':24 'rout':18,44 'router':48 'run':11 'second':5 'server':7 'set':37 'ssh':23,55 'traffic':25 'vpn':29,52 'work':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3791071"
+editedAt: null
+createdAt: DateTimeImmutable @1700080103 {#4728
date: 2023-11-15 21:28:23.0 +01:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#4729
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
No it’s the second one; server (home pc) is running ProtonVPN and there is a default route that makes all (ie ssh replies) traffic go through the VPN.\n
\n
I added some clarification, but basically this sets up a port-based default route to the home router instead of the VPN, so that SSH etc works.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700080103 {#4727
date: 2023-11-15 21:28:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4730 …}
+nested: Doctrine\ORM\PersistentCollection {#4732 …}
+votes: Doctrine\ORM\PersistentCollection {#4734 …}
+reports: Doctrine\ORM\PersistentCollection {#4736 …}
+favourites: Doctrine\ORM\PersistentCollection {#4738 …}
+notifications: Doctrine\ORM\PersistentCollection {#4740 …}
-id: 127983
-bodyTs: "'ad':31 'base':42 'basic':35 'clarif':33 'default':17,43 'etc':56 'go':26 'home':8,47 'ie':22 'instead':49 'make':20 'one':6 'pc':9 'port':41 'port-bas':40 'protonvpn':12 'repli':24 'rout':18,44 'router':48 'run':11 'second':5 'server':7 'set':37 'ssh':23,55 'traffic':25 'vpn':29,52 'work':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3791071"
+editedAt: null
+createdAt: DateTimeImmutable @1700080103 {#4728
date: 2023-11-15 21:28:23.0 +01:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4729
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4584
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4515
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4197
+user: App\Entity\User {#4210 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "If you’re looking for more improvements, I’d recommend using a non-default SSH port and to include the destination IP in the rules."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700343463 {#4192
date: 2023-11-18 22:37:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4198 …}
+nested: Doctrine\ORM\PersistentCollection {#4200 …}
+votes: Doctrine\ORM\PersistentCollection {#4202 …}
+reports: Doctrine\ORM\PersistentCollection {#4204 …}
+favourites: Doctrine\ORM\PersistentCollection {#4206 …}
+notifications: Doctrine\ORM\PersistentCollection {#4208 …}
-id: 125418
-bodyTs: "'d':9 'default':15 'destin':22 'improv':7 'includ':20 'ip':23 'look':4 'non':14 'non-default':13 'port':17 're':3 'recommend':10 'rule':26 'ssh':16 'use':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3717867"
+editedAt: null
+createdAt: DateTimeImmutable @1700002524 {#4193
date: 2023-11-14 23:55:24.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Ahead of you with the non-default port, I just didn’t use it in the example.\n
\n
But for the destination IP, I won’t always be connecting remotely from the same one. Or am I misunderstanding what you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700010992 {#4512
date: 2023-11-15 02:16:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4516 …}
+nested: Doctrine\ORM\PersistentCollection {#4518 …}
+votes: Doctrine\ORM\PersistentCollection {#4520 …}
+reports: Doctrine\ORM\PersistentCollection {#4522 …}
+favourites: Doctrine\ORM\PersistentCollection {#4524 …}
+notifications: Doctrine\ORM\PersistentCollection {#4526 …}
-id: 125766
-bodyTs: "'ahead':1 'alway':27 'connect':29 'default':8 'destin':22 'didn':12 'exampl':18 'ip':23 'mean':41 'misunderstand':38 'non':7 'non-default':6 'one':34 'port':9 'remot':30 'use':14 'won':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3773762"
+editedAt: DateTimeImmutable @1700262890 {#4513
date: 2023-11-18 00:14:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700010992 {#4514
date: 2023-11-15 02:16:32.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
Aha, I think I misunderstood your situation then? I assumed you’re running these routing rules on your client machine, so you’re able to access your ssh server without it going over the VPN – not that your server is running a VPN active that blocks external connections…?\n
\n
But if I didn’t misunderstand, I’d mean the (assumingly static) ssh server’s IP.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048722 {#4585
date: 2023-11-15 12:45:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4580 …}
+nested: Doctrine\ORM\PersistentCollection {#4575 …}
+votes: Doctrine\ORM\PersistentCollection {#4579 …}
+reports: Doctrine\ORM\PersistentCollection {#4589 …}
+favourites: Doctrine\ORM\PersistentCollection {#4591 …}
+notifications: Doctrine\ORM\PersistentCollection {#4593 …}
-id: 126761
-bodyTs: "'abl':24 'access':26 'activ':44 'aha':1 'assum':10,59 'block':46 'client':19 'connect':48 'd':56 'didn':52 'extern':47 'go':32 'ip':64 'machin':20 'mean':57 'misunderstand':54 'misunderstood':5 're':12,23 'rout':15 'rule':16 'run':13,41 'server':29,39,62 'situat':7 'ssh':28,61 'static':60 'think':3 'vpn':35,43 'without':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nu/comment/3731873"
+editedAt: null
+createdAt: DateTimeImmutable @1700048722 {#4588
date: 2023-11-15 12:45:22.0 +01:00
}
}
+root: App\Entity\EntryComment {#4197}
+body: """
No it’s the second one; server (home pc) is running ProtonVPN and there is a default route that makes all (ie ssh replies) traffic go through the VPN.\n
\n
I added some clarification, but basically this sets up a port-based default route to the home router instead of the VPN, so that SSH etc works.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700080103 {#4727
date: 2023-11-15 21:28:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@kungen@feddit.nu"
]
+children: Doctrine\ORM\PersistentCollection {#4730 …}
+nested: Doctrine\ORM\PersistentCollection {#4732 …}
+votes: Doctrine\ORM\PersistentCollection {#4734 …}
+reports: Doctrine\ORM\PersistentCollection {#4736 …}
+favourites: Doctrine\ORM\PersistentCollection {#4738 …}
+notifications: Doctrine\ORM\PersistentCollection {#4740 …}
-id: 127983
-bodyTs: "'ad':31 'base':42 'basic':35 'clarif':33 'default':17,43 'etc':56 'go':26 'home':8,47 'ie':22 'instead':49 'make':20 'one':6 'pc':9 'port':41 'port-bas':40 'protonvpn':12 'repli':24 'rout':18,44 'router':48 'run':11 'second':5 'server':7 'set':37 'ssh':23,55 'traffic':25 'vpn':29,52 'work':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3791071"
+editedAt: null
+createdAt: DateTimeImmutable @1700080103 {#4728
date: 2023-11-15 21:28:23.0 +01:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4530
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
}
+root: App\Entity\EntryComment {#4270}
+body: "I spent most of the day intensely learning nftables and ulogd thinking that was the way. Nope, there was a simple way all along."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700016296 {#4528
date: 2023-11-15 03:44:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@oldGregg@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4531 …}
+nested: Doctrine\ORM\PersistentCollection {#4533 …}
+votes: Doctrine\ORM\PersistentCollection {#4535 …}
+reports: Doctrine\ORM\PersistentCollection {#4537 …}
+favourites: Doctrine\ORM\PersistentCollection {#4539 …}
+notifications: Doctrine\ORM\PersistentCollection {#4541 …}
-id: 125950
-bodyTs: "'along':24 'day':6 'intens':7 'learn':8 'nftabl':9 'nope':17 'simpl':21 'spent':2 'think':12 'ulogd':11 'way':16,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3774952"
+editedAt: null
+createdAt: DateTimeImmutable @1700016296 {#4529
date: 2023-11-15 03:44:56.0 +01:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#4530
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
}
+root: App\Entity\EntryComment {#4270}
+body: "I spent most of the day intensely learning nftables and ulogd thinking that was the way. Nope, there was a simple way all along."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700016296 {#4528
date: 2023-11-15 03:44:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@oldGregg@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4531 …}
+nested: Doctrine\ORM\PersistentCollection {#4533 …}
+votes: Doctrine\ORM\PersistentCollection {#4535 …}
+reports: Doctrine\ORM\PersistentCollection {#4537 …}
+favourites: Doctrine\ORM\PersistentCollection {#4539 …}
+notifications: Doctrine\ORM\PersistentCollection {#4541 …}
-id: 125950
-bodyTs: "'along':24 'day':6 'intens':7 'learn':8 'nftabl':9 'nope':17 'simpl':21 'spent':2 'think':12 'ulogd':11 'way':16,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3774952"
+editedAt: null
+createdAt: DateTimeImmutable @1700016296 {#4529
date: 2023-11-15 03:44:56.0 +01:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4530
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4270
+user: App\Entity\User {#4283 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Goddamn I didn’t even think of that, I spent days on an alternate solution to a problem this would’ve solved."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700268590 {#4265
date: 2023-11-18 01:49:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4271 …}
+nested: Doctrine\ORM\PersistentCollection {#4273 …}
+votes: Doctrine\ORM\PersistentCollection {#4275 …}
+reports: Doctrine\ORM\PersistentCollection {#4277 …}
+favourites: Doctrine\ORM\PersistentCollection {#4279 …}
+notifications: Doctrine\ORM\PersistentCollection {#4281 …}
-id: 125814
-bodyTs: "'altern':14 'day':11 'didn':3 'even':5 'goddamn':1 'problem':18 'solut':15 'solv':22 'spent':10 'think':6 've':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6141777"
+editedAt: null
+createdAt: DateTimeImmutable @1700012246 {#4266
date: 2023-11-15 02:37:26.0 +01:00
}
}
+root: App\Entity\EntryComment {#4270}
+body: "I spent most of the day intensely learning nftables and ulogd thinking that was the way. Nope, there was a simple way all along."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700016296 {#4528
date: 2023-11-15 03:44:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@oldGregg@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4531 …}
+nested: Doctrine\ORM\PersistentCollection {#4533 …}
+votes: Doctrine\ORM\PersistentCollection {#4535 …}
+reports: Doctrine\ORM\PersistentCollection {#4537 …}
+favourites: Doctrine\ORM\PersistentCollection {#4539 …}
+notifications: Doctrine\ORM\PersistentCollection {#4541 …}
-id: 125950
-bodyTs: "'along':24 'day':6 'intens':7 'learn':8 'nftabl':9 'nope':17 'simpl':21 'spent':2 'think':12 'ulogd':11 'way':16,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3774952"
+editedAt: null
+createdAt: DateTimeImmutable @1700016296 {#4529
date: 2023-11-15 03:44:56.0 +01:00
}
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4745
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: """
I was surprised to learn this was a thing, impressive, however;\n
\n
‘the VPN app sends a request to the VPN server to open a random port’\n
\n
‘the active port number will change when you disconnect and reconnect the VPN.’\n
\n
This will not work OOTB with Plex for example, you would need to change the port in the app every time. It becomes difficult to serve anything statically, like a XMPP server or anything that doesn’t let you configure the port.\n
\n
You also would need to be at home to check which port you’ve been assigned eg if the connection drops and you get assigned a new port, defeating the whole ‘remote access’ thing.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700078055 {#4742
date: 2023-11-15 20:54:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
"@WeAreAllOne@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4746 …}
+nested: Doctrine\ORM\PersistentCollection {#4748 …}
+votes: Doctrine\ORM\PersistentCollection {#4750 …}
+reports: Doctrine\ORM\PersistentCollection {#4752 …}
+favourites: Doctrine\ORM\PersistentCollection {#4754 …}
+notifications: Doctrine\ORM\PersistentCollection {#4756 …}
-id: 127890
-bodyTs: "'access':114 'activ':28 'also':83 'anyth':66,73 'app':14,58 'assign':97,106 'becom':62 'chang':32,53 'check':91 'configur':79 'connect':101 'defeat':110 'difficult':63 'disconnect':35 'doesn':75 'drop':102 'eg':98 'everi':59 'exampl':48 'get':105 'home':89 'howev':11 'impress':10 'learn':5 'let':77 'like':68 'need':51,85 'new':108 'number':30 'ootb':44 'open':23 'plex':46 'port':26,29,55,81,93,109 'random':25 'reconnect':37 'remot':113 'request':17 'send':15 'serv':65 'server':21,71 'static':67 'surpris':3 'thing':9,115 'time':60 've':95 'vpn':13,20,39 'whole':112 'work':43 'would':50,84 'xmpp':70"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790363"
+editedAt: DateTimeImmutable @1700341219 {#4743
date: 2023-11-18 22:00:19.0 +01:00
}
+createdAt: DateTimeImmutable @1700078055 {#4744
date: 2023-11-15 20:54:15.0 +01:00
}
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\EntryComment {#4745
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: """
I was surprised to learn this was a thing, impressive, however;\n
\n
‘the VPN app sends a request to the VPN server to open a random port’\n
\n
‘the active port number will change when you disconnect and reconnect the VPN.’\n
\n
This will not work OOTB with Plex for example, you would need to change the port in the app every time. It becomes difficult to serve anything statically, like a XMPP server or anything that doesn’t let you configure the port.\n
\n
You also would need to be at home to check which port you’ve been assigned eg if the connection drops and you get assigned a new port, defeating the whole ‘remote access’ thing.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700078055 {#4742
date: 2023-11-15 20:54:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
"@WeAreAllOne@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4746 …}
+nested: Doctrine\ORM\PersistentCollection {#4748 …}
+votes: Doctrine\ORM\PersistentCollection {#4750 …}
+reports: Doctrine\ORM\PersistentCollection {#4752 …}
+favourites: Doctrine\ORM\PersistentCollection {#4754 …}
+notifications: Doctrine\ORM\PersistentCollection {#4756 …}
-id: 127890
-bodyTs: "'access':114 'activ':28 'also':83 'anyth':66,73 'app':14,58 'assign':97,106 'becom':62 'chang':32,53 'check':91 'configur':79 'connect':101 'defeat':110 'difficult':63 'disconnect':35 'doesn':75 'drop':102 'eg':98 'everi':59 'exampl':48 'get':105 'home':89 'howev':11 'impress':10 'learn':5 'let':77 'like':68 'need':51,85 'new':108 'number':30 'ootb':44 'open':23 'plex':46 'port':26,29,55,81,93,109 'random':25 'reconnect':37 'remot':113 'request':17 'send':15 'serv':65 'server':21,71 'static':67 'surpris':3 'thing':9,115 'time':60 've':95 'vpn':13,20,39 'whole':112 'work':43 'would':50,84 'xmpp':70"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790363"
+editedAt: DateTimeImmutable @1700341219 {#4743
date: 2023-11-18 22:00:19.0 +01:00
}
+createdAt: DateTimeImmutable @1700078055 {#4744
date: 2023-11-15 20:54:15.0 +01:00
}
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4745
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4645
+user: Proxies\__CG__\App\Entity\User {#4646 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Proton has port forwarding anyhow…"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700048913 {#4643
date: 2023-11-15 12:48:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4647 …}
+nested: Doctrine\ORM\PersistentCollection {#4649 …}
+votes: Doctrine\ORM\PersistentCollection {#4651 …}
+reports: Doctrine\ORM\PersistentCollection {#4653 …}
+favourites: Doctrine\ORM\PersistentCollection {#4655 …}
+notifications: Doctrine\ORM\PersistentCollection {#4657 …}
-id: 126768
-bodyTs: "'anyhow':5 'forward':4 'port':3 'proton':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/6156563"
+editedAt: null
+createdAt: DateTimeImmutable @1700048913 {#4644
date: 2023-11-15 12:48:33.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: """
I was surprised to learn this was a thing, impressive, however;\n
\n
‘the VPN app sends a request to the VPN server to open a random port’\n
\n
‘the active port number will change when you disconnect and reconnect the VPN.’\n
\n
This will not work OOTB with Plex for example, you would need to change the port in the app every time. It becomes difficult to serve anything statically, like a XMPP server or anything that doesn’t let you configure the port.\n
\n
You also would need to be at home to check which port you’ve been assigned eg if the connection drops and you get assigned a new port, defeating the whole ‘remote access’ thing.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700078055 {#4742
date: 2023-11-15 20:54:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
"@WeAreAllOne@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#4746 …}
+nested: Doctrine\ORM\PersistentCollection {#4748 …}
+votes: Doctrine\ORM\PersistentCollection {#4750 …}
+reports: Doctrine\ORM\PersistentCollection {#4752 …}
+favourites: Doctrine\ORM\PersistentCollection {#4754 …}
+notifications: Doctrine\ORM\PersistentCollection {#4756 …}
-id: 127890
-bodyTs: "'access':114 'activ':28 'also':83 'anyth':66,73 'app':14,58 'assign':97,106 'becom':62 'chang':32,53 'check':91 'configur':79 'connect':101 'defeat':110 'difficult':63 'disconnect':35 'doesn':75 'drop':102 'eg':98 'everi':59 'exampl':48 'get':105 'home':89 'howev':11 'impress':10 'learn':5 'let':77 'like':68 'need':51,85 'new':108 'number':30 'ootb':44 'open':23 'plex':46 'port':26,29,55,81,93,109 'random':25 'reconnect':37 'remot':113 'request':17 'send':15 'serv':65 'server':21,71 'static':67 'surpris':3 'thing':9,115 'time':60 've':95 'vpn':13,20,39 'whole':112 'work':43 'would':50,84 'xmpp':70"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3790363"
+editedAt: DateTimeImmutable @1700341219 {#4743
date: 2023-11-18 22:00:19.0 +01:00
}
+createdAt: DateTimeImmutable @1700078055 {#4744
date: 2023-11-15 20:54:15.0 +01:00
}
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4661
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Oh gotcha, I misunderstood this post as talking about a self hosted VPN, not external provider. That explains it! :D"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700086096 {#4659
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4662 …}
+nested: Doctrine\ORM\PersistentCollection {#4664 …}
+votes: Doctrine\ORM\PersistentCollection {#4666 …}
+reports: Doctrine\ORM\PersistentCollection {#4668 …}
+favourites: Doctrine\ORM\PersistentCollection {#4670 …}
+notifications: Doctrine\ORM\PersistentCollection {#4672 …}
-id: 128239
-bodyTs: "'d':20 'explain':18 'extern':15 'gotcha':2 'host':12 'misunderstood':4 'oh':1 'post':6 'provid':16 'self':11 'talk':8 'vpn':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5833526"
+editedAt: null
+createdAt: DateTimeImmutable @1700086096 {#4660
date: 2023-11-15 23:08:16.0 +01:00
}
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\EntryComment {#4661
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Oh gotcha, I misunderstood this post as talking about a self hosted VPN, not external provider. That explains it! :D"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700086096 {#4659
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4662 …}
+nested: Doctrine\ORM\PersistentCollection {#4664 …}
+votes: Doctrine\ORM\PersistentCollection {#4666 …}
+reports: Doctrine\ORM\PersistentCollection {#4668 …}
+favourites: Doctrine\ORM\PersistentCollection {#4670 …}
+notifications: Doctrine\ORM\PersistentCollection {#4672 …}
-id: 128239
-bodyTs: "'d':20 'explain':18 'extern':15 'gotcha':2 'host':12 'misunderstood':4 'oh':1 'post':6 'provid':16 'self':11 'talk':8 'vpn':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5833526"
+editedAt: null
+createdAt: DateTimeImmutable @1700086096 {#4660
date: 2023-11-15 23:08:16.0 +01:00
}
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4661
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4545
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4343
+user: App\Entity\User {#4356 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "Out of curiosity, why not just leave ssh access to the local network so you can only reach it by VPN in the first place? Note I might be misunderstanding what the goal of this was, so feel free to lmk if I’m off the field with my question lol"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700351136 {#4338
date: 2023-11-19 00:45:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4344 …}
+nested: Doctrine\ORM\PersistentCollection {#4346 …}
+votes: Doctrine\ORM\PersistentCollection {#4348 …}
+reports: Doctrine\ORM\PersistentCollection {#4350 …}
+favourites: Doctrine\ORM\PersistentCollection {#4352 …}
+notifications: Doctrine\ORM\PersistentCollection {#4354 …}
-id: 126278
-bodyTs: "'access':9 'curios':3 'feel':38 'field':47 'first':24 'free':39 'goal':33 'leav':7 'lmk':41 'local':12 'lol':51 'm':44 'might':28 'misunderstand':30 'network':13 'note':26 'place':25 'question':50 'reach':18 'ssh':8 'vpn':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5815833"
+editedAt: null
+createdAt: DateTimeImmutable @1700030701 {#4339
date: 2023-11-15 07:45:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "I have protonVPN, therefore no way to forward packets from their endpoint to my pc."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700040524 {#4543
date: 2023-11-15 10:28:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4546 …}
+nested: Doctrine\ORM\PersistentCollection {#4548 …}
+votes: Doctrine\ORM\PersistentCollection {#4550 …}
+reports: Doctrine\ORM\PersistentCollection {#4552 …}
+favourites: Doctrine\ORM\PersistentCollection {#4554 …}
+notifications: Doctrine\ORM\PersistentCollection {#4556 …}
-id: 126510
-bodyTs: "'endpoint':12 'forward':8 'packet':9 'pc':15 'protonvpn':3 'therefor':4 'way':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779657"
+editedAt: null
+createdAt: DateTimeImmutable @1700040524 {#4544
date: 2023-11-15 10:28:44.0 +01:00
}
}
+root: App\Entity\EntryComment {#4343}
+body: "Oh gotcha, I misunderstood this post as talking about a self hosted VPN, not external provider. That explains it! :D"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700086096 {#4659
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@Mikelius@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#4662 …}
+nested: Doctrine\ORM\PersistentCollection {#4664 …}
+votes: Doctrine\ORM\PersistentCollection {#4666 …}
+reports: Doctrine\ORM\PersistentCollection {#4668 …}
+favourites: Doctrine\ORM\PersistentCollection {#4670 …}
+notifications: Doctrine\ORM\PersistentCollection {#4672 …}
-id: 128239
-bodyTs: "'d':20 'explain':18 'extern':15 'gotcha':2 'host':12 'misunderstood':4 'oh':1 'post':6 'provid':16 'self':11 'talk':8 'vpn':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5833526"
+editedAt: null
+createdAt: DateTimeImmutable @1700086096 {#4660
date: 2023-11-15 23:08:16.0 +01:00
}
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4560
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
}
+root: App\Entity\EntryComment {#4416}
+body: "Remote access while ProtonVPN is active."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700040547 {#4558
date: 2023-11-15 10:29:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@WhyAUsername_1@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4561 …}
+nested: Doctrine\ORM\PersistentCollection {#4563 …}
+votes: Doctrine\ORM\PersistentCollection {#4565 …}
+reports: Doctrine\ORM\PersistentCollection {#4567 …}
+favourites: Doctrine\ORM\PersistentCollection {#4569 …}
+notifications: Doctrine\ORM\PersistentCollection {#4571 …}
-id: 126511
-bodyTs: "'access':2 'activ':6 'protonvpn':4 'remot':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779660"
+editedAt: null
+createdAt: DateTimeImmutable @1700040547 {#4559
date: 2023-11-15 10:29:07.0 +01:00
}
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\EntryComment {#4560
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
}
+root: App\Entity\EntryComment {#4416}
+body: "Remote access while ProtonVPN is active."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700040547 {#4558
date: 2023-11-15 10:29:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@WhyAUsername_1@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4561 …}
+nested: Doctrine\ORM\PersistentCollection {#4563 …}
+votes: Doctrine\ORM\PersistentCollection {#4565 …}
+reports: Doctrine\ORM\PersistentCollection {#4567 …}
+favourites: Doctrine\ORM\PersistentCollection {#4569 …}
+notifications: Doctrine\ORM\PersistentCollection {#4571 …}
-id: 126511
-bodyTs: "'access':2 'activ':6 'protonvpn':4 'remot':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779660"
+editedAt: null
+createdAt: DateTimeImmutable @1700040547 {#4559
date: 2023-11-15 10:29:07.0 +01:00
}
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4560
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+entry: App\Entity\Entry {#2480
+user: Proxies\__CG__\App\Entity\User {#1966 …}
+magazine: App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1900 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2420
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1905 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1929 …}
+favourites: Doctrine\ORM\PersistentCollection {#1396 …}
+notifications: Doctrine\ORM\PersistentCollection {#2439 …}
+badges: Doctrine\ORM\PersistentCollection {#2357 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#1816
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2419
date: 2023-11-14 23:10:44.0 +01:00
}
}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: App\Entity\EntryComment {#4416
+user: App\Entity\User {#4429 …}
+entry: App\Entity\Entry {#2480}
+magazine: App\Entity\Magazine {#263}
+image: null
+parent: null
+root: null
+body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700292436 {#4411
date: 2023-11-18 08:27:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
]
+children: Doctrine\ORM\PersistentCollection {#4417 …}
+nested: Doctrine\ORM\PersistentCollection {#4419 …}
+votes: Doctrine\ORM\PersistentCollection {#4421 …}
+reports: Doctrine\ORM\PersistentCollection {#4423 …}
+favourites: Doctrine\ORM\PersistentCollection {#4425 …}
+notifications: Doctrine\ORM\PersistentCollection {#4427 …}
-id: 126415
-bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5327883"
+editedAt: null
+createdAt: DateTimeImmutable @1700036727 {#4412
date: 2023-11-15 09:25:27.0 +01:00
}
}
+root: App\Entity\EntryComment {#4416}
+body: "Remote access while ProtonVPN is active."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700040547 {#4558
date: 2023-11-15 10:29:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@luthis@lemmy.nz"
"@WhyAUsername_1@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4561 …}
+nested: Doctrine\ORM\PersistentCollection {#4563 …}
+votes: Doctrine\ORM\PersistentCollection {#4565 …}
+reports: Doctrine\ORM\PersistentCollection {#4567 …}
+favourites: Doctrine\ORM\PersistentCollection {#4569 …}
+notifications: Doctrine\ORM\PersistentCollection {#4571 …}
-id: 126511
-bodyTs: "'access':2 'activ':6 'protonvpn':4 'remot':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.nz/comment/3779660"
+editedAt: null
+createdAt: DateTimeImmutable @1700040547 {#4559
date: 2023-11-15 10:29:07.0 +01:00
}
} |
|
Show voter details
|
89 |
DENIED
|
edit
|
App\Entity\Magazine {#263
+icon: Proxies\__CG__\App\Entity\Image {#244 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#273
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#235 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#231 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#220 …}
+entries: Doctrine\ORM\PersistentCollection {#178 …}
+posts: Doctrine\ORM\PersistentCollection {#136 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#198 …}
+bans: Doctrine\ORM\PersistentCollection {#115 …}
+reports: Doctrine\ORM\PersistentCollection {#101 …}
+badges: Doctrine\ORM\PersistentCollection {#79 …}
+logs: Doctrine\ORM\PersistentCollection {#69 …}
+awards: Doctrine\ORM\PersistentCollection {#1830 …}
+categories: Doctrine\ORM\PersistentCollection {#1863 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#267
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#269
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|