Can't pxe boot into Fog after restart of server.
-
@george1421 LOL, that is funny. Well, I just tried to test a command to see if I have that it “dig debian.org @localhost” but it did not work. I can’t get on the web with this server for all the ports can’t get on the web. Plus Fog’s main page will not load unless an ethernet cord, doesn’t matter what to, is plugged in a certain port. Now, my co-worker did some cmd to the network card and we can’t see any ip now with the ifconfig. I would of tried out the dnsmasq but can’t download it without internet connection.
-
@george1421 How can I get the network card backup and running? He mistakenly deleted the 192.168.1.1 address to the fog. Now the fog is running on the loopback address of 127.0.0.1. lol. Plus our boss is getting really upset for now we can’t image any new computers and this will put us way behind.
-
@FogNewUser OK lets catch our breath here.
Since I don’t know your server or how its setup, lets look in a file on the fog server its called /opt/fog/.fogsettings (yes that is a dot ( . ) between the slash and fogsettings.
Look at that file with an editor. Note the fields ipaddress, interface, and submask.
Now lets see your network adapters.
ip address show
post the results here
-
@george1421 Is that under home or computer?
-
@george1421 )![alt text](image url). ```
code_text[link text](link url)~~strikethrough text~~
- list item
Can’t seem to post the pic from my phone
-
@george1421 as for the ip address show command, all I see is lots of Ff.ff.ff.ff.ff. broadcast addresses
-
@FogNewUser Upload the picture to a file share site (i.e. google drive) or past bin so I can see the output of the
ip addr show
-
-
@FogNewUser Sorry no luck with the insta page.
-
-
@george1421 also, I decided to try to export the images but the export option is not working. So I am copying all the images from the “image” folder.
-
@FogNewUser Ok this one almost tells me what I need to know, from the picture perspective it would be handy to see more to the left edge to get the complete interface name.
But what I see you have built in network adapters (knowing its a P710) helps with the guessing and maybe 3 riser card network adapters. At this point I don’t see any interfaces with IP addresses, so it looks like you have a bunch of unconfigured interfaces.
From the screen shot it looks like you have a debian based OS (could be ubuntu which is debian based). So you will need to use the network manager if you have the gui loaded to define an IP address for your fog server. IF you have fog installed AND it was working you can refer to the file /opt/fog/.fogsettings to what the IP address of the fog server was when FOG was installed. You need to move it back to that IP address or you will have to make several changes to the fog configuration since the IP address is hardcoded in a few spots.