ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    EdgeRouter not handing out addresses on VLAN

    IT Discussion
    2
    13
    4.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by

      Here is the config at one client.

      Interfaces

      set interfaces ethernet eth1 address 10.202.1.1/23
      set interfaces ethernet eth1 description 'FSL LAN'
      set interfaces ethernet eth1 duplex auto
      set interfaces ethernet eth1 firewall in name LAN_IN
      set interfaces ethernet eth1 firewall local name LAN_LOCAL
      set interfaces ethernet eth1 speed auto
      set interfaces ethernet eth1 vif 10 address 10.202.10.1/24
      set interfaces ethernet eth1 vif 10 description 'Guest Wireless'
      set interfaces ethernet eth1 vif 10 firewall in name Public_WiFi_IN
      set interfaces ethernet eth1 vif 10 firewall local name Public_WiFi_LOCAL
      set interfaces ethernet eth1 vif 10 mtu 1500
      

      DHCP

      set service dhcp-server disabled false
      set service dhcp-server hostfile-update enable
      set service dhcp-server shared-network-name FSL_LAN authoritative disable
      set service dhcp-server shared-network-name FSL_LAN disable
      set service dhcp-server shared-network-name FSL_LAN subnet 10.202.0.0/23 default-router 10.202.1.1
      set service dhcp-server shared-network-name FSL_LAN subnet 10.202.0.0/23 dns-server 10.202.1.1
      set service dhcp-server shared-network-name FSL_LAN subnet 10.202.0.0/23 lease 28800
      set service dhcp-server shared-network-name FSL_LAN subnet 10.202.0.0/23 start 10.202.0.100 stop 10.202.1.249
      set service dhcp-server shared-network-name FSL_LAN subnet 10.202.0.0/23 unifi-controller 207.244.223.13
      set service dhcp-server shared-network-name Guest_WiFi authoritative disable
      set service dhcp-server shared-network-name Guest_WiFi subnet 10.202.10.0/24 default-router 10.202.10.1
      set service dhcp-server shared-network-name Guest_WiFi subnet 10.202.10.0/24 dns-server 10.202.10.1
      set service dhcp-server shared-network-name Guest_WiFi subnet 10.202.10.0/24 lease 14400
      set service dhcp-server shared-network-name Guest_WiFi subnet 10.202.10.0/24 start 10.202.10.30 stop 10.202.10.200
      set service dhcp-server shared-network-name Guest_WiFi subnet 10.202.10.0/24 unifi-controller 207.244.223.13
      set service dhcp-server static-arp disable
      set service dhcp-server use-dnsmasq disable
      
      1 Reply Last reply Reply Quote 1
      • JaredBuschJ
        JaredBusch
        last edited by

        are you sure you have your switch setup right?

        What is port 24 plugged into?

        Which port were you plugged into with the manual config that worked?

        Mike DavisM 2 Replies Last reply Reply Quote 0
        • Mike DavisM
          Mike Davis @JaredBusch
          last edited by

          @jaredbusch Port 24 on the switch is plugged in to the EdgeRouter Eth1.

          1 Reply Last reply Reply Quote 0
          • Mike DavisM
            Mike Davis @JaredBusch
            last edited by

            @jaredbusch said in EdgeRouter not handing out addresses on VLAN:

            Which port were you plugged into with the manual config that worked?

            Same ports for everything.

            JaredBuschJ 1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              Keep the switch out of the picture.

              Plug something into eth1 directly does it pull DHCP on vlan1?

              Force that device to VLAN 80 and plug it in to eth1. Does it get the DHCP then?

              Mike DavisM 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Mike Davis
                last edited by

                @mike-davis said in EdgeRouter not handing out addresses on VLAN:

                @jaredbusch said in EdgeRouter not handing out addresses on VLAN:

                Which port were you plugged into with the manual config that worked?

                Same ports for everything.

                That is not the correct answer.

                1 Reply Last reply Reply Quote 0
                • Mike DavisM
                  Mike Davis @JaredBusch
                  last edited by

                  @jaredbusch good idea. Forgot I could force something to a VLAN.

                  1 Reply Last reply Reply Quote 0
                  • Mike DavisM
                    Mike Davis @JaredBusch
                    last edited by

                    @jaredbusch said in EdgeRouter not handing out addresses on VLAN:

                    Plug something into eth1 directly does it pull DHCP on vlan1?
                    Force that device to VLAN 80 and plug it in to eth1. Does it get the DHCP then?

                    Did this and not getting an IP. Doing the old stare and compare with your config to see what is different.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @Mike Davis
                      last edited by

                      @mike-davis said in EdgeRouter not handing out addresses on VLAN:

                      @jaredbusch said in EdgeRouter not handing out addresses on VLAN:

                      Plug something into eth1 directly does it pull DHCP on vlan1?
                      Force that device to VLAN 80 and plug it in to eth1. Does it get the DHCP then?

                      Did this and not getting an IP. Doing the old stare and compare with your config to see what is different.

                      my LAN scope is disabled in that. It is only there for failover if the windows AD server with all the roles fails.

                      Mike DavisM 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by JaredBusch

                        You can also tell your switch to use VLAN 80 to get it's IP for management. not sure where. Notlogged into an ES atm.

                        1 Reply Last reply Reply Quote 0
                        • Mike DavisM
                          Mike Davis @JaredBusch
                          last edited by

                          @jaredbusch said in EdgeRouter not handing out addresses on VLAN:

                          my LAN scope is disabled in that. It is only there for failover if the windows AD server with all the roles fails.

                          That explains this line:

                          set service dhcp-server shared-network-name FSL_LAN disable
                          

                          What about this:

                          set service dhcp-server shared-network-name FSL_LAN authoritative disable
                          
                          Mike DavisM 1 Reply Last reply Reply Quote 0
                          • Mike DavisM
                            Mike Davis @Mike Davis
                            last edited by

                            @mike-davis said in EdgeRouter not handing out addresses on VLAN:

                            What about this:
                            set service dhcp-server shared-network-name FSL_LAN authoritative disable

                            That was it. Thanks @JaredBusch - you the man.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post