This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Network (Address, Network and Broadcast), what for

Hi all,

I the process of creating firewall rules I have become tripped up by Network (Address), Network (Network) and Network (Broadcast).  What are these for?  And which one should I generally create rules for on my home network?

Thanks!


This thread was automatically locked due to age.
Parents
  • Every Interface has 3 adresses.

    one is the ip of the interface
    one is the network address of the networkrange of the interface
    and the last is the broadcast adress of the interface


    if you have an internal interface with the following config:

    192.168.1.0/24 then you have, 192.168.1.1 as ip of the interface, this is the internal (adress). You have the internal (network) wich is 192.168.1.0. This means all hosts in the network. and you have internal (broadcast) with 192.168.1.255 wich is the broadcast address.
Reply
  • Every Interface has 3 adresses.

    one is the ip of the interface
    one is the network address of the networkrange of the interface
    and the last is the broadcast adress of the interface


    if you have an internal interface with the following config:

    192.168.1.0/24 then you have, 192.168.1.1 as ip of the interface, this is the internal (adress). You have the internal (network) wich is 192.168.1.0. This means all hosts in the network. and you have internal (broadcast) with 192.168.1.255 wich is the broadcast address.
Children