• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Static IPs/DHCP, and dashboard not working after FOG installation

Scheduled Pinned Locked Moved Solved
Linux Problems
2
4
303
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.
  • D
    danieln
    last edited by Mar 19, 2020, 2:58 PM

    My colleague and I are having difficulty getting our FOG server dashboard to generate and we’re wondering if it may be something with our current Static IP/DHCP setup.

    We just installed FOG on Ubuntu Server LTS and we wanted to reserve the IP address(es) of the nodes to be static IPs. We are adding this FOG network to an already existing business network connection and we are not using FOG for DHCP and we wanted to defer to our regular DHCP server for the office. Sorry if this is a dumb question, but can we set static IPs on the computer side or would it need to be done on the DHCP server side?

    We ran sudo nano 01-netcfg.yaml and our netplan is as follows:

    network:
      version: 2
      renderer: networkd
      ethernets:
        enp59s0f1:
          dhcp: no
          addresses: [10.50.0.218/24]
          gateway4: 10.50.0.1
    

    I am able to ping 10.50.0.218 with no packet loss, but when I attempt to go to 10.50.0.218 or 10.50.0.218/fog/management in a web browser I get no connection. Isn’t the dashboard managment link supposed to automatically generate once installation is complete? What could possibly be going on here?

    Thanks all!

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by george1421 Mar 19, 2020, 9:42 AM Mar 19, 2020, 3:39 PM

      First let me say I don’t know much about ubuntu.

      But from a linux standpoint what you get when you key in sudo ip addr show Also with ubuntu the firewall is turned on by default. Try disabling the ubuntu firewall ‘ufw’ and see if you get a different response.

      Also if you key in sudo netstat -an |grep :80 should show you if the web server is listening on port 80.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      D 1 Reply Last reply Mar 19, 2020, 5:38 PM Reply Quote 0
      • D
        danieln @george1421
        last edited by Mar 19, 2020, 5:38 PM

        @george1421 Thanks for that info!

        So, disabling the Ubuntu firewall shows Apache2 Ubuntu Default page showing that it works. It is stating "This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. "

        But still no fog managment dashboard page. This would be the WEB_SERVER right? Doesn’t it automatically generate this at setup?

        G 1 Reply Last reply Mar 19, 2020, 7:01 PM Reply Quote 0
        • G
          george1421 Moderator @danieln
          last edited by Mar 19, 2020, 7:01 PM

          @danieln So if you key in http://10.50.0.218/fog does it display any page or error message? Displaying the default apache page is great. That tells you the web server is installed and operational.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

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

          208

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project