|
||||||||
Hi there, i had the following config working with my openwrt (linksys 54gl): Arcor speedmodem allows to read some status data by polling a spezial udp port. Cause normaly the modem is connected to wan port (pppoe) i had do do something like this on my openwrt box iptables -I POSTROUTING -t nat -o vlan1 -d 169.254.1.0/8 -j MASQUERADE ip addr add 169.254.1.7/8 dev vlan1 brd +can i do the same with monowall?Best regards |