Menu

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.

Show posts Menu

Messages - ianwar

#1
meyergru 1st I would like to give a big thanks for taking time to reply

2nd - I did what you said turned outbound to manual and added a rule to translate all LAN to the WAN (internet) and it seems to work so far so another thanks for that I'll keep testing and if I face any issues I hope I can find you again
#2
Note: DMZ is set on home router (Huawei CPE) to pass all trafic from and to OPNSENSE without the need to open ports so that I can take control through OPNSENSE

I just tried to access LAN form WAN by connecting to the HOME router and I can't access any thing

and my OUTBOUND NAT set to AUTO
#3
no not working yet
even ubuntu update and sync the time return with error
plus I found the FW blocks some IP address
52.213.60.25 owned by amazon
192.178.24.234 owned by google
172.64.149.149 owned by Cloudflare

it seems like blocking alot of secure domains that crazy
#4
Sure any information you need
so I plan to serve all my devices in the LAN with my UNBOUND, then after doing all UNBOUND TLS settings I needed to make sure that all DNS requests go through UNBOUND so I made this rule

so my physical installation is

Home router >Cable> OPNSENSE >Cable> SWITCH >Cable> WIFI AP
                                                                            >Cable> DOCKER Server

In my Home router OPNSENSE has DHCP IP and is set to DMZ so it has full access to internet

In my OPNSENSE I have two Network cards one to Home Router and is set to (WAN) and one to the Switch which set to LAN

then I installed some plugins (ACME Client for SSL cet, ddclient for DDNS, NGINX for revers proxy, Crowd source for Extra NGINX security)

then DHCPv4

Then I enabled UNBOUND with this settings
General:
Listen port (53)
Network interface (ALL)
Enable DNSSEC (Marked)
Register ISC DHCP4 Leases  (Marked)
Register ISC DHCP Static Mappings (Marked)
Flush DNS Cache during reload (Marked)
Local Zone Type  (transparent)

Advanced
Aggressive NSEC (Marked)
Log Queries (Marked)

DNS over TLS
8.8.8.8
8.8.4.4

then Firewall>>Rules>>LAN
     IPv4 TCP/UDP    *    *    127.0.0.1    53 (DNS)    *    *       DNS Forward Rule

#5
YES the rule is in Firewall>>Rules>>LAN
#6
I have OPNSENSE installed in machine with 2 NIC's. LAN & WAN in LAN I have docker server

my OPNSENSE installation includes using UNBOUND with TLS to 8.8.8.8 and 8.8.4.4

MY DHCP devices and docker server static IP points to my OPNSENSE

and in Rules>>LAN I have this rule
   IPv4 TCP/UDP    *    *    127.0.0.1    53 (DNS)    *    *       DNS Forward Rule

now I can't login to docker.io neither docker pull I got the messages

(Login did not succeed, error: Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded)

and this is if I use portainer pull

(Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers))

looks like the connection takes too long to this specific destination
note everything else is working I can access any website

Please I need your help