Using IPv6 Sockets in Python

preview_player
Показать описание
Today we learn how to use IPv6 sockets in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Just a correction, you don't typical use NAT with IPv6(IE: No port forwarding needed). So the address which begins with 2 is your public IPv6 address. the IPv6 address which begins with f (the link local) your private IPv6 address.

MiyuruSankalpa
Автор

Fantastic vid!

Wondering: since V6 has IPSec 'build in' how the heck can one establish a V6 with network layer encryption enabled?

myteron
Автор

Hello, thanks for making such detailed videos. I'm running sftp server and I have set ipv6 by watching your video. The server gives access of the cwd directory to the client, but I want to set a specific directory. I tried os.chdir() method and it failed.
can you please help me with that? thanks and regards.

ChanderMohan-ljdy
Автор

will this work without port forwarding (in ur case 9999) ? And from behind the NAT? I mean not from local/wifi network.

marcinziajkowski
Автор

maybe try [1][4][0] bc your setting are diff so it's in a diff part of the array, just pick it out heh

Sirmrmeowmeow
Автор

I am trying to use ipv6 address in sockets. But when i run client on different network it gives me os error 99 cannot assign requested address. I am unable to find solution. Please suggest me a solution

ca_gaurav_monga