Patrick Dupre wrote: ... > Under windows, I just need to be able to have an internet connection to the > world > Nothing else. > However, fedora will probably not be accessible from my local network, but it > is a minor issue.
under Fedora: route -n => Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.200.1 0.0.0.0 UG 100 0 0 enp3s0 192.168.200.0 0.0.0.0 255.255.255.0 U 100 0 0 enp3s0 IP address of the host (Fedora) is 192.168.200.20 if I config the VM's network: - as NAT: the VM IP adresse is 10.0.2.15 or - as Bridge: the VM IP address is 192.168.200.28 (auto configured via router DHCP) in both cases (NAT or Bridge) I'm able to ping the internet from my VM ! my routing table under fedora does not change when I change VM's network (NAT or Bridge). It always stays the same. -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
