2. Basis configuration - Additional routes (optional)
:::[ IP_DEFAULT_GATEWAY ][ IP_ROUTE_N ][ IP_ROUTE_x ]:::

IP_DEFAULT_GATEWAY

If FLI4L is used as firewall and/or LAN router and not as internet router, you may enter here the IP address of the internet router. Default setting is: empty.

Default setting: IP_DEFAULT_GATEWAY=''

[ top ]

IP_ROUTE_N

Number of additional network routes. Additional network routes are (ex.) necessary, if there is more than one router in the network which shall be accessible for other networks.

Under normal circumstances you will not have to set additional network routes. Therefor the

default setting is: IP_ROUTE_N='0'

[ top ]

IP_ROUTE_x

All additional routes IP_ROUTE_1, | IP_ROUTE_2, | ... use the following construction:

network netmask gateway
    

For example: If network 192.168.7.0 with network mask 255.255.255.0 is reachable via gateway 192.168.6.99 then you will have to enter:

IP_ROUTE_1='192.168.7.0 255.255.255.0 192.168.6.99'
    
[ top ]