2005-08-26 18:52:12 +03:00
|
|
|
# Network configuration file
|
|
|
|
# Uncomment the following statements to change the network configuration
|
|
|
|
|
|
|
|
## LAN configuration
|
2006-04-13 17:28:40 +03:00
|
|
|
lan_ifname="eth0"
|
2006-03-05 22:29:15 +02:00
|
|
|
lan_proto="static"
|
|
|
|
lan_ipaddr="192.168.1.1"
|
|
|
|
lan_netmask="255.255.255.0"
|
2005-08-26 18:52:12 +03:00
|
|
|
# lan_gateway=""
|
|
|
|
# lan_dns=""
|
|
|
|
|
2006-03-05 22:29:15 +02:00
|
|
|
## WAN configuration
|
2005-08-26 23:22:57 +03:00
|
|
|
# wan_proto=pppoe
|
2006-03-05 22:29:15 +02:00
|
|
|
wan_ifname=ppp0
|
|
|
|
wan_device=nas0
|
|
|
|
atm_vpi=8
|
|
|
|
atm_vci=35
|
2005-08-26 18:52:12 +03:00
|
|
|
# ppp_username=my_username
|
|
|
|
# ppp_passwd=my_passwd
|
2006-03-05 22:29:15 +02:00
|
|
|
|
|
|
|
## WAN configuration (pppoe)
|
2006-04-13 17:45:51 +03:00
|
|
|
pppoe_atm=1
|
|
|
|
ppp_mtu=1492
|
2005-08-26 18:52:12 +03:00
|
|
|
|
2006-03-05 22:29:15 +02:00
|
|
|
## WAN configuration (pppoa)
|
2005-09-01 17:10:50 +03:00
|
|
|
# ppp_mtu=1500
|
2005-08-26 18:52:12 +03:00
|
|
|
|