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

 

相关文章:

  • 2021-08-16
  • 2021-11-12
  • 2021-10-16
  • 2021-10-22
  • 2022-12-23
  • 2022-02-10
  • 2021-07-11
  • 2022-12-23
猜你喜欢
  • 2021-09-25
  • 2021-11-21
  • 2021-08-07
  • 2021-05-23
  • 2021-11-03
  • 2021-11-20
  • 2021-08-31
相关资源
相似解决方案