You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to modify the IP address simulated by the firmware? When I tried to simulate it with docker, I bound it to 192.168.0.1. No matter how I changed the script, it had no effect. Is there any way to change it to another IP, such as 172.17.0.110?
The text was updated successfully, but these errors were encountered:
If a network information found in qemu.initial.serial.log, then the related network interface will be created on the actual emulation phase. However, the network was not found, then FirmAE will use 192.168.0.1 as a default network interface.
The IP address can be found in the run.sh script from scratch directory and firmadyne/network.sh script in the image.raw filesystem image. Change the IP address what you want.
Finally, the all port will be connectable from the host to the guest.
How to modify the IP address simulated by the firmware? When I tried to simulate it with docker, I bound it to 192.168.0.1. No matter how I changed the script, it had no effect. Is there any way to change it to another IP, such as 172.17.0.110?
The text was updated successfully, but these errors were encountered: