Recent content by skillsboy.storage

  1. S

    tomshardware getting a ssl certificate?

    So when is tomshardware getting a ssl certificate? https websites are essential for authentication...
  2. S

    New PC Broken?

    Are your GPU fans spinning ?
  3. S

    Setting up linux firewall

    This may help. https://www.howtoforge.com/nat_iptables Just go to Step #8. -------------------------------------------------------------------------- Or try this: To set a linux machine as a router you need the following 1- Enable forwarding on the box with echo 1 >...
  4. S

    Setting up linux firewall

    Try this. IP Forwarding, Linux acting as a router. First up, enable IP forwarding in the kernel because Linux cannot function as a router without it. Add the following line to /etc/sysctl.conf: ... net.ipv4.ip_forward = 1 ... NAT rule, to let all traffic out (replace with your interfaces ...