Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :env set var SESSIONTIMEOUT value 900
- :ppp relay flush
- :ppp flush
- :eth flush
- :atm flush
- :atm phonebook flush
- :dsd config state disabled
- :dns server config state disabled
- :dns server config WANDownSpoofing disabled
- :eth bridge config vlan enabled filter none
- :eth vlan add name vlan_wan vid 10 addrule disabled
- :eth bridge ifdetach intf ethport4
- :eth bridge ifdelete intf ethport4
- :eth ifadd intf eth_wan
- :eth ifconfig intf eth_wan dest ethif4 vlan vlan_wan
- :eth ifattach intf eth_wan
- :ip ifadd intf ip_wan dest eth_wan
- :dhcp client ifadd intf ip_wan
- :dhcp client ifconfig intf ip_wan metric 1
- :dhcp client rqoptions add intf ip_wan option 1
- :dhcp client rqoptions add intf ip_wan option 3
- :dhcp client rqoptions add intf ip_wan option 6
- :dhcp client rqoptions add intf ip_wan option 51
- :dhcp client rqoptions add intf ip_wan option 58
- :dhcp client rqoptions add intf ip_wan option 59
- :nat ifconfig intf ip_wan translation enabled
- :dhcp client ifattach intf ip_wan
- :ip ifattach intf ip_wan
- :dhcp server config state disabled
- :dhcp server pool config name LAN_private intf LocalNetwork poolstart 192.168.1.110 poolend 192.168.1.130 netmask 24
- :dhcp server pool config name LAN_private intf LocalNetwork gateway 192.168.1.254
- :dhcp server pool config name LAN_private intf LocalNetwork primdns 194.126.97.30 secdns 195.250.187.46
- :dhcp server config state enabled
- :eth bridge vlan ifadd intf OBC name vlan_wan untagged disabled
- :eth bridge rule flush
- :wireless secmode wpa-psk version WPA
- :wireless secmode config mode wpa-psk
- :wireless macacl config control unlock
- :wireless ifconfig channel auto
- :wireless wds config state disabled
- :wireless ifconfig state enabled
- :service system ifadd name PING_RESPONDER group wan
- :service system modify name IGMP-Proxy state disabled
- :service system ifadd name TELNET group wan
- :service system ipadd name TELNET ip 192.168.0.0/16
- :service system ipadd name TELNET ip 10.0.0.0/24
- :service system ipadd name TELNET ip 172.16.0.0/12
- :saveall
Advertisement
Add Comment
Please, Sign In to add comment