4ipnet_ControlPlane

一個VNF 可能多個CP 若多個CP存在於 不同service zone的CP 設定才會不同 同servie zone CP 全部相同

  • WAN Configuration

    • Default GW : DP control port

    • DNS : DP control port

WAN IP address: NAT IP range.

LAN to WAN field in DHCP tab : How many Lan IP mapping to a WAN IP (For NAT).

IPv6 :

Setup LAN IPv6 service zone ip

Online User Shown on UI is by query online file (\/tmp\/online)

Authenticated User Shown on UI is by query 1X file (\/tmp\/8021X)

DHCP range in Alias list

NAT config check

\/ramfs\/bin\/lan2wan_info.sh $sz (setup NAT file) \/ramfs\/bin\/lan2wan_result $client_ip $sz (Check client ip after NAT)

IPv6 NAT kernel config

CONFIG_NF_NAT_IPV6=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m

RADIUS attribute

External loginpage 轉導參數 : loginpages\/login.shtml

UAM Auth attribute userlogin.shtml : auth_login() [login.inc]-> radius_auth() [radius.inc]-> radius_auth.sh

8021X save attr in \/tmp\/8021X, exec_reply [freeardius] -> eap_add.sh -> , when traffic coming -> eap_open.sh -> eaplogin.shtml

Muitiuser logout

eap_delete.sh (Delete 8021X file)

Last updated

Was this helpful?