Hi Hamed,

I updated the Falkon run scripts on this git branch:

https://github.com/cproc/genode-world/tree/qtwebengine-20240517

Loading web pages on NOVA in QEMU works for me now.
I'm using the current Genode staging branch.

For base-linux you need to configure NAT or add tap0 to a bridge.

I'm using these commands for the tap0 and NAT configuration:

sudo tunctl -b -u christian
sudo ifconfig tap0 10.0.2.1 up
sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
sudo /sbin/iptables -t nat -A POSTROUTING -o enp0s3 -j MASQUERADE
sudo /sbin/iptables -A FORWARD -i enp0s3 -o tap0 -m state --state 
RELATED,ESTABLISHED -j ACCEPT
sudo /sbin/iptables -A FORWARD -i tap0 -o enp0s3 -j ACCEPT

Christian

On 17.05.24 11:00, hamed_khandagh--- via users wrote:
> Hello Christian,
>
> The build of Falkon with the Nova kernel on a PC board has been completed.
>
> I apologize for any confusion caused by my previous email, which was sent in 
> haste because I have recently started working with the Genode framework and 
> need to become more fully acquainted with its build system.
>
> By adding certain components to the source code, I have been able to run 
> Falkon for the Nova kernel on a PC board. The e1000 network is also correctly 
> recognized and receives the network address via DHCP correctly. However, I 
> still do not have network access from within QEMU to the outside and vice 
> versa.
>
> Thank you for your understanding.
>
> Best regards,
> Hamed
> _______________________________________________
> users mailing list -- users@lists.genode.org
> To unsubscribe send an email to users-le...@lists.genode.org
> Archived at 
> https://lists.genode.org/mailman3/hyperkitty/list/users@lists.genode.org/message/2ZDAGB3HW42TIIPBMUW5DECDOKL4T4E3/


_______________________________________________
users mailing list -- users@lists.genode.org
To unsubscribe send an email to users-le...@lists.genode.org
Archived at 
https://lists.genode.org/mailman3/hyperkitty/list/users@lists.genode.org/message/B3C6QAJ3QPNEIBBWTQZEEFOBTPRW22ZO/

Reply via email to