User guide

Wireless Interface Layer 3 routing on wireless port
iMG/RG Software Reference Manual (Wireless)
9-12
#Clean up interface ip0 (default)
ip set interface ip0 dhcp disabled
dhcpclient update
ip set interface ip0 ipaddress 0.0.0.0 0.0.0.0
rfc1483 unset transport pvc_0_35 vlan default
ip set interface ip_mgmt dhcp enabled
dhcpclient update
#Management access configuration. 172.30.1.0 and 10.17.90.0 subnets
are located on management networks.
webserver add managementsubnet mgmt1 172.30.1.0 255.255.255.0
172.30.1.1 172.30.1.254
webserver add managementsubnet mgmt2 10.17.90.0 255.255.255.0
10.17.90.1 10.17.90.254
#VoIP network configuration. A DHCP server is used to provides
addresses on this subnet on PVC 8/35. 172.32.3.1 is the default gate-
way for this subnet.
ip add interface ip_voip
ip set interface ip_voip dhcp enabled
dhcpclient add interfaceconfig ic_voip ip_voip
dhcpclient interfaceconfig ic_voip add requested option subnet-mask
dhcpclient interfaceconfig ic_voip add requested option routers
dhcpclient interfaceconfig ic_voip add requested option domain-name-
servers
dhcpclient interfaceconfig ic_voip add requested option domain-name
dhcpclient set interfaceconfig ic_voip givednstoclient enabled
dhcpclient set interfaceconfig ic_voip givednstorelay disabled
dhcpclient set interfaceconfig ic_voip defaultroute disabled
rfc1483 add transport pvc_voip a1 8 35
bridge add interface if_pvc_voip
vlan add vlan_voip vid 203
ethernet add transport vlan_voip
rfc1483 set transport pvc_voip vlan vlan_voip frame untagged
bridge attach if_pvc_voip pvc_voip
ip attach ip_voip vlan_voip
dhcpclient update
#Data network configuration. A PPP connection is configured on this
interface on PVC 1/35.
ip add interface ip_data
pppoe add transport pppoe_data dialout pvc 4 a1 1 35
pppoe set transport pppoe_data welogin chap
pppoe set transport pppoe_data username manager
pppoe set transport pppoe_data password friend
pppoe set transport pppoe_data subnetmask 255.255.255.255