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 - beankylla

#1
General Discussion / Re: No internet for lan devices
November 15, 2025, 01:06:04 AM
that did the trick thanks a lot!
need to figure out ipv6 now but were already good on ipv4!
Any clue on why IPV6 is not performing?
Good day!
#2
General Discussion / No internet for lan devices
November 13, 2025, 07:38:40 AM
Hello,
Sorry Opnsense newbie here.
I though i was tech savyy but am somewhat overwhelmed with the amount of options settings.
I tried following tutorials but somehow am missing something.

I setup opnsense.
I have firewall rules that allow outgoing traffic.
I have internet on Opnsense can update and ping.
Alas no LAN devices can access the internet
I can ping the router
I get an ip adress and the dns configured on the server so i guess that is OK.

bash-5.3$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.486 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.568 ms

but nothing outside of the network:
bash-5.3$ ping 9.9.9.9
ping: connect: Network is unreachable

I have the standard rules enabled that to my understanding lets everything go out.

What am i missing?
Here a couple of configs:

NAT:

Mode: Automatic outbound NAT rule generation (no manual rules can be used)

Automatic rules
          Interface    Source Networks    Source Port    Destination    Destination Port    NAT Address    NAT Port    Static Port    Description
        WAN    LAN networks, Loopback networks, 127.0.0.0/8    *    *    500    WAN    *    YES    Auto created rule for ISAKMP
        WAN    LAN networks, Loopback networks, 127.0.0.0/8    *    *    *    WAN    *    NO    Auto created rule

Firewall: LAN:

     Protocol    Source    Port    Destination    Port    Gateway    Schedule       Description    
               Automatically generated rules    
      IPv4 *    LAN net    *    *    *    *    *       Default allow LAN to any rule    
      IPv6 *    LAN net    *    *    *    *    *       Default allow LAN IPv6 to any rule

(plus the 16 auto rules)

Firewall: WAN:

I added this rule on top of all the auto generated ones:

       IPv4+6 *    *    *    *    *    *    *    *    let out anything from firewall host itself

So not sure what i am missing, any clues? :-)