Jump to content

nleblanc88

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by nleblanc88

  1. Thank you, that solved my problem. I have my router configured to point tower to 192.168.1.100 (so I can be lazy and just go to http://tower), but with OpenVPN it does not see those, so I need to use the IP directly.
  2. Did a fresh install tonight. My phone is getting the IP 10.8.0.2. I can still connect and access the internet, I just cannot access anything connected to my lan.
  3. I've been playing around with them to try and get it to work. I'll completely uninstall the plugin this evening, as well as the config files, and re-install tonight. Hopefully that will fix the issue.
  4. I'm running the latest version of Unraid 6 and the plugin. I only have the OpenVPN server installed on unraid, not the client if that makes a difference.
  5. I can't access any computers connected to my network through it. I can connect my Android phone to it without any problems, but when I try to hit my Unraid IP for example I'm not able to access it. Edit: Thank you for you help by the way and for the plugin. Both are very much appreciated.
  6. Does anybody know how to enable bridge mode rather than routing? Routing works fine right now, but I'd prefer to use bridge mode if possible so when I connect to OpenVPN from my phone or laptop, that I have full access to my entire network.
  7. Thank you both. @CHBMB I was going to use RDP, but was having trouble setting it up due to the double cursor problem. @dmacias I'll give this a shot tonight, then set up RDP once I'm able for a better experience.
  8. I'm running Windows 8 in a VM, but it's displaying two cursors when accessing the VM from VNC. Has anyone run into this problem before? XML posted below. Note: I'm very new to KVM for virtualization, so I'm sure I'm doing something wrong, I just don't know what. <domain type='kvm'> <name>Windows8</name> <uuid>cc411d70-4463-4db7-bf36-d364c0cdaa8f</uuid> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <vcpu placement='static'>2</vcpu> <os> <type arch='x86_64' machine='pc-q35-2.2'>hvm</type> <loader type='rom'>/usr/share/qemu/bios-256k.bin</loader> <boot dev='cdrom'/> </os> <features> <acpi/> <apic eoi='on'/> <pae/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='2'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='yes'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/mnt/user/Apps/VirtualMachines/Windows8/Windows8.img'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/Apps/en-gb_windows_8.1_with_update_x64_dvd_6051481.iso'/> <target dev='hdc' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='1' target='0' unit='0'/> </disk> <controller type='ide' index='0'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <interface type='bridge'> <mac address='a0:14:35:01:97:35'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5901' autoport='no' websocket='-1' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </memballoon> </devices> </domain> Thank you for your help.
×
×
  • Create New...