Mmmm
Port 25 closed ?
how to check if the port is blocked?
I add port 25 to my pf and restart the pf, but still cant send an email.
stéphane T
Telnet smtpserver 25
Mmmm
Telnet smtpserver 25
oya i am doing it, still in trying....
but why with thunderbird i cant send an email? dont have problem send it in web browser
Mmmm
telnet: connect to address 52.98.65.18: Operation timed out
so this means port 25 is still blocked?
stéphane T
If it is in trying and not gave an answer right away then your port is blocked
Mmmm
If it is in trying and not gave an answer right away then your port is blocked
icmp_types = "{ echoreq unreach }"
table <bruteforce> persist
set skip on lo0
scrub in all fragment reassemble max-mss 1440
block all
pass in on wlan0 proto tcp to port 22 \
keep state (max-src-conn 15, max-src-conn-rate 3/1, overload <bruteforce> flush global)
pass out proto { tcp udp } to port { 22 25 53 80 123 443 110 143 993 }
pass out inet proto icmp icmp-type $icmp_types
do i do it correctly ?
stéphane T
And when you say your browser I guess you are using a webmail
stéphane T
Completely different thing
stéphane T
Port blocked or your smtp server/ip is incorrect
Mmmm
Mmmm
stéphane T
Ho
stéphane T
Maybe it refuses clear text port 25
stéphane T
And only takes ssl connections
stéphane T
Generally port 465
stéphane T
Or 993
stéphane T
Just googled, it says port 993
stéphane T
https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-8361e398-8af4-4e97-b147-6c6c4ac95353
stéphane T
Wait no sorry smtp
https://support.microsoft.com/fr-fr/office/param%C3%A8tres-pop-imap-et-smtp-pour-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040
stéphane T
Totally different server it seems
stéphane T
smtp-mail.outlook.com:587
stéphane T
With starttls
stéphane T
Hmmm I see also this possibility
smtp.office365.com
Port: 587
Encryption method: TLS
stéphane T
Différents services in Microsoft products…
stéphane T
@Corocor0 how’s that?
bittin-
Hanging out in the FreeBSD Foundation stand at Open Source 101 Online 2022
Mmmm
btw if we update the /usr/src do we need to rebuild buildworld and kernel?
because last time I built my own kernel using custom kernel, but now idk it goes back to GENERIC.
Anonymous
if you do buildworld/buildkernel, you need to update /etc/make.conf's KERNCONF to point to your kernel.
Mmmm
do updating /usr/src with gitup -c release remove my custom kernel?
Anonymous
did you do freebsd-update?
Mmmm
Anonymous
that's why 🙂
Anonymous
freebsd-update and buildworld/installworld are incompatinle. You can rebuild your custom kernel and install it
Anonymous
*incompatible -- My typing sux this early :)(
Mmmm
Anonymous
if you run freebsd-update, you just need to build/install your custom kernel.
Anonymous
freebsd-update brings the GENERIC kernel binaries
Mmmm
Anonymous
My absolute pleasure.
Anonymous
Hi friends sorry for someone who is new to learning this os (free bsd) what do you recommend?
Anonymous
Anonymous
This operating system is still unknown to many people, especially in Iran Also, there are very few teachings about it in Persian . I am a civil engineering student but I have no interest in it . To be one level higher than other students, I want to start reading English books until one day in the security world I have something to say.
Anonymous
Of course, there are people who are aware but do not like to share their knowledge with others, except for a few perfect people.
Anonymous
Of course, I do not know about your country, but in my country, most students are interested in a field other than their own. Of course, I'm not in that category, and my case is a bit complicated
᠌᠌
82801 PCI Bridge
(no driver attached)
Any suggedtions?
Its ich7 pci bridge
᠌᠌
I guess it happens after cpu upgrade
Me
Does the freebsd kernel have any big advantages over linux?
Me
Just referring to the kernel, not the whole userspace
Mmmm
anyone know tools like naps2 (in windows/ linux) for freebsd?
Me
Anonymous
Anonymous
@Shifulor the syscall emulation is in the kernel linux.ko/linux_common.ko/linux64.ko, and the linux "userland" is in /compat/linux, and sourced from ports in the emulation category.
Me
Ah, makes sense
Angelo S.
Good morning, I have installed freebsd with zfs. I noticed that the RAM used is 87%. How can I fix it?
K
Did you set deduplication on?
K
If you enabled it and you disable it, you still have to move the data for it to change
Do you use any GUI?
How much ram does your computer have?
Angelo S.
Me
Me
Have you tried the free comman
Me
Or top or any monitoring really
Angelo S.
i use top and i noticed that zfs arc uses too much ram
Zareh
Hi.
Recently I moved from Linux to FBSD and wonder how can I stop port scanners in FBSD while I was doing this via psad package and iptables in linux
Thanks
Anonymous
look at fail2ban and pf
Anonymous
or see if psad has been ported 🙂
Anonymous
@Kratos8383 you can set a sysctl to limit the ARC.
Angelo S.
I limited the use of arc with sysctl but when i run the dmesg | grep warning comes out of this point
WARNING: ignoring tunable zfs_arc_min (using 530728064 instead). How can fix it?
Angelo S.
@Larry_Rosenman I limited the use of arc with sysctl but when i run the dmesg | grep warning comes out of this point
WARNING: ignoring tunable zfs_arc_min (using 530728064 instead). How can fix it?
Anonymous
you want to set the _MAX sysctl
Anonymous
what were you trying to set it to ?
Anonymous
also, how much RAM do you have?
Angelo S.
I set both vfs.zfs.arch_max and min to 1024 on sysctl. The warning message I wrote a little while ago came out.
Anonymous
that's WAY too low, hence why it whined.
Angelo S.
The pc has 16gb of ram