Shivaram Mysore
Shivaram Mysore
One suggestion that I can add to a schema definition is use of [OpenAPI](https://github.com/OAI/OpenAPI-Specification) The advantage with this model is that we can easily use tooling built for this.
A couple of notes from our experience that may be helpful: **Overloaded Keys** A key within `faucet.yaml` should not be overloaded from a schema perspective. For example, there is at...
- Port mirror can be of 2 types - TAP (mirror everything) or SPAN (selective mirror ex. DNS traffic) - Stacking of ports is another good thing On Sun, Jul...
Yes - the use case you mentioned about "target behind the NAT/Firewall where inbound connections are not possible" is exactly the use case in question. Even on large networks, where...
Thanks @robshakir Note that in this case, we are looking at the configuration too (basically the current model inverted :-( ) There is another small wrinkle to this: Once you...
Any guidance on what is wrong? ```console $ docker run --privileged --network="host" -it openwrtorg/rootfs:x86-64-19.07.3 ash BusyBox v1.30.1 () built-in shell (ash) / # /sbin/init Press the [f] key and hit...
@aparcar I am trying to run OpenWRT on a docker container. When I run it as: ``` console $ sudo docker run -d -t --name openwrt --privileged --network="host" openwrtorg/rootfs:x86-64-19.07.3 $...
@aparcar If you don't use `privileged` option, you will get: ```console Failed to resize receive buffer: Operation not permitted /etc/preinit: line 6: can't create /sys/devices/system/cpu/microcode/reload: Read-only file system Press the...
@aparcar thanks for the hint. `-i` is the interactive shell mode. Yes it does work: ```console sudo docker run --privileged -p 80:80 -p 443:443 -it --rm openwrtorg/rootfs:x86-64-19.07.3 Press the [f]...
I see that ```console root@OpenWrt:/# ping 1.1.1.1 PING 1.1.1.1 (1.1.1.1): 56 data bytes ping: sendto: Network unreachable root@OpenWrt:/# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref...