Displaying 2 results from an estimated 2 matches for "danieldg".
Did you mean:
danieldk
2006 Jul 09
1
Acessing multiply servers with same IP''s
...ons in networks. I have situation around here
becouse I intend to connect through my wifi card to many gateways with same
IP adresses - 192.168.0.1 with /24 mask - then I''d like to use them all as
Alternative routes, as far as I know it can be done for two of that kind
gates, thanks to danieldg:
<danieldg> right
<danieldg> one hack, if you only wanted two: add a bridge interface to the
wireless
<danieldg> then you have wlan0 and br0, both the same
<danieldg> then you could use ebtables to change the MACs of the bridge access
<danieldg> and leave the direct w...
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and
possibly upstream Linux, I would like to see if this protocol change
could be added before we have significant legacy implementations. If
not, I still think it would be useful as either a v2 or negotiated
protocol change.
The current vTPM protocol is a copy of the network protocol. This was
likely done for ease of implementation,