mt7601u-ap icon indicating copy to clipboard operation
mt7601u-ap copied to clipboard

No internet

Open blastbeng opened this issue 4 years ago • 1 comments

Hi, i've compiled successfully this on arch linux and i can see the ra0 interface:

2: ra0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 28:f3:66:20:e1:e4 brd ff:ff:ff:ff:ff:ff inet6 fe80::909:4eb6:962f:8aab/64 scope link valid_lft forever preferred_lft forever

but why my devices have no internet? I don't see any default gateway Are there other steps that must be done to make this work? Like bridging ra0 with eth0 ?

Thanks

blastbeng avatar Jun 01 '20 16:06 blastbeng

First assign an local IP address, then configure IP forwarding and masquerading in iptables. For obtaining IP automatically by clients a DHCP server is required

LmarLoe avatar Jun 06 '20 20:06 LmarLoe