Show Posts

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.


Messages - marcelokrol

Pages: [1]
1
Installation / Question about local server configuration
« on: November 21, 2021, 02:14:59 PM »
Hello guys!
We are a softhouse that develops ERP (desktop) applications in .Net C# for companies, and now we decided to start migrating our software to the web. With that, the question arose: Do we continue with our local server, or should we hire a VPs in some datacenter?
Our server has served us perfectly so far, but the doubt: with the migration to the cloud, we will possibly have methods to scale the software, since the demand (simultaneous access) should increase.

Our current server scenario:
- Local core i5 server with 32gb of ram and 2 hard drives of 2TB each in RAID;
- Infrastructure with optical fiber, nobreaks, etc;
- Only a fixed IP;
- DNS managed by cloudflare;
- Windows server standard 2019 installed on the physical machine;
- Some VMs running with Hyper-V, one of them being CentOS with CWP installed;
- We have some configuration issues, but the basics work relatively well (web hosting and email).

With our scenario presented, the doubts arose:
1. What is the best way to make the best use of our server resources? We thought about leaving the windows server and running the CWP in docker container (we don't know if this is the best way);
2. If we choose to keep the CWP and local server, can anyone tell me if it is possible to run WEB applications developed in .Net Core on CWP?
3. Is there any way to manage Postgres databases directly from the dashboard?

2
Postfix / Unauthorized Access Attempt
« on: October 07, 2019, 07:33:21 PM »
I had to reinstall my server recently, and after setting it up, I've been getting this alert message in my email:


Message tittle: lfd on MyDomain": blocked 46.38.144.179 (IR/Iran/-)

Time:     Wed Oct  2 10:08:03 2019 -0300
IP:       46.38.144.179 (IR/Iran/-)
Failures: 5 (smtpauth)
Interval: 3600 seconds
Blocked:  Permanent Block [LF_SMTPAUTH]

Log entries:

Oct  2 10:05:47 svr1 postfix/smtpd[58153]: warning: unknown[46.38.144.179]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Oct  2 10:06:19 svr1 postfix/smtpd[58153]: warning: unknown[46.38.144.179]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Oct  2 10:06:51 svr1 postfix/smtpd[58153]: warning: unknown[46.38.144.179]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Oct  2 10:07:25 svr1 postfix/smtpd[58153]: warning: unknown[46.38.144.179]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
Oct  2 10:08:01 svr1 postfix/smtpd[58153]: warning: unknown[46.38.144.179]: SASL LOGIN authentication failed: UGFzc3dvcmQ6


This message I have been receiving once or twice a day.
As far as I am concerned, this means that someone tried to access my email server several times, or even made a BruteForce and the server blocked it.

Now the question: Is there a way to block ips addresses from outside my country (Brazil), ie allow access to the panel and login to the email server only the ips of my country?

Pages: [1]