P
P
Pilguy2016-02-06 00:12:09
Computer networks
Pilguy, 2016-02-06 00:12:09

How to set up IPv6 on a router with Wive-NG-RTNL firmware?

There is a router on custom firmware from Wive-NG-RTNL.
But I touched on the issues of configuring IPv6 directly on the router and came to a standstill.
We set up when using tunnelbroker.net
We create a tunnel, get the data,
56b50c04ceecb.png
go to the router settings,
select Native dinamic
and get the following.
876e9291751d41d198723cdc9819f7d8.png
And this is where I stopped.


LAN IPv6 Address / Subnet Prefix Length - ?
WAN IPv6 Address / Subnet Prefix Lengt - is it necessary to specify a client or server ipv6 address here? Server IPv6 Address:/Client IPv6 Address:
Default Gateway - as I understand it, you need to specify Server IPv4 Address ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
none7, 2016-02-10
@Pilguy

In the old examples, it looked something like this:

ifconfig sit0 up 
ifconfig sit0 add $ipv6host/64
route -A inet6 add 2000::/3 gw ::216.66.80.90 dev sit0

This should work, because it's based on the manual for 2.2 kernels.
But it is usually recommended to use /sbin/ip, as it contains the latest network settings.
ipv4gw=216.66.80.90
ipv4host=109.106.136.232
ipv6host=2001:470:27:6   :2/64 #! исправьте 
ip tunnel add he-ipv6 mode sit remote $ipv4gw local $ipv4host ttl 255
ip link set he-ipv6 up
ip -6 addr add $ipv6host/64 dev he-ipv6
ip -6 route add ::/0 dev he-ipv6

if this does not help, then you need a more recent iproute.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question