08-18-2008 03:16 AM
hello i have a adsl interface with ip 1.1.1.1 its member of a loopback group.the loopback is 2.2.2.2
i tried to configure a vip for port forwarding to the loopback interface because 2.2.2.2 is the ip the we use as external not the 1.1.1.1
and the vip does no seem to work. The policy is configured properly to the global zone.Any ideas?
thanks
08-18-2008 03:28 AM
08-18-2008 04:29 AM
usually ADSL asigns an IP to the ADSL-IF. So are you sure, that 2.2.2.2 is routed via
1.1.1.1 ??
Did you try to make a "snoop" or a "debug flow" to verify, that the packets are delivered to your
interface?
Is 2.2.2.2 making a response to arp request? Try to set a route for 2.2.2.2 to the internal interface
as destination:
set route 2.2.2.2/32 int bg0 (or eth1, or trust)
Greetings,
Klaus