Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Problem with interface name

    Scheduled Pinned Locked Moved General pfSense Questions
    4 Posts 4 Posters 341 Views 3 Watching
    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.
    • markdudovM Offline
      markdudov
      last edited by

      Hello guys,

      Does anyone know what could be causing this problem?
      I enabled interface igc1 and changed its name to WAN 2

      188958cd-8d88-4311-b09c-412db741bf2e-image.png

      But after I go to VLANs and open the drop-down menu of Parent interface and looked at igc1 it is not named wan2 and it has a name opt1

      b0b5bf8b-320f-4f39-ac5d-69231ab1ba06-image.png

      How can I fix it? Thanks for your time!

      Bob.DigB S 2 Replies Last reply Reply Quote 0
      • Bob.DigB Offline
        Bob.Dig LAYER 8 @markdudov
        last edited by

        @markdudov Only WAN and LAN will be named like this, everything else will be optN.

        1 Reply Last reply Reply Quote 0
        • S Offline
          SteveITS Rebel Alliance @markdudov
          last edited by

          @markdudov For lack of a better description, pfSense has an internal interface name and a public interface name. If you look into your config file I'd expect that opt1 is labeled WAN2, and it shows as WAN2 in most places in pfSense for example firewall rule tabs.

          It can be a bit confusing especially if they are added out of order and opt1=OPT2, opt2=OPT3, etc.

          <lan> <---
          <if>igc0</if>
          <enable/>
          <descr>LAN</descr>
          <spoofmac/>
          <ipaddr>...</ipaddr>
          <subnet>25</subnet>
          <ipaddrv6>...</ipaddrv6>
          <subnetv6>64</subnetv6>
          </lan>
          
          <opt1> <---
          <if>igc1</if>
          <descr>OPT1_PFSYNC</descr>
          <enable/>
          <spoofmac/>
          <ipaddr>...</ipaddr>
          <subnet>24</subnet>
          </opt1>
          

          Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
          When upgrading, allow 10-15 minutes to reboot, or more depending on packages, and device or disk speed.
          Upvote 👍 helpful posts!

          1 Reply Last reply Reply Quote 0
          • stephenw10S Offline
            stephenw10 Netgate Administrator
            last edited by

            Yup, that^.

            It could be clearer on some pages though. https://redmine.pfsense.org/issues/14555

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.