ipv6-proxy-server icon indicating copy to clipboard operation
ipv6-proxy-server copied to clipboard

Rotation

Open DarkReapa opened this issue 2 years ago • 3 comments

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

DarkReapa avatar Sep 05 '23 09:09 DarkReapa

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

Temporalitas avatar Sep 12 '23 03:09 Temporalitas

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

DarkReapa avatar Sep 12 '23 17:09 DarkReapa

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

Temporalitas avatar Sep 15 '23 03:09 Temporalitas