That's the way it was, would it be okay?
rule 20 {
action accept
description servidor
destination {
port 5950
}
log disable
protocol tcp
state {
established disable
invalid disable
new enable
related disable
}
}
rule 30 {
action accept
description planta
destination {
port 4951
}
log disable
protocol tcp
state {
established disable
invalid disable
new enable
related disable
}
}
--------------------------------------------------
nat {
rule 1 {
description "WEB SERVER"
destination {
port 5950
}
inbound-interface eth0
inside-address {
address 192.168.2.201
port 5950
}
log disable
protocol tcp
source {
}
type destination
}
rule 3 {
description 4951
destination {
port 4951
}
inbound-interface eth0
inside-address {
address 192.168.2.201
port 4951
}
log disable
protocol tcp
type destination
}