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

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

    and

    Rule type : DNAT/SNAT

    Source address : Static IP
    Destination address : External interface
    Service : Telnet
    Change source to : No change
    Change destination to : Telnet server
    Service destination : No change

    This should fix your problem!   
Reply

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

    and

    Rule type : DNAT/SNAT

    Source address : Static IP
    Destination address : External interface
    Service : Telnet
    Change source to : No change
    Change destination to : Telnet server
    Service destination : No change

    This should fix your problem!   
Children