ok, got it.
My storage pool had the other IP address, once I changed the IP of the storage pool to same subnet has the machine I am trying to clone, it went smoothly.
It is now copying at 257MB/min… is that good ?
ok, got it.
My storage pool had the other IP address, once I changed the IP of the storage pool to same subnet has the machine I am trying to clone, it went smoothly.
It is now copying at 257MB/min… is that good ?
Seems to have unstuck after a while, now it just says Clone Successfully. with a blinking cursor.
Good Day,
New Fog install
First image capturing
My Setup is has follow:
Fog on esxi ubuntu22 VM. (1.5.10.1629)
Router is opnsense
I am trying to capture my first disk image for a physical laptop, however,I am stuck at the following message: Saving Partition Tables (MBR).
I have red that FOG doesnt like when there is 2 network interface here
OR that changing to a non resizeable image might help here
I have tried the non resizable image, but not removing a nic. Could that be it ? Any help welcome.
@george1421 How should I disable this option in FOG config file ?
@george1421 Your last comment on “default router” made me change the option router settings in dhcpd.conf, which changed the default gateway in my lab client… boom, I can ping 8.8.8.8
Something changed my option router setting back to 192.168.2.1 instead of 192.168.22.99
Ping No go from Lab -> business nic of FOG
Ping No go from Business -> lab nic of FOG
You assumed right.
FOG Server LAB IP: 192.168.22.99
Fog Server Business IP: 192.168.2.99
PRetty hard for me to post the result of ipconfig /all from lab
@george1421 Done, all 3 to ACCEPT now, however, dont work.
BTW, I appreciate your time.
xxx@fog-gateway:~$ sudo iptables -F
xxx@fog-gateway:~$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Still no go.
@george1421 You are right, can ping but not trough.
As for the other command:
sudo service iptables stop
iptables: unrecognized service
@george1421 : Thanks for the prompt reply.
Yes,the FOG server can reach internet.
The FOG cannot ping both directions. I cannot ping a host in the lab
ip_forward is enable
Output of sudo iptables -L:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all – anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all – anywhere anywhere
LOG all – anywhere anywhere LOG level warning
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Not certain where to start, As I had my setup working great, but then try to upgrade from 1.3.0-RC-11 to 1.3.0-RC-13 and something is not working.
First thing first, when I did the procedure to upgrade, I did the following:
I got an error :
While Everything seemed to work fine, my clients dont have access to internet anymore (might not be related to fog ??). My Xubuntu/Fog box is a dual nic box that act as a router for the lab machine that need reimaging from time to time. I followed this guide to configure the router: https://help.ubuntu.com/community/Router
The clients have an ip assigned by dhcp, a gateway, but nothing goes trhu, ping etc…
Like said , I am not sure where to start for troubleshooting this.
Any help is appreicated.