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

How is ikvjwd implemented? #1

Closed
evaryont opened this Issue May 21, 2014 · 3 comments

Comments

Projects
None yet
2 participants
@evaryont

evaryont commented May 21, 2014

So I found ikvjwd.com, and was curious how it's implemented. Some searching led me to this repo, but it only has HTML. Which leads me to guess: you're using using IPTables to forward incoming traffic from IPv6 sources to Github's IPv4 address?

Can you confirm that guess? Or is it something else?

@rcsheets rcsheets added the question label May 21, 2014

@rcsheets

This comment has been minimized.

Show comment
Hide comment
@rcsheets

rcsheets May 21, 2014

Owner

The SSH forwarding is implemented using haproxy. You're correct that the incoming IPv6 traffic is simply forwarded to GitHub's IPv4 address.

Owner

rcsheets commented May 21, 2014

The SSH forwarding is implemented using haproxy. You're correct that the incoming IPv6 traffic is simply forwarded to GitHub's IPv4 address.

@evaryont

This comment has been minimized.

Show comment
Hide comment
@evaryont

evaryont May 21, 2014

Would you mind sharing the configuration file you used with haproxy?

evaryont commented May 21, 2014

Would you mind sharing the configuration file you used with haproxy?

@rcsheets

This comment has been minimized.

Show comment
Hide comment
@rcsheets

rcsheets May 22, 2014

Owner

Added in commit 58979dc

Owner

rcsheets commented May 22, 2014

Added in commit 58979dc

@rcsheets rcsheets closed this May 22, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment