Hi,
I have a strange problem:
I configured a PPPoE interface on gaia - without DNS and default gateway. The IP is static, but set by the ISP.
This works so far, the interface came up and get the IP address.
Under CP-SmartCenter I defined the pppoe-interface(pppoe1) with a topology based on routing.
Then I define a static route for a single host (x.x.x.x/32) by the pppoe interface - for testing. - I do not have a stactic next hop IP.
The route is shown under 'show route' and 'ip r l'.
In global properties outgoing traffic from gateway is allowed first.
I try to ping this destination IP (x.x.x.x/32) from the gateway.
But as long as checkpoint run. I'm not able to ping the destination of that route.
In the smartlog the traffic is accepted, without any NAT-rule. Which should by okay, because I use the gateway as source. But I see the main IP of the gateway as source, not the outgoing IP.
I don't see the packets incoming at the destination. I already changed the type of the interface to external, same result.
by tcpdump -i pppoe1 -n -v on the gateway it seems there isn't any outgoing package, too. I only see the encapsulated packets.
I already did fwaccel off, but this didn't help, too.
When I stop the checkpoint services the ping works.
Version:
R81.20 JHF take 26
My questions:
- In my opinion packets originated from gateway, should use outgoing IP as source, don't they? - If CP-services stopped, it is so.
- When I have multiply external interfaces and a automatic NAT-rule hide behind gateway, will the outgoing interface IP be used as source IP based on routing or simply the 1st external?
- Any idea why that do not work with running CP-Services?