--- Log opened Mon Dec 23 00:00:25 2019 |
01:05 | <&[R]> | Ah |
01:11 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [[NS] Quit: ] |
01:12 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code |
01:12 | | mode/#code [+o Alek] by ChanServ |
01:15 | | Degi [Degi@Nightstar-v5olq4.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
01:17 | | Kindamoody is now known as Kindamoody[zZz] |
01:18 | | Degi [Degi@Nightstar-p2mkof.dyn.telefonica.de] has joined #code |
02:12 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed] |
02:36 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Z?] |
04:58 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
04:58 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
06:12 | | celticminstrel [celticminst@Nightstar-2kik29.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:37 | | macdjord [macdjord@Nightstar-bt331u.dsl.bell.ca] has quit [[NS] Quit: Deep inside, every housecat believes themself to be just a temporarily embarrassed tiger.] |
06:56 | | macdjord [macdjord@Nightstar-bt331u.dsl.bell.ca] has joined #code |
06:56 | | mode/#code [+o macdjord] by ChanServ |
09:47 | | macdjord is now known as macdjord|slep |
09:53 | | Kindamoody[zZz] is now known as Kindamoody |
10:30 | <&[R]> | Hmm |
10:30 | <&[R]> | Who to blame? |
10:30 | <&[R]> | Have a linux host, has two bridge interfaces: br0 br1, br0 is connected to a real NIC, br1 is internal only |
10:30 | <&[R]> | Have an OpenBSD guest, has three interfaces: em0 (bound to br0), em1 (bound to br1), em2 (bound to br2), all are configured to get an address from DHCP |
10:30 | <&[R]> | em0 is getting an address in the range of the original NAT-style if (and thus doesn't actually work), em1 and em2 are getting IPs for my host network... |
10:30 | <&[R]> | qemu BTW |
10:30 | | Yossarian [yoss@Nightstar-d7h8ki.org] has quit [[NS] Quit: WeeChat 2.2] |
10:37 | <&[R]> | Okay, so now em0 has an IP from the main network |
10:39 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
10:54 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
10:54 | | mode/#code [+o gnolam] by ChanServ |
14:18 | | Kindamoody is now known as Kindamoody|afk |
15:39 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:39 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:42 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [Ping timeout: 121 seconds] |
16:44 | | celticminstrel [celticminst@Nightstar-2kik29.dsl.bell.ca] has joined #code |
16:44 | | mode/#code [+o celticminstrel] by ChanServ |
17:03 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
17:04 | | macdjord [macdjord@Nightstar-bt331u.dsl.bell.ca] has joined #code |
17:04 | | mode/#code [+o macdjord] by ChanServ |
17:04 | | macdjord|slep [macdjord@Nightstar-bt331u.dsl.bell.ca] has quit [Ping timeout: 121 seconds] |
17:07 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
17:07 | | mode/#code [+o gnolam] by ChanServ |
17:38 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:07 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [Ping timeout: 121 seconds] |
18:11 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
18:11 | | mode/#code [+o gnolam] by ChanServ |
18:58 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Das Reboot] |
19:26 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
19:26 | | mode/#code [+o gnolam] by ChanServ |
21:14 | | Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
21:17 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
21:21 | <&[R]> | Yay, got it fixed! |
21:22 | <&[R]> | qemu-system-x86_64 -hda openbsd.qemu -netdev type=tap,id=lan0,ifname=kvm0-lan0,script=no,downscript=no,vhost=off -device e1000,netdev=lan0,mac=DE:AD:BE:EF:97:1A -netdev type=tap,id=int0,ifname=kvm0-int0,script=no,downscript=no,vhost=off -device e1000,netdev=int0,mac=DE:AD:BE:EF:97:1B -netdev type=tap,id=int1,ifname=kvm1-int1,script=no,downscript=no,vhost=off -device e1000,netdev=int1,mac=DE:AD:BE:EF:97:1C -enable-kvm -cpu host -m 512m |
21:22 | <&[R]> | Tons uglier to call now, but that's why it's in a script :) |
22:27 | | Kindamoody|afk is now known as Kindamoody |
22:40 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
22:41 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
22:55 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code |
23:39 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
23:44 | | Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
23:44 | | mode/#code [+o Kimo|autojoin] by ChanServ |
23:49 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
--- Log closed Tue Dec 24 00:00:26 2019 |