This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hotspot Configuration

Hello,

What is the appropriate configuration that enables UTM 9 to manage hotspot:
  - Install USB wireless card on UTM
  or
  - Connect an AP to the internal network switch
And what are the steps to setup this configuration?


This thread was automatically locked due to age.
  • Hi,

    VLAN1 is reserved on the UTM... use another ID.

    Barry

  • VLAN1 is reserved on the UTM... use another ID.



    i Didn't know if it would work on UTM9.2
    on my LAB-UTM (9.3) I successfuly tried to assign vlan1 to a new tagged vlan-Interface.

    @BarryG: on UTM what is VLAN1 reserved for?

    @Jalil: please try it in your environment. If it doesn't work you'll need to change the VLAN-ID on every switchport which is in context of your internal network.
  • on UTM what is VLAN1 reserved for?
    Communications between the UTM and APs.
  • I want to connect a Private Access Point to an access port (native vlan1) on the switch, another Guest Access Point to an access port (vlan11), UTM to a single trunk port (native vlan1 + vlan11).

    The private subnet is 192.168.1.0/24
    The guest subnet is 192.168.11.0/24

    I create 2 Ethernet VLAN interfaces :
      private vlan1 192.168.1.1/24
      guest vlan11 192.168.11.1/24

    Will this work on UTM 9.2 regarding to vlans and subnets configuration?
  • Hi,

    If by "native VLAN1" you mean the packets aren't TAGGED, then I believe you should be able do to this in UTM 9.3 by creating the 192.168.1.1 interface as a non-VLAN interface, and then the VLAN11 as a VLAN interface.

    Otherwise, change VLAN1 to a different ID.

    Barry

  • leave your internal interface as it is
    it could look like 
    Internal [Up] on eth0

    now add an Interface
    name: Guest
    Type: Ethernet VLAN
    Hardware: eth0 (SAME as Internal Interface!)
    Vlan Tag: Your Guest Vlan ID
    IP-Adress: define an IP for this Interface --- wait til next questions [;)]


    With this configuration, which vlan does the Internal interface handle? 
    Is it vlan1 by default?
    What about vlan0?
    What about the untagged packets?
  • With this configuration, which vlan does the Internal interface handle? 
    Is it vlan1 by default?
    What about vlan0?
    What about the untagged packets?


    Its Untagged review your Switchport Config for this Info
    there should be something like 
    "Switchport access vlan XX"
    then XX is the Vlan on that interface.