Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to create VPN with ad blocker feature? - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to create VPN with ad blocker feature?

2»

Comments

  • @Nomad said:
    ip route add 2207:ffe8:102:213:1234:1234:db80:b29e/64 dev tap_softether

    If I have 2 diff IPv6, can I do:

    ip route add 2207:ffe8:102:213:1234:1234:db80:b29e/64 dev tap_softether

    ip route add 2207:ffe8:102:213:1234:1234:ac0b:2f64/64 dev tap_softether

    ?

  • Well, naturally you do that.
    Why don't you first try and ask if it doesn't work?

  • murataimuratai Member
    edited August 2015

    I managed to get ipv6 address via dhcp, but it can't connect anywhere with ipv6. Can't ping aswell.

    IPV6_ADDR=2400:6180:0:X0::44:XXX1 # You can also assign this as DNS server in dnsmasq config.
    IPV6_SUBNET=2400:6180:0:X0::/64 # Used to assign IPv6 to connecting clients. Remember to use the same subnet in dnsmasq.conf

    my ip -6 route show | grep tap is:

    2400:6180:0:X0::44:XXX1 dev tap_vpn proto kernel metric 256

    2400:6180:0:X0::/64 dev tap_vpn proto kernel metric 256

    fe80::/64 dev tap_vpn proto kernel metric 256

  • Then you're doing something wrong...

    You should be able to use and ping ipv6 on your machine before using it on your VPN.

Sign In or Register to comment.