Sample Header Ad - 728x90

Qemu with TinyCoreLinux - networking

2 votes
1 answer
612 views
My host OS is Windows 7 ( IP: 192.168.0.25 ) and I have Qemu on it. I start TinyCore Linux on Qemu. I want to see the address, for example 192.168.0.40, when I execute command ifconfig in TinyCore. When I started qemu by command qemu-system-i386.exe -cdrom C:\Users\Tom\Desktop\Core-11.1.iso and execute command ifconfig I see 2 interfaces: eth0 ( 10.0.2.15 ) and lo ( 127.0.0.1 ) on TinyCore. When I started qemu by command qemu-system-i386.exe -cdrom C:\Users\Tom\Desktop\Core-11.1.iso -netdev user,id=xyz,net=192.168.0.0/24,dhcpstart=192.168.0.40 and execute command ifconfig I see only 1 interface: lo ( 127.0.0.1 ) on TinyCore. Any help?
Asked by Tomasz Nowakowski (21 rep)
May 31, 2020, 09:42 AM
Last activity: Mar 25, 2021, 09:11 PM