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

external access

where can i see the access attemts to my asl. im trying to make possible external access to a static ip

first i add the static ip in definitions networks
then go to packet filter and add a rule like

from client static ip to server (telnet) service any action allow

then go to networks nat/masq and add new nat rule like
source static ip to destination telnetserver service telnet
change destination telnet server service destination telnet

but it doesnt work. what am i doing wrong

thanks for the help
 [:S]  


This thread was automatically locked due to age.
Parents
  • Hi,

    To get external access to an internal Telnet server (Or other services).

    Define the Internal telnet server in definitions/network.

    Create a DNAT:

    Source address: ANY
    Destination address: 
    Service: Telnet

    Change source to: ::NO CHANGE::
    Change destination to: 
    Service destination: ::NO CHANGE::

    Apply this packet rule (check that it dont get blocked by an above rule)

    From (Client): ANY
    To (Server): 
    Service: Telnet
    Action: Allow

    DONE  [;)]

    Hope it works
    Works fine for our HTTP (Outlook Web Access)
       
Reply
  • Hi,

    To get external access to an internal Telnet server (Or other services).

    Define the Internal telnet server in definitions/network.

    Create a DNAT:

    Source address: ANY
    Destination address: 
    Service: Telnet

    Change source to: ::NO CHANGE::
    Change destination to: 
    Service destination: ::NO CHANGE::

    Apply this packet rule (check that it dont get blocked by an above rule)

    From (Client): ANY
    To (Server): 
    Service: Telnet
    Action: Allow

    DONE  [;)]

    Hope it works
    Works fine for our HTTP (Outlook Web Access)
       
Children
No Data