Temporalitas / ipv6-proxy-server

IPv6 backconnect proxy server /64 and /48 subnet for any debian-based distro
MIT License
92 stars 54 forks source link

Rotation #8

Closed DarkReapa closed 1 week ago

DarkReapa commented 1 year ago

Hi, can you add IPv6 rotation functionality by curl request? For example, like here https://blog.vpsville.ru/blog/howto/243.html

Temporalitas commented 1 year ago

This wont work. If you know, how to create access from any random subnet address without adding it directly via ip - addr add ..., write here please

DarkReapa commented 1 year ago

ip -6 route add local PREFIX/64 dev lo Setting up ndppd apt install ndppd /etc/ndppd.conf

route-ttl 30000 proxy eth0 { router no timeout 500
ttl 30000 rule PREFIX/64 { static } }

service ndppd start service ndppd restart In this case, you do not need to add each address in the interface

Temporalitas commented 1 year ago

ip -6 route add local PREFIX/64 dev lo Setting up ndppd apt install ndppd /etc/ndppd.conf

route-ttl 30000 proxy eth0 { router no timeout 500
ttl 30000 rule PREFIX/64 { static } }

service ndppd start service ndppd restart In this case, you do not need to add each address in the interface

https://github.com/Theodikes/ipv6-proxy-server/issues/1#issuecomment-1484216338

ndppd not working on many servers. Write please in Telegram (link in readme), if you can make ndppd working on server that I'll provide, it will be good