I received a IPv6 subnet /64 from my provider (vultr). Many people are asking how to assign whole subnet to interface. As far as I understand, the easiest option is ip addr add 2001:4860:4860:abcd::/64 dev eth0. This works fine for incoming requests to any ip in subnet. But how can i use them for outgoing request? With this command my outgoing ip is 2001:4860:4860:abcd::, but i want to use any in range, like 2001:4860:4860:abcd:c37:a324:40f3:98fd.
Is it even possible? Or does this relate directly to the program that makes the requests?
Wednesday, October 7, 2015
linux - Assign IPv6 subnet to interface - outgoing requests
Subscribe to:
Post Comments (Atom)
linux - How to SSH to ec2 instance in VPC private subnet via NAT server
I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...
-
I would appreciate help on how to create non-clustered indexes on a SQL Server 2008 database without using code--or rather, 'statically...
-
I have installed bind9 on a Debian VPS, and use it as nameserver for one of my domains. It works well. dig reports correct entries. I now wi...
-
My setup: Ubuntu 13.04 Apache/2.2.22 (Ubuntu) PHP 5.4.9-4ubuntu2.2 -- $ ls /etc/apache2/mods-enabled/*.load alias.load auth_basic....
-
I have nginx rewrite rule - it redirects all subdomain requests from sub to folder: server { listen 77.77.77.77:80; server_name domainc...
-
For normal DNS lookups, one can use Dig to get an answer including the remaining TTL for a DNS record. If that answer is from a cache, the T...
-
I am trying to understand why the OOM killer has reaped a process on a KVM virtual machine running with 1 gigabyte of memory. While I do alr...
-
We already have an SSL certificate for *.foo.com pointing to an IIS site. Now we want to point *.bar.co.nz point to the same web application...
No comments:
Post a Comment