At ubuntu, I am trying understand tap, route/switch.
So, I created tap1
with.
tunctl -t tap1
ifconfig tap1 192.168.38.180 netmask 255.255.255.0 broadcast 192.168.38.255
And, my Ethernet router is eth0
address is 192.168.1.180/24.
Also, I have another computer(win10) with 192.168.1.80/24.
Of course, at win10, ping 192.168.1.180
is working well.
I think, bridge or route in ubuntu
can connect the two interface.
I want ping 192.168.38.180
at win10?
Is this possible?
How I can configure the ubuntu network configure?
Comments
Post a Comment