zoukankan      html  css  js  c++  java
  • How to add route for IPV6 interface

    Firewall :

    ifconfig eth1 inet6 add 2000::1/64

    ifconfig eth4 inet6 add 5000::1/64

    -----------------------

    PC (Linux):

    The external interface of PC connect with the eth4 interface of Firewall,

    ifconfig eth0 inet6 add 5000::2/64

    if we want this PC could send traffic to the interface 1 of Firewall, we need to add route in this PC:

     ifconfig  ip -6 route add 2000::/64  via 5000::1 dev eth0 metric 1

     

  • 相关阅读:
    Luogu 三国游戏
    牛客练习赛60E
    cf1321E
    cf988D
    cf1089F
    cf1055C
    cf997B
    cf1033D
    cf1062D
    cf1081E
  • 原文地址:https://www.cnblogs.com/kungfupanda/p/3153214.html
Copyright © 2011-2022 走看看