From: |
"Massimo S." <ecs-isp@2rosenthals.com> |
Full Headers Undecoded message |
Subject: |
Injoy rule (portmap internet IP -> lan) |
Date: |
Wed, 11 Dec 2024 13:22:45 +0100 |
To: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
---|
Hi all,
i need to make available the daytime server to a local PC that has no access to the internet.
If i use mlink it works perfectly, but i'd prefere to use Injoy to do the same work,
since it's already running on that VM and i don't like to manage another software (mlink).
This is the mlink rule:
link daytime 0.0.0.0:13 193.204.114.105:13
access daytime 192.168.1.10
Instead with Injoy FW i tried everything with no success.
I also read the portmap example rules, but none work.
I tried this, but it neither produce a log when i start the ntp client on the local PC
that instead works correctly if i use mlink on the server.
Daytime_in
Comment = "port-map in servizio daytime",
Source = "193.204.114.105",
Source-port = "13",
Destination = "my_ip",
Destination-Port = "13",
Protocol = UDP,
Log-Control = Enabled,
Log-Mask = "date time severity message resolved_source resolved_dest", Log-File = "daytime_in.log",
Rule-Action = Portmap,
Mapping-Dest-IP = "192.168.1.10"
Daytime_out
Comment = "port-map out servizio daytime",
Source = "192.168.1.10",
Source-Port = "13",
Log-Control = Enabled,
Log-Mask = "date time severity message resolved_source resolved_dest", Log-File = "daytime_out.log",
Rule-Action = Portmap
Any help?
thanks
massimo
|