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

    1 Static ip + ESXi

    Scheduled Pinned Locked Moved General pfSense Questions
    3 Posts 2 Posters 2.6k Views
    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.
    • W Offline
      wo0t
      last edited by

      Hello, I am trying to configure pfsense so that all my internal VM's are assigned Private IPs using DHCP and can connect to the internet.

      I have 1 Static ip which is assigned to the Management Console.

      The question is, How do i tell the pfsense wan to use the internet as i cant set the IP to pfsense because i want to always be able to connect to the management console

      Here is a picture of my current set up as a network

      So, My ubuntu VM can get a dhcp address and i can access the pfsense from that ubuntu vm browser(192.168.1.1).

      I've set the LAN part up, but im not sure how to set up the WAN part as i only have 1 STATIC IP and i need that to be with the management console so i can log into it.

      Anyone point me in the right direction?

      1 Reply Last reply Reply Quote 0
      • J Offline
        jasonlitka
        last edited by

        If you only have 1 IP and it's already allocated to your ESXi install then you're out of luck.

        I can break anything.

        1 Reply Last reply Reply Quote 0
        • W Offline
          wo0t
          last edited by

          I have 2 Failover IP's and i was told i could configure it if i do the following

          /etc/network/interfaces
          auto lo eth0
          iface lo inet loopback
          iface eth0 inet static
          address IP Failover
          netmask 255.255.255.255
          broadcast IP Failover
          post-up route add Dedicated Server IP but end in .254 dev eth0
          post-up route add default gw Dedicated Server IP but end in .254
          post-down route del Dedicated Server IP but end in .254 dev eth0
          post-down route del default gw Dedicated Server IP but end in .254

          /etc/resolv.conf
          nameserver 123.123.123.13

          –

          Im not sure how i could do this in pfSense, tried to find the /network/interface file but cant locate it to add the post up and down routes.

          Could i do this using the GUI?

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