Is it possible to plug in an AP into the blue interface, 192.168.110.1/24, have clients connect to the AP, and traffic passed to the red/outside?
Seems like is should be possible and traffic is not being routed to the outside. Is it possible to plug in a laptop into the blue interface port and connect beyond 110.1?
ipf01/green 192.168.100.66/24 pingable dhcp range - 100.90/100.120
ipf01/orange 192.168.20.1/24 pingable static
ip01/blue 192.168.110.1/24 pingable dhcp range - 110.10/110.30
ipf01/red dhcp not pingable
DNS outside 9.9.9.9 not pingable
Traffic is not getting beyond the ipf01 host from the blue network, and it is entirely possible I have mucked something up along the way.
I was referring to WAP which connects to the the Blue port on the IPF. If you set it up as a bridge rather than a router the devices in the Blue LAN won’t have to NAT. This is my setup… you might have your own reasons for fir wanting a separate subnet on Blue.
Nope, nothing special or special needs, just attempting to get it working, one for guest internet access only. The green has an AP, which works no problem. Guests on BLUE, non-guests on GREEN.
The AP is an ASUS RT-N12D1 and set to AP mode(In this mode, the firewall, IP sharing, and NAT functions are disabled by default).
Using the ping tool on the AP, the devices on the 110.0 network are pingable, as well as 20.1(DMZ) and 100.66(GREEN) and the public IP(RED) interfaces on ipfire.
When pinging 9.9.9.9 or 1.1.1.1, nothing.
What logs should be looked into to figure this out? It’s like something is set to block the outbound or any connection on BLUE to the outside. Plugging a laptop in the BLUE network directly should work or connect as well, yeah?
Looks like you have a separate submit on Blue… I suspect a routing issue for outbound packets from Blue.
I assume the Blue network is connected to an internal wifi card in the IPF… if this is the case then why not bridge this as well like you have on green?
To disable MAC address filtering and allow all clients connected to blue internet access do the following on the Wireless Configuration page:
Entering the blue subnet into the Source IP field and leave the Source MAC Address field blank
Enter the network address and the subnet mask of the blue network interface in CIDR notation. For example **192.168.110**.0/24 for a subnet with a range of addresses from 192.168.110.0 to 192.168.110.255
Asus RT-N12D1 is a router, configured as AP according to OP. IMVHO should work “just fine” if the network cable from IPFire to the device is connected into yellow ports, not the blue one.
@nfguide - you able to provide a schematic of your setup? I’m getting a little confused what you have connected to each port on the IPF and how that relates to your TCP/IP subnet addressing.