Open11

NEC UNIVERGE IX メモ

WisWis

フレッツ サービス情報サイト (IPv4)

ppp profile square
  authentication myname guest@v4flets-east.jp
  authentication password guest@v4flets-east.jp guest

interface GigaEthernet0.2
  encapsulation pppoe
  ppp binding square
  ip address ipcp
  ip napt enable
  no shutdown 

https://flets.com/next/square/connectv4/win/#other

ip route 23.107.190.0/24 GigaEthernet0.2
ip route 220.210.194.0/25 GigaEthernet0.2

https://flets.com/customer/next/square/faq/faq_routing.html

WisWis

RA方式でGE1インタフェースのIPv6アドレスは上記CONFIGではMACアドレスから生成されますが、::1を指定したいとき下位64bitを指定もできます

interface GigaEthernet1.0
  ipv6 interface-identifier 00:00:00:00:00:00:00:01

https://www.biwako.ne.jp/support/xpass/ix-ip1/

WisWis

DHCPv6 Server

ipv6 dhcp server-profile dhcpv6-sv
  dns-server 2404:1a8:7f01:a::3
  dns-server 2404:1a8:7f01:b::3
  ntp-server 2404:1a8:1102::a
  ntp-server 2404:1a8:1102::b
WisWis

DNS

ipv6 name-server 2404:1a8:7f01:a::3
ipv6 name-server 2404:1a8:7f01:b::3

proxy-dns server 2001:4860:4860::8888
proxy-dns server 2606:4700:4700::1111
WisWis

Xpass 固定IP

ddns profile xpass-update
  url UPDATE-SERVER-URL
  query d=FQDN&u=DDNS-ID&p=DDNS-PASSWORD&a=<IP6>
  account BASIC-ID
  password plain BASIC-PASSWORD
  transport ipv6
  notify-interface GigaEthernet1.0
  source-interface GigaEthernet1.0
  update-interval 10
interface Tunnel0.0
  description Xpass Static
  tunnel mode 4-over-6
  tunnel destination TUNNEL-DESTINATION-ADDRESS
  tunnel source GigaEthernet1.0
  ip address IP-ADDRESS/32
  ip tcp adjust-mss auto
  ip napt enable
  no shutdown

https://jpn.nec.com/univerge/ix/Support/ipv6/Xpass/static-ip1.html

WisWis

DHCPv6

ipv6 dhcp client-profile dhcpv6-cl
  option-request dns-servers
  option-request ntp-servers