View Single Post
  #2 (permalink)  
Old 2008-02-09
Routerkid1 Routerkid1 is offline
Senior Member
 
Join Date: 2006-12-16
Posts: 161
Rep Power: 2
Routerkid1 has an average reputation (10+)
Default Re: NG R55 upgrade NGX R65

I see this in the forum not sure if it will be the solution but...



Hi All,

I had posted this on the CheckPoint forums but figured I should post here since it is such a great CheckPoint resource.

I recently upgraded to NGX R65 and had heaps of issues getting my PPPoE connections working. The issue relates to the PPPoE connection being assigned a metric variable that cannot be recognised.


Here is the solution if you are in the same boat.

To resolve the problem, perform the following changes in the /bin/ppp-connect script:


Comment out the following entry in the 'Set reasonable defaults' section:

if [ -z $METRIC ]; then METRIC=0; fi

Delete the "metric $METRIC" entry in the 'Standard PPP options we always use' section.

I then did a cpstop and cpstart.
Reply With Quote