Associate
I'm the proud new owner of FTTP and I got an Edgerouter X as my new router.
Edit: To make it clear there are two different Pis, one running a website for public access which is issue #1, and the other running PiHole which has issue #2.
I have two outstanding issues:
1) Port forwarding isn't working. I've put the details in, Hairpin NAT & Auto Firewall are ticked and no access. The request isn't being forwarded - there's no sign of it in the logs on the Pi running the web server. From config.boot:
2) I couldn't get PiHole working with it. It was working well previously. I found the PiHole itself could access the Internet via nslookup, but my PC couldn't access the PiHole (timed out) so couldn't access the Internet. In the end I took the Pi away and at present the EdgeRouter is doing DNS & DHCP. The PC could ping the PiHole and putty could log in to it. I tried a coupe of ways mentioned on the Internet for making it work without success.
I have a sneaky feeling fixing #1 will fix #2, but of course I could be oh so wrong! Yes I've done lots of Google etc. to no avail. I also tried the Ubiquiti forums but there is so much traffic most questions seem to drop off without any answers.
Edit: To make it clear there are two different Pis, one running a website for public access which is issue #1, and the other running PiHole which has issue #2.
I have two outstanding issues:
1) Port forwarding isn't working. I've put the details in, Hairpin NAT & Auto Firewall are ticked and no access. The request isn't being forwarded - there's no sign of it in the logs on the Pi running the web server. From config.boot:
Code:
port-forward {
auto-firewall enable
hairpin-nat enable
lan-interface switch0
rule 1 {
description HTTP
forward-to {
address 192.168.1.205
port 80
}
original-port 80
protocol tcp_udp
}
rule 2 {
description HTTPS
forward-to {
address 192.168.1.205
port 443
}
original-port 443
protocol tcp_udp
}
wan-interface eth0
}
2) I couldn't get PiHole working with it. It was working well previously. I found the PiHole itself could access the Internet via nslookup, but my PC couldn't access the PiHole (timed out) so couldn't access the Internet. In the end I took the Pi away and at present the EdgeRouter is doing DNS & DHCP. The PC could ping the PiHole and putty could log in to it. I tried a coupe of ways mentioned on the Internet for making it work without success.
I have a sneaky feeling fixing #1 will fix #2, but of course I could be oh so wrong! Yes I've done lots of Google etc. to no avail. I also tried the Ubiquiti forums but there is so much traffic most questions seem to drop off without any answers.
Last edited: