To my understanding using cable box in bridging mode will require DHCP, static IP or PPPoE on router side. All is supported on RFS (and any WiNG) device. Please start with DHCP like: interface up 1 switchport mode access switchport access vlan 2100 interface vlan 1 ip address dhcp ip dhcp client request options all ip nat outside Please also note that some services (like SIP) will require additional care because ALG provided in WiNG will not change packet headers as many home routers do. Also you will not expect upnp support on enterprise grade device ) Misha