Finding the intermediate hops en route to internet from behind VPNUse putty tunnels to sneak through on the...
School performs periodic password audits. Is my password compromised?
Why can't we use freedom of speech and expression to incite people to rebel against government in India?
Is there a math expression equivalent to the conditional ternary operator?
Do natural melee weapons (from racial traits) trigger Improved Divine Smite?
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
How do we objectively assess if a dialogue sounds unnatural or cringy?
Iron deposits mined from under the city
Professor forcing me to attend a conference
Why is the electrolytic capacitor not polarity sensitive?
Why are special aircraft used for the carriers in the United States Navy?
Practical reasons to have both a large police force and bounty hunting network?
Are Wave equations equivalent to Maxwell equations in free space?
What can I do if someone tampers with my SSH public key?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Convert an array of objects to array of the objects' values
Learning to quickly identify valid fingering for piano?
What is the meaning of option 'by' in TikZ Intersections
Why won't the strings command stop?
PTiJ: How should animals pray?
Is "cogitate" an appropriate word for this?
Rationale to prefer local variables over instance variables?
Custom javascript not working
Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?
What does "rhumatis" mean?
Finding the intermediate hops en route to internet from behind VPN
Use putty tunnels to sneak through on the VPN?ssh using putty to server outside vpnConnecting two private LANs - issue with VPNHow do I do remote logging on DD-WRT with rDNS?Exposing a port on the LAN behind a VPN ClientRandom internal subnet when on VPNNetworking: namespaces and vpn on raspberry piNo connectivity on a Hyper-V VM after host connecting to VPNCan DHCP requests leak information to my ISP while I am connected to a VPN?Can you use the Wi-Fi of a router when set in bridge mode?
I'm new to this.
I'm doing an audit for a network, and will be drawing a network diagram for it.
I have got the IP address list using nmap scan, I can see about 5 networks.
The issue I'm facing is that I can't see my immediate ly connected router.
I tried tracert, and I get the first hop as an APIPA address, the second IP I believe is the ISP address.
I'm remotely doing this from behind a VPN, if that helps.
Could someone clarify where I'm going wrong, or what I might not be understanding.
Thank You
vpn auditd
add a comment |
I'm new to this.
I'm doing an audit for a network, and will be drawing a network diagram for it.
I have got the IP address list using nmap scan, I can see about 5 networks.
The issue I'm facing is that I can't see my immediate ly connected router.
I tried tracert, and I get the first hop as an APIPA address, the second IP I believe is the ISP address.
I'm remotely doing this from behind a VPN, if that helps.
Could someone clarify where I'm going wrong, or what I might not be understanding.
Thank You
vpn auditd
add a comment |
I'm new to this.
I'm doing an audit for a network, and will be drawing a network diagram for it.
I have got the IP address list using nmap scan, I can see about 5 networks.
The issue I'm facing is that I can't see my immediate ly connected router.
I tried tracert, and I get the first hop as an APIPA address, the second IP I believe is the ISP address.
I'm remotely doing this from behind a VPN, if that helps.
Could someone clarify where I'm going wrong, or what I might not be understanding.
Thank You
vpn auditd
I'm new to this.
I'm doing an audit for a network, and will be drawing a network diagram for it.
I have got the IP address list using nmap scan, I can see about 5 networks.
The issue I'm facing is that I can't see my immediate ly connected router.
I tried tracert, and I get the first hop as an APIPA address, the second IP I believe is the ISP address.
I'm remotely doing this from behind a VPN, if that helps.
Could someone clarify where I'm going wrong, or what I might not be understanding.
Thank You
vpn auditd
vpn auditd
asked 20 hours ago
Huud RychHuud Rych
187
187
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
To find this out, determine the IP address of the VPN endpoint (you can look in the config file or go to whatismyaddress.com or similar) then disconnect the VPN and do a traceroute/mtr and it will show how the hops to that endpoint.
Alternatively if you know the non-vpn IP address and can find a test server on the same network (and with the same routing policies) as your vpn box, you can traceroute back from that System to your non-vpn IP address, which will show the path traffic returns on. Note the incoming and outgoing paths could be different and the IP addresses you see will be different in each direction - but very broadly speaking this will typically shiw the providers and links veing traversed.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1412047%2ffinding-the-intermediate-hops-en-route-to-internet-from-behind-vpn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To find this out, determine the IP address of the VPN endpoint (you can look in the config file or go to whatismyaddress.com or similar) then disconnect the VPN and do a traceroute/mtr and it will show how the hops to that endpoint.
Alternatively if you know the non-vpn IP address and can find a test server on the same network (and with the same routing policies) as your vpn box, you can traceroute back from that System to your non-vpn IP address, which will show the path traffic returns on. Note the incoming and outgoing paths could be different and the IP addresses you see will be different in each direction - but very broadly speaking this will typically shiw the providers and links veing traversed.
add a comment |
To find this out, determine the IP address of the VPN endpoint (you can look in the config file or go to whatismyaddress.com or similar) then disconnect the VPN and do a traceroute/mtr and it will show how the hops to that endpoint.
Alternatively if you know the non-vpn IP address and can find a test server on the same network (and with the same routing policies) as your vpn box, you can traceroute back from that System to your non-vpn IP address, which will show the path traffic returns on. Note the incoming and outgoing paths could be different and the IP addresses you see will be different in each direction - but very broadly speaking this will typically shiw the providers and links veing traversed.
add a comment |
To find this out, determine the IP address of the VPN endpoint (you can look in the config file or go to whatismyaddress.com or similar) then disconnect the VPN and do a traceroute/mtr and it will show how the hops to that endpoint.
Alternatively if you know the non-vpn IP address and can find a test server on the same network (and with the same routing policies) as your vpn box, you can traceroute back from that System to your non-vpn IP address, which will show the path traffic returns on. Note the incoming and outgoing paths could be different and the IP addresses you see will be different in each direction - but very broadly speaking this will typically shiw the providers and links veing traversed.
To find this out, determine the IP address of the VPN endpoint (you can look in the config file or go to whatismyaddress.com or similar) then disconnect the VPN and do a traceroute/mtr and it will show how the hops to that endpoint.
Alternatively if you know the non-vpn IP address and can find a test server on the same network (and with the same routing policies) as your vpn box, you can traceroute back from that System to your non-vpn IP address, which will show the path traffic returns on. Note the incoming and outgoing paths could be different and the IP addresses you see will be different in each direction - but very broadly speaking this will typically shiw the providers and links veing traversed.
answered 12 hours ago
davidgodavidgo
44.3k75292
44.3k75292
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1412047%2ffinding-the-intermediate-hops-en-route-to-internet-from-behind-vpn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown