# Forward all traffic
set nat entry add 10.0.0.2

set dhcp server pool 0 size 1

set interface eth0 netmask 255.255.255.252
set telnet disabled
# flsat

Current setup:

cbos>show web
WEB Configuration
Is not enabled
Currently accepts connections from any host
Currently uses port 80

cbos>show snmp
SNMP Configuration
  Currently disabled
  Currently accepts connections from any host
  Currently not sending any traps

#show running
Warning: traffic may pause while NVRAM is being accessed
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_cbos___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> CBOS &#61; Section Start </span>
NSOS MD5 Enable Password = C64100007F160000812700006C44000046D96F11BD497788276568D7C2CDE806
NSOS MD5 Root Password = 8D030000215900000028000073320000F0247C9D8312335A0F18738AB2509E97
NSOS MD5 Commander Password = E7061E2A3FC26E5E101400453E424DFC
NSOS Remote Restart = enabled
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_ppp_device_driver___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> PPP Device Driver &#61; Section Start </span>
PPP Port Option = 00, IPCP,IP Address,3,Auto,Negotiation Not Required,Negotiable,IP,0.0.0.0
PPP Port Option = 00, IPCP,Primary DNS Server,129,Auto,Negotiation Not Required,Negotiable,IP,0.0.0.0
PPP Port Option = 00, IPCP,Secondary DNS Server,131,Auto,Negotiation Not Required,Negotiable,IP,0.0.0.0
PPP Port User Name = 00, sosvend@qwest.net
PPP Port User Password = 00, ****
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_atm_wan_device_driver___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> ATM WAN Device Driver &#61; Section Start </span>
ATM WAN Virtual Connection Parms = 00, 0, 32, 0
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_dhcp___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> DHCP &#61; Section Start </span>
DHCP Server = enabled
DHCP Server Pool Size = 00, 2
DHCP Server Pool Netmask = 00, 255.255.255.252
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_ip_routing___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> IP Routing &#61; Section Start </span>
IP NAT = enabled
IP NAT Entry = 10.0.0.2, *, *, *, *;
IP Port Address Mask = 00, 255.255.255.252
<span class="createlink"><a href="http://www.ciffer.net/~svend/ikiwiki.cgi?page=_telnet___61___section_start_&amp;from=tech%2Fcisco678&amp;do=create" rel="nofollow">?</a> Telnet &#61; Section Start </span>
Telnet = disabled

cbos>show version

Cisco Broadband Operating System
CBOS (tm) 678 Software (C678-I-M), Version v2.4.6 - Release Software
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled May 30 2002 15:39:32
DMT FULL firmware version G96 
NVRAM image at 0x1030eac0

Connection dropping:

30 000:00:53:18 ADSL       Info       crc_errors(46) exceeded threshold.
31 000:00:53:18 ATM        Info       Wan0 Down
32 000:00:53:18 ATM        Info       WAN 0 physical layer is down
33 000:00:53:18 COMMANDER  Info       WAN 0 physical layer is down
34 000:00:53:18 PPP        Info       PPP Down Event on wan0-0
35 000:00:53:33 ATM        Info       Wan0 Up
36 000:00:53:33 PPP        Info       PPP Up Event on wan0-0
37 000:00:53:53 PPP        Info       LCP open on wan0-0
38 000:00:53:53 PPP        Info       IPCP Negotiated IP Address 71.32.89.153 on wan0-0
39 000:00:53:53 PPP        Info       IPCP Negotiated IP Subnet Mask 255.255.255.252

Bridging:

set bridging rfc1483 enable
set int wan0-0 disable
set int wan0-0 vpi 1 vci 1
set int wan0-0 enable

Erase:

set nvram erase

Set dynamic IP:

set ppp wan0-0 ipcp 0.0.0.0
set ppp wan0-0 dns 0.0.0.0
set ppp wan0-0 login login
set ppp wan0-0 password password
set ppp restart enable
set dhcp server enable
set nat enable

Set dynamic IP (Qwest):

set ppp wan0-0 ipcp 0.0.0.0
set ppp wan0-0 dns 0.0.0.0
set ppp wan0-0 login "ISP USERNAME"
set ppp wan0-0 password "ISP PASSWORD"
set int wan0-0 disable
set int wan0-0 vpi 1 vci 1
set int wan0-0 enable
set ppp restart enable
set dhcp server enable
set nat enable

Write and reboot:

write
reboot