PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 22nd of October, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:14:36] <pagios_> > db.servers.find({})
[08:14:36] <pagios_> { "_id" : "1.1.1.1", "ip" : "1.1.1.1", "options" : [ { "c" : "aw", "s" : 2 } ] }
[08:14:36] <pagios_> > db.servers.find( { options: { c: "aw" } } )
[08:14:38] <pagios_> It is returning NONE what am i doing wrong ?
[08:22:46] <pagios_> ?
[16:40:48] <pagios> hello, i am trying to understand Hole punching and how it works, my quesiton is, when a firewall stores an entry in the NAT table, does it store also the remote destiantion IP/port tht it should accept from or will it accept data from any IP matching that source port stored in the table?