24.10.1 installed
Hi all
I am trying to connect to my ISP using the wan port and am not having any success so far
My ISP uses pppoe and a vlan to connect and I have configured /etc/config/network as follows
config device
option name 'eth0.xxx' # VLAN ID 100 (replace with your ISP's VLAN)
option type '8021q'
option ifname 'eth0'
config interface 'wan'
option device 'eth0.xxx'
option proto 'pppoe'
option username '123456@xxxxxonline' # Replace with ISP credentials
option password 'ppppppppppppp'
option mtu '1492'
option macaddr 'xx:xx:xx:xx:xx:xx' # Replace with ISP router MAC
option ipv6 'auto'
list dns '8.8.8.8' # Set preferred DNS servers
list dns '8.8.4.4'
root@OpenWrt:/tmp# opkg install /tmp/kmod*
This the error message:
Unknown package 'kmod-macvlan'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-macvlan found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package kmod-macvlan.
kmod-macvlan_6.6.86-r1_aarch64_generic.ipk is the package that I attempted to install
Any help will be greatly appreciated and while I'm at it....a very big thank you to all the developers and supporters for this great piece of software