reppmic

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by reppmic

  1. Hallo,

     

    ich habe eine VPN Verbindung wg0 im VPN Setup in Docker erstellt und diese einem Container zugewiesen.

    mit dem Befehl :
    dig @resolver4.opendns.com myip.opendns.com +short

    sehe ich das die VPN public IP genutzt wird.

     

    habe nun bemerkt das mein „embyServer“ welcher im „Host“ mode läuft total Probleme mit Internetbezogenen Diensten hat - wieso ist EmybServer welcher im „Host“ Mode läuft vom wg0 beeinflusst?

  2. 4 hours ago, reppmic said:

    maybe its only the restore img

     

    4 hours ago, Marshalleq said:

    OK, anyone know whether this is the exact installer file downloaded from apple as is, or if the IMG is taken out from inside it?  I figure I can just download it on the side and replace this file.

     

    Thanks.

     

    whole day trying around, i think there is an error with VPN/NIC and OR boot order

  3. Hi, since the last unRaid 6.11.2 update my MacinaBox Catalina has stopped working.

    i have nothing changed für months on my VM because its only needed to do some automation stuff

     

    has anyone a good idea to help me out?

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>MacinaboxCatalina</name>
      <uuid>c3f054-6db2-4d60-96d9-64dfe19ec57d</uuid>
      <description>MacOS Catalina</description>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="default.png" os="Catalina"/>
      </metadata>
      <memory unit='KiB'>8388608</memory>
      <currentMemory unit='KiB'>8388608</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>4</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='5'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='6'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-3.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/c39df054-6db2-4d60-96d9-64dfe19ec57d_VARS-pure-efi.fd</nvram>
        <boot dev='fd'/>
      </os>
      <features>
        <acpi/>
        <apic/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='2' threads='2'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='utc'>
        <timer name='rtc' tickpolicy='catchup'/>
        <timer name='pit' tickpolicy='delay'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/>
          <target dev='hdc' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/>
          <target dev='hde' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='4'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x10'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x11'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0x12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0x13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='nec-xhci' ports='15'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:18:a6:18'/>
          <source bridge='br0'/>
          <model type='virtio-net'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
        </serial>
        <console type='pty'>
          <target type='serial' port='0'/>
        </console>
        <channel type='unix'>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='tablet' bus='usb'>
          <address type='usb' bus='0' port='1'/>
        </input>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='de'>
          <listen type='address' address='0.0.0.0'/>
        </graphics>
        <audio id='1' type='none'/>
        <video>
          <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </video>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </memballoon>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'/>
      <qemu:commandline>
        <qemu:arg value='-usb'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd,bus=usb-bus.0'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='************************'/>
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/>
      </qemu:commandline>
    </domain>

     

  4. Hi,

    i tired to install some plugins which i missed now like libmediainfo.

    i go to slackware and choosed the link under Slackware current......

    https://slackware.pkgs.org/current/slackers/libmediainfo-22.06-x86_64-2cf.txz.html

     

     

    when i use this link to install i get the following error :


    plugin: installing: libmediainfo-22.06-x86_64-2cf.txz

    plugin: downloading: libmediainfo-22.06-x86_64-2cf.txz ... 100%

    plugin: downloading: libmediainfo-22.06-x86_64-2cf.txz ... done

    Executing hook script: pre_plugin_checks

    plugin: XML file doesn't exist or xml parse error

    Executing hook script: post_plugin_checks

     

    what went wrong?

     

    Thanks for any Help

  5. 2 minutes ago, itimpi said:

    I think you will find that is normal behavior  on iOS.   I have noticed in the past that the moment you try and activate any VPN (regardless of whether it connects successfully) the VPN symbol appears.  You should be reporting this to Apple (if anyone) if you think this should be changed.

    mhhh, but when i use openVPN or IPsec it has the normal behaviour.

    when port is closed or VPN server is offline the VPN did not start.

  6. Sorry for double-post ... i posted it in dynamix wireguard topic but maybe somebody has an explanation here :

     

    Hi, i installed wireguard this week , all works fine but i noticed one thing:

     

    even when i deactivate Wireguard or/and the open UDP Port on my router iOS „established“ a VPN connection (which is not working) but it shows „connected“ and the VPN Sign is in the upper right corner.

     

    any ideas why?

     

    greetings

  7. Hi, i installed wireguard this week , all works fine but i noticed one thing:

     

    even when i deactivate Wireguard or/and the open UDP Port on my router iOS „established“ a VPN connection (which is not working) but it shows „connected“ and the VPN Sign is in the upper right corner.

     

    any ideas why?

     

    greetings

  8. Hi,

     

    i need help with my go file :

     

    #!/bin/bash
    # Start the Management Utility
    chmod 777 /dev/bus/usb/001/003
    cp /mnt/disk8/isos/prename.pl /usr/bin
    chmod 777 /usr/bin/prename.pl
    modprobe i915
    chown -R nobody:users /dev/dri
    chmod -R 777 /dev/dri
    
    /usr/local/sbin/emhttp &
    
    bash_profile () {
            if [ -f /root/.bash_profile ]; then
                    cat /boot/config/mybashprofile >> /root/.bash_profile
            fi
    }
    
    # Update Bash Profile
    bash_profile
    

     

    its working 50%, this commands are not executed after boot :

     

    chmod 777 /dev/bus/usb/001/003

    cp /mnt/disk8/isos/prename.pl /usr/bin

    chmod 777 /usr/bin/prename.pl

     

    i dont know why - these commands are working 100% when i execute them in a shell after reboot

     

    help would be great


     

     


     

  9. 49 minutes ago, Energen said:

    The Wireguard app on your phone has nothing to do with Wireguard running on Unraid.  You'd need to address this issue to the developer of the Wireguard app.

     

    ok, thanks for clearify , but is it also not possible to setup unraid Wireguard that the incoming client can only access a specific ip range?

  10. is it possible to activate the VPN only when trying to access specific dns names oder ip adresses?

     

    scenario : on the road , logged into 5G , no VPN -> open my SecurityCam app which points to 192.x.x.x , VPN will start and shutdown when app is closed (or specific idle time)

     

    or connect only when i try to connect to a specific ip range would be great