You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Hi and welcome to Information Security SE. This is a good question, but a bit broad as it stands. Maybe It's also sligtly off-topic here because it seems more about a feature and configuration than on security per se.Marcel– Marcel2020-03-13 07:55:36 +00:00Commented Mar 13, 2020 at 7:55
- Since this may be very specific please add make and model of your router and maybe also some configuration details for your VPN. Do you run the VPN endpoint on that same router or on another device?Marcel– Marcel2020-03-13 07:56:33 +00:00Commented Mar 13, 2020 at 7:56
- More information on the VPN and OS involved could be useful. In general, this can happen if the VPN tunnels or blocks ALL IPv6 traffic, including ICMP packets used for the Neighbor Discovery Protocol (NDP), in which case it would seem to other IPv6 hosts on the network as if the device wasn't there anymore.ecdsa– ecdsa2020-03-13 08:36:54 +00:00Commented Mar 13, 2020 at 8:36
- @Marcel, thank you for your warm welcome to the group. I am trying to learn about VPNs, routers and access control, as I wrestle with my own router. I am not trouble shooting it; that's better left to the helpdesk. The router is Actiontec T3200, I believe broadcom inside. The device is an iPhone running VPN360. The firewall is off, and I'd rather not chase port numbers to block (smart) VPNs. It's possible that the VPN only allows IPv4, I don't know, I will look for that info. Still, the router should have restricted the device by its IPv4 address too, if that's how it does it, no?P2000– P20002020-03-13 14:45:42 +00:00Commented Mar 13, 2020 at 14:45
- I think, it would be best to actually analyze the traffic from vpn enabled endpoint to wifi router. With that, you will be able to understand what is going on. Try to install wireshark on your laptop, connect it to wifi router via ethernet cable, and enable hotspot on laptop's wifi. Then run wireshark and analyze packets sent to your laptops wifi after connecting your iphone with vpn enabled to your laptop's hotspot. And post the results please.Rashad Novruzov– Rashad Novruzov2020-03-13 15:13:52 +00:00Commented Mar 13, 2020 at 15:13
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you