I have just looked back through my emails and realised that I had already been 
through most of this with Lonnie.
I don’t think that plugin is exactly what I require although I have it enabled 
it is not configured. I essentially need an IP Address on PPP0 and Eth0 or the 
‘E’ in PPPoE
I actually do this in rc.elocal (thanks to Lonnie):

# This is for access to the PPP modem configured on 172.30.254.2
. /etc/rc.conf
PPPOEIF_NET="172.30.254.1/24"
if [ -n "$PPPOEIF_NET" -a -n "$PPPOEIF" ]; then
 echo "Set PPPoE interface \"$PPPOEIF\" with net \"$PPPOEIF_NET\"..."
 ip addr add $PPPOEIF_NET dev $PPPOEIF
fi

What if I was to add EXT_IF=“ppp0 eth0” in firewall.conf and then add a rule to 
allow NTP in the firewall?

Regards
Michael Knill




On 25 Jan 2016, at 8:57 PM, Michael Keuter <li...@mksolutions.info> wrote:


Am 25.01.2016 um 10:48 schrieb Michael Knill 
<michael.kn...@ipcsolutions.com.au>:

> Hi group
> 
> How do I add firewall rules for the Ethernet interface that has an EXT PPP 
> interface on it? 
> I want my bridged ADSL modem to be able to sync NTP from Astlinux for its 
> logs!
> 
> Regards
> Michael Knill

Hi Michael,

doesn't the ADSL modem get the NTP sync from the "internet"?

Otherwise there is an AIF plugin "dsl-ppp-modem", but I think it only works if 
the modem has a local IP address. Not sure, I never used it.

Michael

http://www.mksolutions.info




------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to