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

MORE NET NAT PROBLEMS? PLZZZ help in trobule here

for now i created: 

Network Definitions :
Name: ftp
Type : host
Adress 10.0.1.200
Commect: bla bla

Nat :

name : ftp
Rule : DNAT / SNAT
Source match : Wan (network)
Destination : ftp (from above)
Service: ftp
Change source: no change
Change Destiation : internal
(guess here it goes wrong)

Packet Filter Rules :
Position: top
Source: wan(network)
Destination: ftp 
Group: none
Service: ftp
Action: aloow

doesnt work  [:S]


This thread was automatically locked due to age.
Parents
  • your DNAT should be:

    source: any
    destination: external address
    service: ftp
    Change source: no change
    Change Destiation : ftp (which has ip 10.0.1.200)

    packet filter rule should be:
    Source: Any
    Destination: ftp
    Group: none
    Service: ftp
    Action: allow 

    try that  [:)]
Reply
  • your DNAT should be:

    source: any
    destination: external address
    service: ftp
    Change source: no change
    Change Destiation : ftp (which has ip 10.0.1.200)

    packet filter rule should be:
    Source: Any
    Destination: ftp
    Group: none
    Service: ftp
    Action: allow 

    try that  [:)]
Children