I connect my raspberry to my ubuntu machine through Ethernet. in my raspberry by using ip link add link $1 name $1.11 type vlan id 1 and ... add one VLAN to my network which I can see it in my ifconfig with eth0.11 with my desire IP. Now, I am gonna stream video from my raspberry to my pc with netcat. in raspberry I used nc destinationIP port. But I want to stream video through eth0.11 not eth0. How can I modify command line for this?
ip link add link $1 name $1.11 type vlan id 1 and ...
nc destinationIP port
1.4m articles
1.4m replys
5 comments
57.0k users