-
|
Hi, I am using Kathará for a networking course at Roma 3 University. I was wondering if it was possible to create a network scenario where i can to reach the internet, for example make a ping to Google (8.8.8.8). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @P1c1s, Thanks for reaching out! Yes, it is possible to connect a device to the host network using the From the man pages:
For example, if you have a device called When you start Note: Ensure the Please let me know if this helps! Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @P1c1s,
Thanks for reaching out!
Yes, it is possible to connect a device to the host network using the
bridgedoption.From the man pages:
For example, if you have a device called
pc1, you can modify thelab.conffile as follows:When you start
pc1, an additional interface (in this caseeth1) will appear. This interface connects to the host network, enabling the device to access the Internet. Additionally, the device will automatically be configured to add a default route through…