Navigation

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

    Router on a Stick

    General pfSense Questions
    3
    4
    1399
    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.
    • K
      kikaida2005 last edited by

      I currently have pfSense 2.3.3 installed which is connected to a Cisco SG300 in layer 2 mode. On pfSense I have 2 VLAN interfaces 99 and 100 defined on the LAN interface. On the Cisco SG300 the trunk port connected to pfSense has VLAN99 and 100 Tagged and VLAN 1 Untagged. Everything works on VLAN 99 and 100 but the IP address of the Cisco SG300 is the default 192.168.1.254 ip address. I am unable to reach that IP if I put myself in VLAN 1 on the SG300. Not sure how I can get this to work. Any help would be greatly appreciated. Thanks!

      VLAN 99 = 192.168.99.1/24
      VLAN 100 = 192.168.100.1/24

      1 Reply Last reply Reply Quote 0
      • R
        rpotter28 last edited by

        You neglected to tell us you lan subnet… is it 192.168.1.x/24?

        1 Reply Last reply Reply Quote 0
        • K
          kikaida2005 last edited by

          The LAN interface does not have an IP address.  I have workstations on both VLAN 99 and 100. I am just unable to reach the Cisco SG300 to manage it. I tried changing the default IP of the SG300 to 192.168.99.2 and changed the management VLAN to 99 but no cigar.

          1 Reply Last reply Reply Quote 0
          • jahonix
            jahonix last edited by

            SG300#
            SG300#configure
            SG300(config)#vlan database
            SG300(config-vlan)#default-vlan vlan 99
            New Default VLAN ID will be active after save configuration and reboot device.
            SG300(config-vlan)#exit
            SG300(config)#interface vlan 99
            SG300(config-if)#ip address 192.168.99.2 255.255.255.0 {gateway address}
            SG300(config-if)#end
            SG300#wr

            reboot (with "reload")

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