Ticket #61 (closed defect: fixed)
Rule Editor zeros lower dst port from a Port Range
| Reported by: | anonymous | Owned by: | victor |
|---|---|---|---|
| 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
Changed 21 months ago by victor
- status changed from new to assigned
Changed 18 months ago by victor
- status changed from assigned to closed
- resolution set to fixed
Fixed by changeset:213.
Note: See
TracTickets for help on using
tickets.

I can reproduce this. Will try to look into it shortly.