I have a dual-homed device running Debian acting as my home router, and I'm following these instructions to get fq_codel usefully working with my VDSL connection. I know the instructions refer to Gentoo but the principles are the same.
I have these interfaces:
- eth0: external interface connected to VDSL modem
- ppp0: decapsulated traffic from
pppd - eth1: internal interface
My question refers to this line in the linked script:
$tc qdisc add dev $ext handle ffff: ingress
Should I use eth0 or ppp0 as the value of $ext when creating the ingress IFB?