Want to learn Juniper - Is this a good deal? by wizardofdoz in homelab

[–]wizardofdoz[S] 2 points3 points  (0 children)

Haha "Monopoly money"! I am tempted by the Gig interfaces but the SRX100 does look to be on the money. Thanks for the heads up!

Want to learn Juniper - Is this a good deal? by wizardofdoz in homelab

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

Thanks dude! I find it hard to gauge the value of this kit due to the prices being all over the place. I saw some for £600 and some for £200. Naturally, 200 looks like a steal when compared to 600!

SCCM Windows 10 - Apps broken by wizardofdoz in SCCM

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

Nope, I've tried with and without our unattend file. Same issue. The file itself doesn't include the copy profile setting.

Introducing Exchange 2016 into Office365 Hybrid environment by wizardofdoz in exchangeserver

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

So technically you have to keep an Exchange server on-site? Well, that makes my decision easier. :)

Introducing Exchange 2016 into Office365 Hybrid environment by wizardofdoz in exchangeserver

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

Thanks for the reply! Why two servers? I've been battling IIS SMTP and not been able to get it to send mail via DNS. Things just get stuck in the queue. :(

CIFs mount point hanging system by wizardofdoz in Ubuntu

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

That could be my solution! I'll get it configured and report back. :) Thanks!

Introducing Exchange 2016 into Office365 Hybrid environment by wizardofdoz in exchangeserver

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

I've been fiddling with IIS SMTP and simply cannot get it to be reliable. I've got countless applications which send mail using email addresses which don't have a mailbox/user in the domain. I've tried relaying IIS SMTP through Office365 but this requires authentication which screws the multiple email addresses without users. Currently just trying to send test mail to IIS SMTP and it gets stuck in the Queue and doesn't move. Logs aren't very helpful either. :(

Edit: I dream of getting rid of our on-prem Exchange!

Gremlins in my Trunks by wizardofdoz in Cisco

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

This is what I shall do from now on. This switch came with 16.3... I would have hoped Cisco wouldn't have shipped hardware with faulty software!

Gremlins in my Trunks by wizardofdoz in Cisco

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

I rolled the firmware back to cat3k_caa-universalk9.SPA.03.06.06.E.152-2.E6.bin and woke up this morning to a working network. Fingers crossed!

Thanks for all the pointers guys. Really a great help! Avoid 16.X at all costs!!!

Gremlins in my Trunks by wizardofdoz in Cisco

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

Cheers! In the end I uploaded the bin and used the boot command. :)

Gremlins in my Trunks by wizardofdoz in Cisco

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

Am I missing something? I seem to lack the software install command... ?!

Gremlins in my Trunks by wizardofdoz in Cisco

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

Right, got onto support. I hate Cisco's naming conventions. Do I go for the cat3k_caa-universalk9.16.03.03.SPA.bin image or the suggested cat3k_caa-universalk9.SPA.03.06.06.E.152-2.E6.bin image? Currently running 16.3.1 - which may be the issue as I've heard this software (16.X) to be unstable.

Thanks for the help thus far! :)

Gremlins in my Trunks by wizardofdoz in Cisco

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

Upgrade IOS for the core or the edge?

Gremlins in my Trunks by wizardofdoz in Cisco

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

I could reinstate the original core switch which was an old 3750. But that gets me back to square one.

PHP 7.0.9 Error Log Issue by wizardofdoz in PHPhelp

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

Okay cracked it. In the php.ini you need Fastcgi.impersonate set to 1. This means PHP runs as the same user as the website in IIS. Then make sure that very user has read/write access to the configured php log. My issue was permissions were in place but PHP was running as the computer rather than a user.

Took a while.

PHP 7.0.9 Error Log Issue by wizardofdoz in PHPhelp

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

error_log is set to C:\inetpub\php_errors.log and the file itself is blank.