My ros only have one single network port(eth1 rename to wan)。A.I want ros to pppoe dial-up。B.ros send lan data to modwan C.eth1 not only for wan feature but also have lan feature.
Can you help me how to send lan data to modem.
A.pppoe:
(1)eth1 receive vlan8 data(from a modem) in eth1.
(2)I create a vlan8 interface in eth1。
(3)create a pppoe with vlan8 interface。
(4)all is ok.
B.lan data
(1)eth1 reveive untag data(from a modem,use this data is lan data) in eth1.
(2)I create a brige1(it is a brige interface) open vlan filtering(pvid 1),i think ros transform untag lan data to vlan 1 data in ros(pvid feature).
(3)ros defalut add eth1 vlan1 untag port(ros transform vlan 1 data to untag datag,untag port feature)
(4)i set vlan8 in eth1 tag port.
(5)i think all ting is ok. but i have broadcast storm。!!!!!