i have an config port on the zyxel which i would like to get connected through the LAN.
Like having one specific client which is able to connect to this zyxel config port.
The wiring is clear and i plan to use one port on the mikrotik and isolate this to connect to the zyxel config port. Then with firewall and routing config i allow one client from lan to connect there.
Is it possible to "unconfigure" one of the mikrotik switch ports to have it as a single port only for this purpose?
Does that mean that you'll lay down a second cable from the Zyxel to the Mikrotik and you want to create a bridge between the uplink to the Zyxel and the downlink to the PC?
Not really.
On the zyxel is an Management port from which i can reach the manegement website of the zyxel. It the only port.
And though connecting this to a free port of my mikrotik which runs openwrt. Then to reach the Management ui - just for convenience and interest if this is soemthing feasible
Yes, that is possible. I have something similar with my ZTE MF286D running in a bridge mode. I have one port/cable for data and another port/cable for management.
Then you only need to configure one of the Mikrotik interfaces to be in a new network which is in the same subnet as the management of Zyxel. Add it in wan zone, connect the second cable, and you are good.
oh, thx. thats it. An the router knows then if i try to connect from the lan to this ip thtat it is to find on the specific port?
There is no specific routing te setup for that?
so did the config but with static ip.
interface on the configured lan port was coming up. but from a lan client i can not reach. But i will check some things
This is my rule:
the 100 is the zyxel and the 1. the lan.
config rule
option name 'ManagementZyxel'
list proto 'tcp'
option src 'lan'
list src_ip '192.168.1.51'
option dest 'wan'
list dest_ip '192.168.100.1'
option target 'ACCEPT'