Jump to content

Angryman

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Angryman

  1. On 8/30/2020 at 12:03 PM, Angryman said:

    Hi All,

     

    I would like to setup wireguard to bypass CGNat - I see the install is as a plug in and wanted to know if can I pass my traffic through my second Nic on my raid server to my docker & VM images? 

     

    my thinking is along the following lines

     

    Primary Raid Nic will be used as per normal all local lan & internal traffic

     

    Nic 2 on the raid server will tunnel to a wireguard server / VPS - how to I direct that traffic to let'sencrypt port 80/443  rather then the unraid port 80/443 do I do this with the Sub Domain?

     

    thanks in advance

    Mark

     

    On 8/30/2020 at 12:03 PM, Angryman said:

    I now have this working 

     

     

    • Like 1
  2. Hi All,

     

    I am on a quest to get CGNat bypassed through wireguard and a VPS.

    my journey so far I have access from the vps to my local network working via a ubuntu VM running Unraid with out issue. I can ping my local Lan and can even serve the unraid web GUI. I am also able to connect the a host Docker container tested this on netdata docker. I can also ping the local network inside the dockers

     

    The issue I have is trying to connect to the docker container - even when i forward the ports and ip address it just is having none of it. 

    sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination xx.xx.xx.xx:180

    sudo iptables -A FORWARD -p tcp -d xx.xx.xx.xx --dport 180 -j ACCEPT

     

    I am trying to connect to the user created proxynet network which was done by spaceinvader 

     

    Here are some ideas not sure how to test these

    1 - Docker does not know where to send the data back and is trying to use the router gateway

    2 - the Docker needs another network to send an receive the data

    3 - Setup another Unraid static route / gateway pointing to the VM IP address

     

    I don't know how to do any of those 3 things any help will be welcome    

    ------------------------------

    PS: My dockers work fine when traffic is routed on my network via my router ADSL line i have 

     

     

  3. Hi All,

     

    I would like to setup wireguard to bypass CGNat - I see the install is as a plug in and wanted to know if can I pass my traffic through my second Nic on my raid server to my docker & VM images? 

     

    my thinking is along the following lines

     

    Primary Raid Nic will be used as per normal all local lan & internal traffic

     

    Nic 2 on the raid server will tunnel to a wireguard server / VPS - how to I direct that traffic to let'sencrypt port 80/443  rather then the unraid port 80/443 do I do this with the Sub Domain?

     

    thanks in advance

     

    Mark

     

     

  4. Good day does anyone have any good write up on how to bypass CGNAT using unraid?

     

    I am aware of using a VPS to do this but don't want to spin up a VM for this was thinking if there was a docker container that could do this?

     

    thanks in advance

  5. Hi Quick question

     

    how can I save the data onto the array / share? I love the idea of all being in the docker container but I would like the data to be saved outside the docker

     

    thanks great work

     

    PS everyone else - install works just fine if you read the first post

     

     

  6. Hi All,

     

    I am getting into Unraid and enjoying how user friendly it is.

     

    I am in need of some advise - I have nextcloud running with mariadb it looks brilliant however I am having 504 errors when trying to upload my files using the desktop and through the web front end - I am using letsencrypt - installed following the spaceinvader video.

     

    I seems like nigix is falling over - I have tried to increase the file size to 16G and a few other teaks. I was considering just installing a VM but I like docker and using the unraid shares.

     

    What other software out there? I was looking at resilio sync or syncthing - I am looking for a personal one drive / google drive

     

    thanks

    mark

     

  7. Hi there,

     

    I don't have a config guide but fail2ban looks at a log and if the log meets the requirements then blocks the IP of the incoming connection for a period of time you set. I have fail2ban working on let's encrypt with bitwarden.

    What I would suggest is get the login logs of the apps you want to run with fail2ban and have them writing to a share in unraid. once that is done then you need to look at how to install fail2ban on your reverse proxy. I don't know enough about docker and when it gets updated if what you install into it gets removed.

     

     

×
×
  • Create New...