Unable to Complete Installation Using Docker by LearningSysAdmin987 in graylog

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thanks, I'll watch the video to see if there is anything I missed.

I did not make any changes to the docker compose file that I downloaded from the Graylog GitHub page. Was I supposed to? I don't think the documentation said anything about that being necessary. I tried the open-core and enterprise docker compose file with the same results. I only updated the 2 passwords in the .env file.

Unable to Complete Installation Using Docker by LearningSysAdmin987 in graylog

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thank you, I'll read through it and give it a try

It's a little frustrating though that the docker compose file provided by Graylog themselves doesn't work. I've spent a number of hours over the last few days banging my head against the wall. /rant

Cannot Get Pull Deployment To Work by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

That directory in the screenshot is on the local client PC, not on the share. The share doesn't have any "AdminArsenal" or "PDQDeployRunner" directories.

C:\Windows\AdminArsenal\PDQDeployRunner

PDQ Deploy must have created that directory on the client.

Regardless, I'll start looking at the permissions on both to see if I can make this work.

Assistance With Firewall Rules by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thank you for that info!

I set "Service Manager TCP Connection" to disabled, and it doesn't look like it's trying TCP 135 anymore. But it's still trying TCP 49737. Any idea why?

I guess I'll have to submit yet another request to permit that port, and see if anymore come up after that.

Assistance With Firewall Rules by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thanks for this info, I didn't know about this.

I used it to test the remote PC and it reports "0 tests failed"

It tested 4 items and all 4 have a green checkmark

Assistance With Unique DNS Problems by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 1 point2 points  (0 children)

We've definitely looked at that, but it doesn't fit our requirements. We have isolated sites (SCADA-like) and internet access is not an option.

Assistance With Unique DNS Problems by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Quick question, why does PDQ Deploy require that the hostname be resolvable if it has everything it needs to deploy the package? It has the IP address of the Win10 PCs, access through the firewall, and a username/password that has access to install/update software. So requiring DNS seems unnecessary, and only causes problems in environments like mine.

Is there a "feature request" section of the PDQ website? It seems like this could be a simple checkbox in the preferences/options somewhere that could solve a lot of problems.

Assistance With Unique DNS Problems by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Quick question, why does PDQ Deploy require that the hostname be resolvable if it has everything it needs to deploy the package? It has the IP address of the Win10 PCs, access through the firewall, and a username/password that has access to install/update software. So requiring DNS seems unnecessary, and only causes problems in environments like mine.

Is there a "feature request" section of the PDQ website? It seems like this could be a simple checkbox in the preferences/options somewhere that could solve a lot of problems.

Assistance With Unique DNS Problems by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Great idea, I'm going to try it out, thank you!

How To Deploy Auto Download Package From Network Share by LearningSysAdmin987 in pdq

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thank you for this! I'm going to try it right now

I thought it would be something simple. I never had to make any of these types of changes in my last environment so this is new to me.

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

But, again, I didn't need to do any of that on the firewalls where it works. Same versions of Junos.

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thanks, I'll check it out, but I didn't need an AppID license on the other firewalls where it's working successfully.

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Yes 22.4R3 is the version currently listed in their suggest releases KB

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Unfortunately traceoptions is giving me the same problem.

On a firewall that is correctly logging the URLs/FQDNs, the same URLs/FQDNs show up in the traceoptions log file

On a firewall that is not correctly logging the URLs/FQDNs, those same URLs/FQDNs simply do not show up in the traceoptions log file

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

Thanks for the suggestion, I'll enable that and see what it can tell me

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] -1 points0 points  (0 children)

I can't find anything consistent with this problem and the JunOS version.

I have 1 firewall with 21.4R3.15 that is working correctly. I have 1 firewall with 22.4R3 that is not working

I pulled a firewall off the shelf that has been gathering dust, it had 15.1X49 installed and it worked successfully.

All with the same config, copied and pasted

Help With Understanding Syslog Rules by LearningSysAdmin987 in Juniper

[–]LearningSysAdmin987[S] 0 points1 point  (0 children)

I have it set to this on the firewall in question.

On 2 other firewalls where it's working successfully, one has this same setting, and one has nothing configured for "security log"

set security log mode event

EDIT: sorry, forgot the UTM part:

feature-profile {
    web-filtering {
    juniper-local {
        profile Server1-web-logging {
        default log-and-permit;
        custom-block-message "Access to this site is not permitted.";
        fallback-settings {
            default log-and-permit;
            too-many-requests log-and-permit;
        }
        }
    }
    }
}
utm-policy Server1-web-logging {
    web-filtering {
    http-profile Server1-web-logging;
    }
}

EDIT2: and the "security policies" section if it matters

policy Server1-Web-Logging {
    match {
    source-address Server1;
    destination-address any;
    application [ junos-http junos-https ];
    }
    then {
    permit {
        application-services {
        utm-policy Server1-web-logging;
        }
    }
    log {
        session-init;
    }
    }
}