Robert McBroom via users wrote:
> ~]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> default         _gateway        0.0.0.0         UG    100    0        0 eno1
> 192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 eno1
> 192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0
> virbr0
> 
> I don't understand what it is telling me about the gateway. _gateway is not
> a linux variable that is set. In the past used route to declare the gateway
> but that seems to have changed.

It's expanding IP's to names.  Use `route -n` or the newer
`ip route list` command to print the routes without
resolving names.

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to