Skip to main content

All Questions

Tagged with
6 questions with no upvoted or accepted answers
2 votes
1 answer
420 views

Why is my public IPv6 address different from the one listed in linux

Going to [whatismyip.com][1] on different devices inside my home network provides expected results, the same IPv4 address and different IPv6 addresses on each device. However, upon looking at the ...
Ethan Raque's user avatar
1 vote
0 answers
551 views

Container port/service accessible from all host IP's with docker custom bridge linked to IPv4 alias on Synology NAS

Good day all. I Have a question regarding Docker on a Synology NAS (Linux). I have a Ubiquity Unifi Controller container running on this NAS. (jacobalberti/unifi) This image needs specific ports to ...
Lars Beugelaar's user avatar
1 vote
1 answer
6k views

How to change the IPv6 link local address of an interface in Linux?

I want to remove the default IPv6 link-local address of an interface and want to replace it with a customized IPv6 link-local address? Can you help me here? If I assign a new link-local IPv6 address ...
user3349687's user avatar
0 votes
0 answers
88 views

Use ipv6 tunnelling service with a pre-existing ipv6 address

EDIT: the earlier routing table does work. The problem is HE's server in LA. I did a test with a pure ipv4 server and it didn't work either. So I now change the question to how to make both native and ...
Turgon's user avatar
  • 101
0 votes
0 answers
241 views

Issue in programming IPv6 route in linux kernel with IPv4 mapped IPv6 address as next hop addess

Kernel Version: 4.0.5 Commands executed on Linux terminal: ip tuntap add mode tap dummy_1 ip -6 addr add ::FFFF:A9FE:0005/120 dev dummy_1 ip -6 neigh add ::FFFF:A9FE:000A lladdr 00:a9:fe:00:05:ff ...
Subhajit's user avatar
0 votes
1 answer
123 views

Can I allocate IPv6 addresses to directories of my web server?

I am running an apache server on a Debian machine and I have 1 IPv4 addresses and 20 IPv6 addresses. I want to run two websites of this server, can I allocate a directory an IPv6 address so that I can ...
Levi Meredith's user avatar