<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: RFS4000 act as router to cable modem? in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59812#M4986</link>
    <description>looks like you have the default config on it. Since you are still learning you may be better off using the Initial Setup Wizard. Please log in to the controller via GUI. Then click on the configuration tab, once there look for "Initial Setup Wizard" button on the bottom of the page. &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5488i18260A820B790A7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png" alt="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Aug 2018 08:43:00 GMT</pubDate>
    <dc:creator>RobertZ</dc:creator>
    <dc:date>2018-08-22T08:43:00Z</dc:date>
    <item>
      <title>RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59805#M4979</link>
      <description>I am having difficultly getting an RFS4000 to connect to my ISP through my cable modem. I am new to AP controllers. I would assume(correct me if I am wrong) that the RFS4000 could replace my router. I also have 2 APs that I am going to deploy with the RFS4000.&lt;BR /&gt;
&lt;BR /&gt;
Does not connect to internet: RFS4000 ---&amp;gt; cable modem ---&amp;gt; Internet&lt;BR /&gt;
Connects to internet: RFS4000 ---&amp;gt; router ---&amp;gt; cable modem ---&amp;gt; internet</description>
      <pubDate>Tue, 21 Aug 2018 05:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59805#M4979</guid>
      <dc:creator>Nathan_Derichsw</dc:creator>
      <dc:date>2018-08-21T05:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59806#M4980</link>
      <description>You may need to reboot the cable modem to release the old IP/MAC reservation.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59806#M4980</guid>
      <dc:creator>RobertZ</dc:creator>
      <dc:date>2018-08-21T10:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59807#M4981</link>
      <description>do you have a lan &amp;amp; wan VLANs created on the RFS? can you share your configuration?&lt;BR /&gt;
&lt;BR /&gt;
via shh provide the output of command 'show run'&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59807#M4981</guid>
      <dc:creator>RobertZ</dc:creator>
      <dc:date>2018-08-21T10:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59808#M4982</link>
      <description>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</description>
      <pubDate>Tue, 21 Aug 2018 11:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59808#M4982</guid>
      <dc:creator>vanelm</dc:creator>
      <dc:date>2018-08-21T11:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59809#M4983</link>
      <description>Which device is current the DHCP server and handling natting?</description>
      <pubDate>Tue, 21 Aug 2018 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59809#M4983</guid>
      <dc:creator>Christoph_S</dc:creator>
      <dc:date>2018-08-21T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59810#M4984</link>
      <description>&lt;BR /&gt;
rfs4000-6F9F96#show run&lt;BR /&gt;
!&lt;BR /&gt;
! Configuration of RFS4000 version 5.9.2.0-032R&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
version 2.5&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
client-identity-group default&lt;BR /&gt;
 load default-fingerprints&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list BROADCAST-MULTICAST-CONTROL&lt;BR /&gt;
 permit tcp any any rule-precedence 10 rule-description "permit all TCP traffic"&lt;BR /&gt;
 permit udp any eq 67 any eq dhcpc rule-precedence 11 rule-description "permit D                       HCP replies"&lt;BR /&gt;
 deny udp any range 137 138 any range 137 138 rule-precedence 20 rule-descriptio                       n "deny windows netbios"&lt;BR /&gt;
 deny ip any 224.0.0.0/4 rule-precedence 21 rule-description "deny IP multicast"&lt;BR /&gt;
 deny ip any host 255.255.255.255 rule-precedence 22 rule-description "deny IP l                       ocal broadcast"&lt;BR /&gt;
 permit ip any any rule-precedence 100 rule-description "permit all IP traffic"&lt;BR /&gt;
!&lt;BR /&gt;
ip access-list default&lt;BR /&gt;
 permit ip any any rule-precedence 1&lt;BR /&gt;
!&lt;BR /&gt;
mac access-list PERMIT-ARP-AND-IPv4&lt;BR /&gt;
 permit any any type ip rule-precedence 10 rule-description "permit all IPv4 traffic"&lt;BR /&gt;
 permit any any type arp rule-precedence 20 rule-description "permit all ARP traffic"&lt;BR /&gt;
!&lt;BR /&gt;
ip snmp-access-list default&lt;BR /&gt;
 permit any&lt;BR /&gt;
!&lt;BR /&gt;
firewall-policy default&lt;BR /&gt;
 no ip dos tcp-sequence-past-window&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
mint-policy global-default&lt;BR /&gt;
!&lt;BR /&gt;
meshpoint-qos-policy default&lt;BR /&gt;
!&lt;BR /&gt;
wlan-qos-policy default&lt;BR /&gt;
 qos trust dscp&lt;BR /&gt;
 qos trust wmm&lt;BR /&gt;
!&lt;BR /&gt;
radio-qos-policy default&lt;BR /&gt;
!&lt;BR /&gt;
wlan wlan1&lt;BR /&gt;
 ssid wlan1&lt;BR /&gt;
 vlan 1&lt;BR /&gt;
 bridging-mode tunnel&lt;BR /&gt;
 encryption-type tkip-ccmp&lt;BR /&gt;
 authentication-type none&lt;BR /&gt;
 wpa-wpa2 psk 0 0123456789&lt;BR /&gt;
!&lt;BR /&gt;
meshpoint TestMeshpoint&lt;BR /&gt;
 meshid TestMeshpoint&lt;BR /&gt;
 shutdown&lt;BR /&gt;
 beacon-format mesh-point&lt;BR /&gt;
 control-vlan 1&lt;BR /&gt;
 security-mode none&lt;BR /&gt;
 no root&lt;BR /&gt;
!&lt;BR /&gt;
meshpoint nateMesh&lt;BR /&gt;
 meshid nateMesh&lt;BR /&gt;
 beacon-format mesh-point&lt;BR /&gt;
 control-vlan 1&lt;BR /&gt;
 allowed-vlans 1&lt;BR /&gt;
 security-mode psk&lt;BR /&gt;
 wpa2 psk 0 0123456789&lt;BR /&gt;
 no root&lt;BR /&gt;
!&lt;BR /&gt;
smart-rf-policy "RF Policy"&lt;BR /&gt;
!&lt;BR /&gt;
auto-provisioning-policy auto&lt;BR /&gt;
!&lt;BR /&gt;
dhcp-server-policy DHCPRFS4K&lt;BR /&gt;
 dhcp-pool VLAN20&lt;BR /&gt;
  network 192.168.20.0/24&lt;BR /&gt;
  address range 192.168.20.101 192.168.20.200&lt;BR /&gt;
  default-router 192.168.20.100&lt;BR /&gt;
  dns-server  8.8.8.8&lt;BR /&gt;
!&lt;BR /&gt;
dhcp-server-policy default&lt;BR /&gt;
 dhcp-pool default-vlan-1&lt;BR /&gt;
  network 192.168.1.0/24&lt;BR /&gt;
  address range 192.168.1.140 192.168.1.200&lt;BR /&gt;
  default-router 192.168.1.131&lt;BR /&gt;
!&lt;BR /&gt;
!&lt;BR /&gt;
management-policy default&lt;BR /&gt;
 no telnet&lt;BR /&gt;
 http server&lt;BR /&gt;
 https server&lt;BR /&gt;
 rest-server&lt;BR /&gt;
 ssh&lt;BR /&gt;
 user admin password 1 8a59d906aa75dbabb356e237cd27bdb0063539a8cde956e9b70a2fe9cbb59800 role superuser access all&lt;BR /&gt;
 snmp-server community 0 private rw&lt;BR /&gt;
 snmp-server community 0 public ro&lt;BR /&gt;
 snmp-server user snmptrap v3 encrypted des auth md5 0 admin123&lt;BR /&gt;
 snmp-server user snmpmanager v3 encrypted des auth md5 0 admin123&lt;BR /&gt;
!&lt;BR /&gt;
ex3500-management-policy default&lt;BR /&gt;
 snmp-server community public ro&lt;BR /&gt;
 snmp-server community private rw&lt;BR /&gt;
 snmp-server notify-filter 1 remote 127.0.0.1&lt;BR /&gt;
 snmp-server view defaultview 1 included&lt;BR /&gt;
!&lt;BR /&gt;
ex3500-qos-class-map-policy default&lt;BR /&gt;
!&lt;BR /&gt;
ex3500-qos-policy-map default&lt;BR /&gt;
!&lt;BR /&gt;
l2tpv3 policy default&lt;BR /&gt;
!&lt;BR /&gt;
profile rfs4000 default-rfs4000&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface up1&lt;BR /&gt;
  switchport access vlan 2100&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface ge2&lt;BR /&gt;
 interface ge3&lt;BR /&gt;
 interface ge4&lt;BR /&gt;
 interface ge5&lt;BR /&gt;
 interface wwan1&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 ip dns-server-forward&lt;BR /&gt;
 logging on&lt;BR /&gt;
 ip nat inside source list default precedence 1 interface vlan2100 overload&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 router bgp&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap8533 default-ap8533&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto load-management&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio3&lt;BR /&gt;
 interface bluetooth1&lt;BR /&gt;
  shutdown&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface ge2&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap82xx default-ap82xx&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio3&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface ge2&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface wwan1&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap81xx default-ap81xx&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio3&lt;BR /&gt;
 interface bluetooth1&lt;BR /&gt;
  shutdown&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface ge2&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface wwan1&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap7522 default-ap7522&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto load-management&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap7532 default-ap7532&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto load-management&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap7562 default-ap7562&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto load-management&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  placement outdoor&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface radio2&lt;BR /&gt;
  placement outdoor&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR /&gt;
 interface ge1&lt;BR /&gt;
 interface ge2&lt;BR /&gt;
 interface vlan1&lt;BR /&gt;
  ip address dhcp&lt;BR /&gt;
  ip address zeroconf secondary&lt;BR /&gt;
  ip dhcp client request options all&lt;BR /&gt;
 interface pppoe1&lt;BR /&gt;
 use firewall-policy default&lt;BR /&gt;
 use client-identity-group default&lt;BR /&gt;
 logging on&lt;BR /&gt;
 service pm sys-restart&lt;BR /&gt;
 router ospf&lt;BR /&gt;
 adoption-mode controller&lt;BR /&gt;
 !&lt;BR /&gt;
profile ap8432 default-ap8432&lt;BR /&gt;
 autoinstall configuration&lt;BR /&gt;
 autoinstall firmware&lt;BR /&gt;
 crypto ikev1 policy ikev1-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ikev2 policy ikev2-default&lt;BR /&gt;
  isakmp-proposal default encryption aes-256 group 2 hash sha&lt;BR /&gt;
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac&lt;BR /&gt;
 crypto ikev1 remote-vpn&lt;BR /&gt;
 crypto ikev2 remote-vpn&lt;BR /&gt;
 crypto auto-ipsec-secure&lt;BR /&gt;
 crypto load-management&lt;BR /&gt;
 crypto remote-vpn-client&lt;BR /&gt;
 interface radio1&lt;BR /&gt;
  wlan wlan1 bss 1 primary&lt;BR alt="" /&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59810#M4984</guid>
      <dc:creator>Nathan_Derichsw</dc:creator>
      <dc:date>2018-08-22T04:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59811#M4985</link>
      <description>There is my config. Sorry its so long! I am also having some meshpoint issues(excessive flooding - TR RX bandwidth realllly high)...ugh.. First time configuring all of this. Still learning.&lt;BR /&gt;
﻿</description>
      <pubDate>Wed, 22 Aug 2018 04:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59811#M4985</guid>
      <dc:creator>Nathan_Derichsw</dc:creator>
      <dc:date>2018-08-22T04:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: RFS4000 act as router to cable modem?</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59812#M4986</link>
      <description>looks like you have the default config on it. Since you are still learning you may be better off using the Initial Setup Wizard. Please log in to the controller via GUI. Then click on the configuration tab, once there look for "Initial Setup Wizard" button on the bottom of the page. &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5488i18260A820B790A7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png" alt="a721b70e010248569caa358be7121b42_RackMultipart20180822-28803-10n6k6a-test_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2018 08:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/rfs4000-act-as-router-to-cable-modem/m-p/59812#M4986</guid>
      <dc:creator>RobertZ</dc:creator>
      <dc:date>2018-08-22T08:43:00Z</dc:date>
    </item>
  </channel>
</rss>

