Skip to content

util to help diagnose egress interface identification problems #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 21, 2022

Conversation

pgalbraith
Copy link
Contributor

No description provided.

@cowtowncoder cowtowncoder merged commit 6f9a9e6 into cowtowncoder:master Jun 21, 2022
@cowtowncoder
Copy link
Owner

@pgalbraith I was able to run this, getting output like so:

{java.runtime.name=OpenJDK Runtime Environment, sun.boot.library.path=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib, java.vm.version=25.272-b10,  ... lots of values, not included here yet ...

remote: a.root-servers.net/198.41.0.4:0
local: 0.0.0.0/0.0.0.0
interface: null
java.lang.NullPointerException
java.lang.NullPointerException
	at test.EgressDiagnostics.tryRemote(EgressDiagnostics.java:24)
	at test.EgressDiagnostics.main(EgressDiagnostics.java:8)

remote: a.root-servers.net/198.41.0.4:53
local: 0.0.0.0/0.0.0.0
interface: null
java.lang.NullPointerException
java.lang.NullPointerException
	at test.EgressDiagnostics.tryRemote(EgressDiagnostics.java:24)
	at test.EgressDiagnostics.main(EgressDiagnostics.java:9)

remote: /1.1.1.1:0
local: 0.0.0.0/0.0.0.0
interface: null
java.lang.NullPointerException
java.lang.NullPointerException
	at test.EgressDiagnostics.tryRemote(EgressDiagnostics.java:24)
	at test.EgressDiagnostics.main(EgressDiagnostics.java:10)

remote: /1:0:0:0:0:0:0:1:0
local: 0.0.0.0/0.0.0.0
interface: null
java.lang.NullPointerException
java.lang.NullPointerException
	at test.EgressDiagnostics.tryRemote(EgressDiagnostics.java:24)
	at test.EgressDiagnostics.main(EgressDiagnostics.java:11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants