mirror of
https://github.com/opnsense/docs.git
synced 2026-04-25 08:07:30 -04:00
device should be host
This commit is contained in:
parent
c9379dbafc
commit
bfddf3edcc
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ Neighbors are hosts with a hardware address that are connected to the same OSI l
|
|||
|
||||
Hosts maintain their own local neighbor table, independent of other hosts in the same broadcast domain.
|
||||
|
||||
Whenever a device sends a packet to an IP address, it first tries to resolve if the target can be found in the same
|
||||
Whenever a host sends a packet to an IP address, it first tries to resolve if the target can be found in the same
|
||||
broadcast domain. If the destination is not on-link, the packet will be sent to the default gateway.
|
||||
|
||||
A central device like a firewall will automatically learn most neighbors since it will be the default gateway.
|
||||
A central host like a firewall will automatically learn most neighbors since it will be the default gateway.
|
||||
|
||||
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue