Opened 4 years ago
Closed 4 years ago
#104 closed enhancement (invalid)
Internet network definition - all address space minus reserved private IPv4 address space
| Reported by: | zz.plat00n@… | Owned by: | victor |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8 |
| Component: | suite | Version: | 0.7 |
| Keywords: | Internet network definition | Cc: |
Description
Current definition of Internet Network can be achieved by defining a new network with the following characteristics:
- network : 0.0.0.0
- netmask : 0.0.0.0
It can be useful to add an option to define Internet as:
- network: 0.0.0.0
- netmask: 0.0.0.0
WITHOUT reserved private IPv4 address space
10.0.0.0/8 (255.0.0.0)
172.16.0.0/12 (255.240.0.0)
192.168.0.0/16 (255.255.0.0)
The same could be realised for private network declaration.
Change History (2)
comment:1 Changed 4 years ago by victor
comment:2 Changed 4 years ago by victor
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

If you enable the anti spoofing "class a", "class b", "class c" options traffic from the networks you mention gets dropped. Isn't that the same thing?