search for: ens99

Displaying 5 results from an estimated 5 matches for "ens99".

2018 Apr 27
2
connecting host and guest vm using a dummy nic
Greetings all, I have a host machine that runs a router within a vm. I want to allow a connection between the host and the guest so the host can connect to the lan provided by the router vm. I've created a dummy interface with these commands: $ ip link add ens99-dummy type dummy $ ip link set ens99-dummy address 52:54:00:1f:d0:ff this resulted with this output: $ ifconfig ens99-dummy ens99-dummy Link encap:Ethernet HWaddr 52:54:00:1F:D0:FF inet6 addr: fe80::84b5:24ff:fe62:c16d/64 Scope:Link UP BROADCAST RUNNING NOARP MTU:1500 Metri...
2018 Apr 30
2
Re: connecting host and guest vm using a dummy nic
...l, > > > > I have a host machine that runs a router within a vm. > > I want to allow a connection between the host and the guest so the host can connect to the lan provided by the router vm. > > I've created a dummy interface with these commands: > > $ ip link add ens99-dummy type dummy > > $ ip link set ens99-dummy address 52:54:00:1f:d0:ff > > > > this resulted with this output: > > $ ifconfig ens99-dummy > > ens99-dummy Link encap:Ethernet HWaddr 52:54:00:1F:D0:FF > > inet6 addr: fe80::84b5:24ff:fe62:c16d/64 Scop...
2018 Apr 30
0
Re: connecting host and guest vm using a dummy nic
...wrote: > Greetings all, > > I have a host machine that runs a router within a vm. > I want to allow a connection between the host and the guest so the host can connect to the lan provided by the router vm. > I've created a dummy interface with these commands: > $ ip link add ens99-dummy type dummy > $ ip link set ens99-dummy address 52:54:00:1f:d0:ff > > this resulted with this output: > $ ifconfig ens99-dummy > ens99-dummy Link encap:Ethernet HWaddr 52:54:00:1F:D0:FF > inet6 addr: fe80::84b5:24ff:fe62:c16d/64 Scope:Link > UP BROAD...
2018 May 01
0
Re: connecting host and guest vm using a dummy nic
...; >>> I have a host machine that runs a router within a vm. >>> I want to allow a connection between the host and the guest so the host can connect to the lan provided by the router vm. >>> I've created a dummy interface with these commands: >>> $ ip link add ens99-dummy type dummy >>> $ ip link set ens99-dummy address 52:54:00:1f:d0:ff >>> >>> this resulted with this output: >>> $ ifconfig ens99-dummy >>> ens99-dummy Link encap:Ethernet HWaddr 52:54:00:1F:D0:FF >>> inet6 addr: fe80::84b5:24ff:...
2018 May 01
2
Re: connecting host and guest vm using a dummy nic
...I have a host machine that runs a router within a vm. > >>> I want to allow a connection between the host and the guest so the host can connect to the lan provided by the router vm. > >>> I've created a dummy interface with these commands: > >>> $ ip link add ens99-dummy type dummy > >>> $ ip link set ens99-dummy address 52:54:00:1f:d0:ff > >>> > >>> this resulted with this output: > >>> $ ifconfig ens99-dummy > >>> ens99-dummy Link encap:Ethernet HWaddr 52:54:00:1F:D0:FF > >>>...