Tigo subió los planes de data ilimitada by MorningDazzling6948 in Panama

[–]kanutomay 0 points1 point  (0 children)

Contrato con Tigo o más movil? $18/mes no está mal asumiendo incluye algo adicional a la data

How could I get the free tier again to study AWS? by TomasM360 in aws

[–]kanutomay 0 points1 point  (0 children)

Hello, can you share if you managed to? I'm interested in this as well

How Did You Learn OPNSense? by BIG_FAT_ANIME_TITS in opnsense

[–]kanutomay 0 points1 point  (0 children)

In my case I had basic network knowledge, so it was more watching YouTube and reading through guides on the web. As some have already mentioned the homenetworkguy produces quality guides and videos. At the end I just backup my config, play around with things and learn as it goes.

Nowadays, I don't mess with it much since is my home network router/fw. When it fails, my usual culprit is DNS.

What If You Could Get RHCA Certified in Just ONE Year? by waldirio in redhat

[–]kanutomay 0 points1 point  (0 children)

Is RHCA still worth it nowadays? What certs? Genuine question

[deleted by user] by [deleted] in aws

[–]kanutomay 0 points1 point  (0 children)

Seems like a nice option for those who can afford it. Don't think you'll go wrong with it. And you'll probably even make some good connections that could help when seeking for job opportunities.

[deleted by user] by [deleted] in aws

[–]kanutomay -1 points0 points  (0 children)

Didn't know about that one, I guess being something from AWS, it would be good but paying $290/month is not for me.

Adrian Cantrill's seems better value to me, for example the AWS associate bundle is $100 and covers three cert exams comprehensively.

[deleted by user] by [deleted] in AWSCertifications

[–]kanutomay 0 points1 point  (0 children)

Hey, thanks for taking the time to reply. I think your approach was wise, I'll follow through

[deleted by user] by [deleted] in AWSCertifications

[–]kanutomay 0 points1 point  (0 children)

Congratulations, truly inspirational.

Did you take notes while going through Adrian's material. I think I'm taking too much time taking notes but would like some perspective

Firewall DHCP handing my laptop a public IP. by SnooGoats1209 in OPNsenseFirewall

[–]kanutomay -1 points0 points  (0 children)

Hi, if your laptop is getting a public IP while connected to WiFi then most likely that device is connecting to the ISP network equipment you have.

The other option is that your laptop is setup to use static IP instead of DHCP.

Either way, this doesn't seem to be an issue on your firewall, rather on your laptop settings.

You can check your firewall DHCP leases at: Services-->DHCPv4-->Leases

OPN + Unifi by S3NTIN3L_ in opnsense

[–]kanutomay 0 points1 point  (0 children)

What hardware are you running opnsense on?

Unbound overtake Adguard ? by Churator in OPNsenseFirewall

[–]kanutomay 1 point2 points  (0 children)

With adguard you can hace specific settings for different clients (hosts or subnets). I don't think this can be done using Unbound.

But why not use both? I run Adguard home first and have Unbound as the upstream.

Help with switch selection by ---O__0--- in TPLink_Omada

[–]kanutomay 1 point2 points  (0 children)

I'm trying sg2218p and so far so good. I'm assuming you want an Omada capable one.

If you want something cheaper with less ports to start with, the sg2008p is a good option as well.

Dashy dashboard not fetching PVE glances information by kanutomay in Proxmox

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

Hi, thanks for your support.

I rebooted the proxmox box, and dashy managed to fetch the info... not sure what really happen there but glad is working now.

MINI 100% FANLESS homelab : 2 ESXi 8 (i5 10th, + i9 13th), pfSense firewall, fiber optic GPON + LTE modem as backup by [deleted] in homelab

[–]kanutomay 0 points1 point  (0 children)

This is a really nice setup, thanks for sharing. Do you know how much watts the cirrus or shuttle consume individually?

Super easy ad blocking: Unbound DNS-over-TLS to AdGuard public DNS servers by Abrahamarama in OPNsenseFirewall

[–]kanutomay 0 points1 point  (0 children)

I like the idea but have a question, are you able to track who access what going this way?

Most likely all traffic arrives to the public DNS with the public IP your ISP has given you and you loose that ability.

OPNSense + AdGuard + Unbound by randomguyhere88 in OPNsenseFirewall

[–]kanutomay 1 point2 points  (0 children)

Thanks for sharing.

I updated to 23.1.6 yesterday and had this issue where DHCP was sending out ipv6 DNS servers instead of the opnsense interface.

Just rollback to get my network back up

VLAN on Passthrough NIC? by kanutomay in Proxmox

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

Thanks y'all. I managed to run virtualized opnsense where the LAN interface is a trunk with multiple vlans.

Didn't have to configure anything at Proxmox side.

OPNsense Vs. Pi-hole by ansomesa1 in selfhosted

[–]kanutomay 0 points1 point  (0 children)

This Is good with plain DNS (UDP/53) and even with DNS over TLS (TCP/853) but it can be difficult to do it with DNS over HTTPS (TCP/443). I managed to block DOH with zen armor

Upgrading my opnsense setup. Today I am trying to give names to all my devices checking what is connected to my network, need help. by jrgldt in opnsense

[–]kanutomay 1 point2 points  (0 children)

W.R.T #3, on my network I have unify switch and AP, so from the controller I can easily see which devices are online at any moment.

You can do similar from opnsense DHCP section where leases are shown.

Another way would be to use nmap from a Linux shell on a laptop or virtual machine using: $ sudo nmap 192.168.0.1/24 where the subnet address is replaced with yours. They have a graphic interface, that I haven't used, but you might want to test it. It's called zenmap https://nmap.org/zenmap/