Ticket #78 (new defect)

Opened 3 years ago

Last modified 6 months ago

Domains with routable IPs cannot access their own forwarded ports

Reported by: KevinLai Owned by: KevinLai
Priority: normal Milestone: 1.0.0 Unscheduled
Component: Auctioneer Version:
Severity: normal Keywords:
Cc:

Description

Domains that have been allocated a routable (non-NAT) IP address cannot access forwarded ports on the physical machine. Packets leave the interface with the routable IP address and are NAT-ed through the physical machine and back to the domain. However, the source address of these packets is the routable IP address, which is used by the destination machine. I'm not exactly sure what the logic is, but it probably sees that the packet is from its own interface and drops it.

One way to fix this is to add a route to direct traffic to the physical machine through the NAT-ed interface.

Change History

Changed 3 years ago by KevinLai

  • priority changed from normal to high

Changed 12 months ago by KevinLai

  • milestone changed from 1.0.0 Unscheduled to 0.5.4 CERN/Grid

Changed 8 months ago by KevinLai

  • milestone changed from 0.5.4 CERN/Grid to 0.6.0 Xen Release

Changed 7 months ago by KevinLai

  • milestone changed from 0.6.0 New Feature Release to 0.5.4 Stability/Security/Performance

Changed 7 months ago by KevinLai

  • priority changed from high to highest

Changed 6 months ago by KevinLai

  • priority changed from highest to normal
  • milestone changed from 0.5.4 Stability/Security/Performance to 1.0.0 Unscheduled
Note: See TracTickets for help on using tickets.