[20:29] Hello all. If it's not looked upon badly, I'd like to ask a technical question about the Warrior web frontend. [20:30] Is is possible to forward the web admin on :8001 in such a way that I can point a browser at the box *running* the Warrior, not the Warrior itself once I've ssh'ed in? [20:31] * Smiley tries to figure out what your asking [20:31] * ivan` has trouble too [20:31] quercus: can you ask in another way? [20:32] you - < box > < Vbox > [20:32] atm it forwards 8001 from Vbox to box [20:32] are you doing bridged networking or something? (if so, yes, as I do exactly that). [20:32] I think he wants virtualbox to listen on 0.0.0.0 [20:33] I don't know how to do that, but you can always use an SSH port forward [20:33] So, rather than having to fire up a terminal and ssh into the box with the `ssh -L8001:localhost:8001` command, can i just point my browser at http://nameofmyserver:8001? [20:33] or that thing you said [20:33] hmmm yes [20:33] except my brain is hurting and I can't think how [20:33] quercus: we talking an internal network or public? [20:34] technically both, as it's the dmz for my local network. [20:34] but even local would be a start [20:34] heh [20:34] tell virtualbox to use bridged networking on the warrior, this will give it a real IP [20:34] well if you put VirtualBox into bridged mode, and give it a real IP [20:34] * Smiley hi5's ivan` [20:34] i should probably have pointed out first that i'm running virtualbox headless on ubuntu server [20:34] then the port forwarding will forward to teh real IP :) [20:34] quercus: ok, I run it headless too [20:35] I have it in bridged mode, dhcp and grabs an IP (i've set it static but we can ignore that) [20:35] I got to http://ip.defined.by.dhcp:8001 [20:35] and it works [20:36] sweet. i don't mind whether it's at http://homeserver:8001 or the warrior has its own 10.0.1.* address as if it was a real machine [20:37] quercus: do teh section option [20:37] can you do dhcp? thats the quickest/easiest way [20:37] my router is my dhcp server [20:38] can yo uhave it hand out static IP's? [20:38] yeah. i have my server and desktop issued ip's determined by mac address [20:38] do teh same with the warrior and happyness reigns :) [20:39] how would i implement that from the command line, bearing in mind i have no gui virtualbox [20:48] god your making this hard ;) [20:48] ok let me have a look [20:49] i'm "working within limitations" apparently. :P [20:49] VBoxManage controlvm Archiveteam-Warrior-2 nic 1 bridged [20:49] I think. [20:51] invalid nic number :\ [21:06] 0 ? [21:08] tried 1 and 0 [21:14] hmmmm [21:14] try nic1 [21:14] no space [21:14] VBoxManage: error: Missing argument to 'bridged' [21:17] VBoxManage controlvm Archiveteam-Warrior-2 nic1 [21:17] what does that say? [21:18] VBoxManage: error: Missing argument to 'nic1' [21:22] gah [21:23] yeah [21:23] the --help is no use either [21:23] VBoxManage modifyvm “MyVM” –nic1 bridged –nictype1 82540OEM –bridgeadapter1 eth0 [21:23] ah tehre we go [21:23] try -nic1 [21:25] quercus: [21:25] VBoxManage controlvm archiveteam-warrior-2 nick1 bridged bridgeadapter1 eth0 [21:28] well, it didn't spit an error, so that's something [21:40] :D [21:40] check your router, see if you saw something request an IP. [21:40] errr not "nick1" nic1 ;D [21:44] oh yeah, i did that. i'm just trying to find the new ip