Hi everybody,
When I run the rest firewall app, This works well in Mininet and Real
enabled Openflow Switches(OVS under vmware machine) except in the case of a
desconection of a switch in datapath id list of switch conected to app
because the time to update the list is about 15 minutes, in mininet
Hi Juan,
According to REST API reference of rest_firewall.py, you can set IP network
address with mask.
http://osrg.github.io/ryu-book/en/html/rest_firewall.html#id10
e.g.) "DENY" action matching IP destination to "192.168.1.0/24".
curl -X POST -d '{"nw_dst": "192.168.1.0/24", "actions": "D
Hi everybody,
I wanna know if the ryu app REST FIREWALL can set an IP address of
all network in order to set
the rules to allow or deny traffic, for example the IP network
address:192.168.1.0/24.
Any suggestion?
Regards
Juan
Hi everybody,
I wanna know if the ryu app REST FIREWALL can set an IP adrress range in
the rules to allow or deny traffic, for example the IP range:
192.168.1.1-192.168.1.20, etc.
Any suggestion?
Regards
Juan
--
Check