• 2 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2024

help-circle
  • If your routes aren’t changing, then your device, as a client, isn’t going to reach anything. You’ll need to see a route for the 10.20.0.0/24 subnet show up that points to whatever the endpoint address is on the other end.

    Nope, none shows up. I am looking via ip route, right?

    So if that’s all your server config is, it’s only going to allow one peer at a time. You can confirm this by disconnecting your android device from the tunnel, and then connecting using the same info from your Linux device.

    Just looked up the config created by opnsense. You were right. I had to restart wireguard to update the config file so that my other peers (like this debian machine) could connect. Thank’s for helping me out!

    You also at a minimum should have PostUP and PostDown directives to properly forward incoming traffic on your wg interface.

    That is hopefully managed by NetworkManager, isn’t?


    1. my routes doesn’t change: default via 192.168.66.110 dev wlP6p1s0 proto dhcp src 192.168.66.211 metric 600 and 192.168.66.0/24 dev wlP6p1s0 proto kernel scope link src 192.168.66.211 metric 600.
    2. After some seconds I can access the internet but not my subnet IPs I should be able to ping. So I was wondering if I am even using my VPN connection. I can observe my outgoing connections on my opnsense (but not when doing this on my computer, the device in question).
    3. It just contains:
    [Peer]
    PublicKey = X
    Endpoint = IP:NondefaultPort
    AllowedIPs = 0.0.0.0\0,::/0
    

    My tunnel address should be 10.200.0.13/32 once connected.







  • Parents may just don’t talk about it since they try their best to be a role model.

    A good answer for them would be: These experiences would be granted if you go to college/university.

    You could also ask other loved ones if you don’t want to put them into this position.

    Looking back at my life I would simply tell them. Maybe they won’t answer immediately if they have no experience with it but chance is, that they talk about it with someone who may have such experiences and give you their honest opinion (or in your interest).

    I started smoking weed when I was 16. I stopped 10 years later. I ruined my brain. I still have trouble recalling stuff. And I am still actively trying to aid this.

    When you are fully developed you can handle the addictive behaviour a little better. When doing such things just in the college time you are not damaging your body that much. Would be my suggestion.

    It’s expensive and only funny and less addictive when done with trusted ones at a time you do not have responsibilities for others.



  • May I?

    A controlling department wasn’t granted any money for digitializing their workflow.

    So these guys created their own solution(s!). Things like dedicated “user interfaces” loading data from tables created by hand. After years these people realized that data formatting is quite the issue.

    They started to put random rules into different tables:

    Two empty lines: New Group Data Record. One empty line: New Subgroup Data Record.

    Excel tables aggregating this data via hardcoded links.

    A dedicated table to start calculations on parent tables.

    They mutated data like this:

    Load data from excel files into one. Manually delete, add or change lines (or columns). Start a collection run from dedicated excel file and load new excel file data and replace old excel file data.

    They had files where ‘it was easier to read’ when they pivot the data. This was troublesome since some values are intermediate results. Dropping one column may imply dropping another one as well.

    All workflows required manual alignments along the way.

    They were only able to process 10% of the data from a year within a year. Managing millions in cash.

    Their data input came from different internal sources. Programs which were written two decades ago once and without any tests. Talking like VB, macro’s from host servers and copy-pasta data from other internal programs.

    And don’t get me started on customer tables… They created a zip-code encoded filesystem hierarchy where each customer data (you guessed it, excel file) was renamed and then saved. In each of these directories where randomly named files if something went wrong; So no actual file patterns to rely on.

    I respect them.

    They creates a diagram for their tables with word. Word! (Didn’t know either: you can select the web view in the bottom right corner and you get an infitive canvas…) Madness.