We don't need images (that show the configuration?). We have everything we need (and much more) from the logs.
VirtualBox VM 5.2.6 r120293 win.amd64 (Jan 15 2018 14:58:38) release log
That's an old VirtualBox version, you should update to the latest (as of this writing) 5.2.12. Don't forget the matching Ext. Pack for your host (if you want it) and the Guest Additions (GAs) for your guest.
00:00:01.705044 File system of 'C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso' (DVD) is ntfs
Be sure to eject the GAs before you update VirtualBox. It's a really good idea to remove the GAs CD after you're done installing the GAs, otherwise you're going to run into problems if you upgrade VirtualBox.
00:00:01.703200 Guest OS type: 'WindowsXP'
00:00:01.933160 RamSize <integer> = 0x000000000c000000 (201 326 592, 192 MB)
You might want to take that a tad higher, just for your guest's "breathing room". You can definitely afford double that...
00:00:02.885987 GUI: 2D video acceleration is disabled
And so is the 3D acceleration. Shutdown the VM and enable them in the VM settings » Display. You'll also notice that the max VRAM will jump from 128 to 256 MB after that; max the VRAM as well. Then re-install the Guest Additions (GAs) in the guest. With WinXP specifically, you've got to do it in "Safe Mode". Just smash the F8 key during startup, right after the BIOS screen shows up.
00:00:01.933222 IfPolicyPromisc <string> = "allow-network" (cb=14)
Not sure why you chose that "Promiscuous mode", but I don't think it's going to hurt. The default is "Deny" BTW...
00:00:01.933311 Path <string> = "C:\Users\jen.king\VirtualBox VMs\AS400\Appliance-disk002.vmdk" (cb=62)
Why VMDK? Was this VM imported? Given the discrepancy in the VM name and the virtual disk, and the "002" part, something is not right...
00:00:01.933344 VRamSize <integer> = 0x0000000001000000 (16 777 216, 16 MB)
You should definitely increase that to 128 or 256 MB.
And finally, according to your ".vbox" file:
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1527164796413847700" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="10.10.6.88" timestamp="1527164796413346105" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.254.0" timestamp="1527164796413847701" flags=""/>
So, it seems that
you are getting an IP, don't know if it's in the right range, but we're going to find out. Your netmask is a little bit unusual, but that may be because of your LAN setup.
I'm going to need the output of the following "
command" from a Command Prompt on your
host:
Then the output of the following "
commands" from a Command Prompt on your
guest. I've included a sample output, with only the parameters that you should be focusing on:
> ipconfig /all
Physical Address. . . . . . . . . : 08-00-27-36-28-0C
IPv4 Address. . . . . . . . . . . : 10.0.2.15(Preferred)
Default Gateway . . . . . . . . . : 192.168.100.1
10.0.2.2
DNS Servers . . . . . . . . . . . : 1.1.1.1
> ping <DefaultGateway> <-- tests your connectivity
> ping 1.1.1.1 <-- tests outgoing connectivity
> ping download.virtualbox.org <-- tests name resolution
Report any misconfiguration, or any errors from the "ping" commands.
If you can ping your "DefaultGateway", if you can ping "1.1.1.1", if you can ping "download.virtualbox.org", VirtualBox is working as it should. You should look elsewhere for your networking connectivity. Look in your host for firewalls, proxies, antivirus filters, web-cleaning applications, redirectors, etc. For WinXP specifically, remember that the security certificates have expired about 10 years ago...