Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:guide:start:vyos:run:ping [2025/09/29 18:22] – Webmaster VitaNetworks | en:guide:start:vyos:run:ping [2025/09/29 18:42] (current) – Webmaster VitaNetworks | ||
|---|---|---|---|
| Line 54: | Line 54: | ||
| < | < | ||
| set firewall ipv6 input filter rule 000015 icmp type 128</ | set firewall ipv6 input filter rule 000015 icmp type 128</ | ||
| + | |||
| + | OUTGOING | ||
| Unless a firewall has been configured in a stateless mode or other advaced configuration, | Unless a firewall has been configured in a stateless mode or other advaced configuration, | ||
| + | |||
| + | On VyOS, echo requests from a non-routable network to the Internet are configured the same way as incoming requests but on the forward filter. This would also allow forwarding traffic in if there are any publicly routable addresses inside the network. That's where '' | ||
| + | |||
| + | Echo requests from the Internet to a non-routable (i.e. natted network) are only possible to the same number of internal hosts as the number of public IP addresses the firewall has, which it would have to renounce to each internal host. In other words, to ping internal hosts the traffic must be NAT-forwarded. | ||
| + | |||
| + | |||
| ===== Invoking ping ===== | ===== Invoking ping ===== | ||
| Line 101: | Line 109: | ||
| <WRAP group> | <WRAP group> | ||
| <WRAP third column> | <WRAP third column> | ||
| - | * Unordered List Itemallow-broadcast | + | * allow-broadcast |
| * audible | * audible | ||
| * bypass-route | * bypass-route | ||