One more thing to have a look at - console writes it's own log file in user's home folder in \.nxmc\data\.metadata
Can you share what you have there?
Can you share what you have there?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufor(i : $node->interfaces)
{
println i->name;
for(a : i->ipAddressList)
println " " . a->address . "/" . a->mask;
}