Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
730 views
in Technique[技术] by (71.8m points)

ubuntu - How can I send through VLAN IP in NETCAT

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?

question from:https://stackoverflow.com/questions/65833279/how-can-i-send-through-vlan-ip-in-netcat

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...