Opened 11 years ago
Closed 11 years ago
#61 closed defect (fixed)
Rule Editor zeros lower dst port from a Port Range
Reported by: | anonymous | Owned by: | Victor Julien |
---|---|---|---|
Priority: | critical | Milestone: | 0.7 |
Component: | vuurmuur-conf | Version: | 0.7beta2 |
Keywords: | zeroed, portrange, range | Cc: |
Description
In 0.7beta3
When doing a portforward for a range of ports like this:
Action: Portfw
Service: any
From: Internet.WAN
To: computer.Local.LAN
Listen port: 45000:45500
Remote port: 45000:45500
The port data that gets saved actually has ports like this:
Listen port: 0:45500
Remote port: 0:45500
This can be easily seen just by reopening the Rule Editor after saving the rule
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by changeset:213.
Note: See
TracTickets for help on using
tickets.
I can reproduce this. Will try to look into it shortly.