This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using ASL with Linksys router and LogViewer

I have a Linksys BEFSR41 router between my new ASL firewall machine and my ADSL modem. With the installation of ASL, I now need to program a path for the Linksys router logging function to communicate in through the ASL firewall to the Linksys LogViewer task that is running on a Windows PC on the Internal LAN. How do I do this?
   


This thread was automatically locked due to age.
Parents
  • Set a static route on your router pointing to your internal LAN via the external IP of your firewall and set the according permissions in order to pass the packets through the firewall. Guess it sends remote syslog packets in this case a filter like 'ROUTER SYSLOG SYSLOG_server' sounds reasonable. If you do not want the router to know the route to your internal network (more security) you could als enable Destination NAT  @ docs.astaro.org/guidebooks/ you will find a DNAT howto. It was initially written for HTTP servers but in principle it will work for SYSLOG as well. The filter would remain the same.

    Greetings
    cyclops
       
Reply
  • Set a static route on your router pointing to your internal LAN via the external IP of your firewall and set the according permissions in order to pass the packets through the firewall. Guess it sends remote syslog packets in this case a filter like 'ROUTER SYSLOG SYSLOG_server' sounds reasonable. If you do not want the router to know the route to your internal network (more security) you could als enable Destination NAT  @ docs.astaro.org/guidebooks/ you will find a DNAT howto. It was initially written for HTTP servers but in principle it will work for SYSLOG as well. The filter would remain the same.

    Greetings
    cyclops
       
Children
  • I tried your DNAT solution, and it worked. I set up a secondary IP address on the external interface, pointed the Linksys logging at it, then I used DNAT to define a path for the packets to my internal LAN PC.

     Thanks!