PPPoe fail with vlan

Hi everyone. my ISP route have 2 vlans ,41 for internet via pppoe, 48 for iptv. I've added both vlans to one interface, and link to my route's wan.
My openwrt version is 25 and kernel 6.12. I add two 802.1q devices, wan.41 and wan.48. when I configure the wan to use device wan.41 for pppoe, it faild. but used wan device it work.
why is that?

might want to check this, since there's no 25.

post the output of ubus call system board.

1 Like

version maybe wrong.

{
        "kernel": "6.12.31",
        "hostname": "ImmortalWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "JDCloud RE-SS-01",
        "board_name": "jdcloud,re-ss-01",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "ImmortalWrt",
                "version": "SNAPSHOT",
                "firmware_url": "https://downloads.immortalwrt.org/",
                "revision": "r0-cf0ae54",
                "target": "qualcommax/ipq60xx",
                "description": "ImmortalWrt SNAPSHOT r0-cf0ae54",
                "builddate": "1748927449"
        }
}

OpenWRT <> ImmortalWRT, ask ImmortalWRT.


It appears you are using firmware that is not from the official OpenWrt project.

When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.

You may find that the best options are:

  1. Install an official version of OpenWrt, if your device is supported (see https://firmware-selector.openwrt.org).
  2. Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
  3. Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).

If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.