GithubHelp home page GithubHelp logo

Connect to FB using IPV6 about fritzconnection HOT 5 CLOSED

kbr avatar kbr commented on May 28, 2024
Connect to FB using IPV6

from fritzconnection.

Comments (5)

lucasff avatar lucasff commented on May 28, 2024

❯ host fritz.box
fritz.box has address 192.168.178.1
fritz.box has IPv6 address fd00::2e3a:fdff:fe88:8422
fritz.box has IPv6 address 2003:ec:370b:2f00:2e3a:fdff:fe88:8422

did you try?

from fritzconnection.

kbr avatar kbr commented on May 28, 2024

With ping6 it's possible to ping the box, but internally fritzconnection uses requests. I don't know whether requests provides ipv6 connections.

from fritzconnection.

maribert avatar maribert commented on May 28, 2024

It actually does. I just tried it. If you put your literal IP address into square brackets, it should work, like so:

fh = FritzHosts(address='[fd00:0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]', password='yyyyyyy')

or

fh = FritzHosts(address='[%s]' % fs.external_ipv6, password='yyyyyyyy') (if you have a valid FritzStatus object called "fs").

from fritzconnection.

kbr avatar kbr commented on May 28, 2024

At first I thought you found a serious security bug because of using an external ipv6 address. This is not possible with ipv4 at all. Fortunately for ipv6 this does just work in the local network and not by an external access (I've checked it!).

from fritzconnection.

kbr avatar kbr commented on May 28, 2024

Like to close this because it is kind of discussion. Btw. github now has discussions :)

from fritzconnection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.