Can I configure another route of an address in use from an unused Ethernet port?
I now have a new OpenWRT router, a GLiNet MT6000.
I now have total 2.5GB Ethernet link network, and clients.
ISP router 2.5GB <><2.5GB WAN pfsense box 2.5GB LAN 192.168.2.2> <2.5GB WAN 192.168.2.3 OpenWRT 2.5GB LAN1 192.168.4.1> <> 2.5GB switch <> clients
I now can't get to the web GUI, 192.168.2.2 on the pfsense box from the clients.
I have the additional 1GB unused ports on the OpenWRT device, LAN2, LAN3, LAN4, LAN5
Can I use one of these unused 1GB ports to also route the address of 192.168.2.2 to a seperate 1GB switch?
I need this to get to the web GUI of the pfsense box.
I can try with a diagram.
The pfsense box I have no issues with, it has been great for a number of years and upgrades.
I just added the OpenWRT device behind it, now I can't access it from the clients.
Oh wow, I just turned OFF the VPN, guess what, I CAN ping 192.168.2.2 from a 192.168.4.0/24 client !
I can access the web GUI.
I'm kind of amazed, and now confused as to how this is routing.
Wow.
This is why I asked what you meant by routing. Seems you have some VPN you failed to mention - and you need to study up routing, security and how VPNs help with that.
An endpoint with a 192.168.4.0 LAN IP running a VPN client will be unaware of the 192.168.2.0 network and will route such requests into the VPN tunnel as its default route, where they will be lost. The endpoint could be configured with an additional route to 192.168.2.0/24 unencrypted through its LAN or wifi port, which would then allow reaching both LANs. That has nothing to do with OpenWrt though.
At least I think that was the question.
As far as the other request, yes you can bridge the other Ethernet ports into br-lan and use them the same as the 2.5 Gb lan. If a hardware switch path does not exist between the 2.5 and the 1 Gb switch, the packets must be handled by software which does impose a slight burden on the CPU.
I assume this means you have setup VPN on the client and router?
You do understand that if you run a VPN on your client and want to access local resources - that you need to setup bypass to access LAN and hence be routed to the local IP. If running VPN on the client - the bypass rules must also be configured on the local client. The instructions on how to setup a network bypass to reach LAN varies depending on the OS (i.e. Windows, Linux, etc.). Some Windows VPN client software offers these kind of settings within the program itself.
The point of [most] secure VPNs is to prevent traffic leakage, etc.
Basically in layman's terms - you setup a VPN to connect you to a trusted remote network (i.e. the VPN provider) - but then you desire to still have access local resources.