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

Allow specific app to use proxy that is not filtered.

Ok.  Heres my problem.  I have a computer that runs various p2p apps and certain internet facing apps.  I need or am trying to set up a proxy so that these specific apps and can connect to it but not be filtered or monitored in any way. Or in the least set up a virtual interface that's bridged to the wan and allow certain ports to be routed to it. IDK though.  Maybe I'm asking too much of Astaro.  I know this is a simple matter on Cisco routers.  But I do not have the money for Cisco hardware.  Any help would be appreciated.


This thread was automatically locked due to age.
Parents
  • In regards to a generic proxy, this would not cache the web pages, right?

    Correct.

    The Astaro is a stateful firewall.  The conntrac module tracks all connections.  Say you create a Service definiton "uTorrent" as "1:65335->49152" and a Host defintion "Server" for your internal server.  You can create a NAT rule 'Internet -> uTorrent -> External (Address) : DNAT to Server'.  Now, say someone sends a packet with source port 55555 and destination port 49152 to your Astaro.  Conntrac will make a note of this and the Astaro will forward the packet to your server.  The server will reply with source port 49152 and destination port 55555 and the Astaro will return the response packet to the original sender.

    Did I understand your question?

    Cheers - Bob
Reply
  • In regards to a generic proxy, this would not cache the web pages, right?

    Correct.

    The Astaro is a stateful firewall.  The conntrac module tracks all connections.  Say you create a Service definiton "uTorrent" as "1:65335->49152" and a Host defintion "Server" for your internal server.  You can create a NAT rule 'Internet -> uTorrent -> External (Address) : DNAT to Server'.  Now, say someone sends a packet with source port 55555 and destination port 49152 to your Astaro.  Conntrac will make a note of this and the Astaro will forward the packet to your server.  The server will reply with source port 49152 and destination port 55555 and the Astaro will return the response packet to the original sender.

    Did I understand your question?

    Cheers - Bob
Children