[ID] Type=CRB Version=2.02 Name=Concurrent Routing-Bridging Provider=Broadband DSL Date=2001-10-01 Comment0=Use the modem as a router while connected to a bridge interface. Comment1=On the WAN side the modem will use its DHCP Client to be configured. Comment2=On the LAN side the modem will function as a DHCP Server. Comment3=The DNS server IP addresses is relayed from client request. [File.initphy] binary multimode [File.initbridge] device add bun/port=a1/rfc1483=true/mode=llcbridged/txvci=35/rxvci=35/txvpi=0/rxvpi=0 ethertype 1 ip spanning disable [File.resolve] device add wan ether //bridge mtu 1500 dhcp device add ethernet ether //edd/DEVICE=1 mtu 1500 10.0.0.1 device add usb ether //edd/DEVICE=2 mtu 1500 10.0.1.1 nat add wan rip send all none rip hostroutes relay all [File.dhclient.conf] ddns-relay-update on; [File.dhcpd.conf] subnet 10.0.0.0 netmask 255.255.255.0 { option domain-name-servers 10.0.0.1; option routers 10.0.0.1; range 10.0.0.2 10.0.0.254; } subnet 10.0.1.0 netmask 255.255.255.0 { option domain-name-servers 10.0.1.1; option routers 10.0.1.1; range 10.0.1.2 10.0.1.254; } [profile] Type=CRB Version=2.02