[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: nmap.png (1.08 MB, 1000x990)
1.08 MB
1.08 MB PNG
nmap edition

previous: >>108567405

READ THE (temp)WIKI! & help by contributing:
https://igwiki.lyci.de/wiki/Home_server

/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.

>What software should I run?
Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.

>Why should I have a home server?
De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.

>Links & resources
Cool stuff to host: https://github.com/awesome-selfhosted/awesome-selfhosted
https://reddit.com/r/datahoarder
https://www.reddit.com/r/homelab/wiki/index
https://wiki.debian.org/FreedomBox/Features
ARM-based SBCs: https://docs.google.com/spreadsheets/d/1PGaVu0sPBEy5GgLM8N-CvHB2FESdlfBOdQKqLziJLhQ
Low-power x86 systems: https://docs.google.com/spreadsheets/d/1LHvT2fRp7I6Hf18LcSzsNnjp10VI-odvwZpQZKv_NCI
SFF cases https://docs.google.com/spreadsheets/d/1AddRvGWJ_f4B6UC7_IftDiVudVc8CJ8sxLUqlxVsCz4/
Cheap disks: https://shucks.top/ https://diskprices.com/
PCIE info: https://files.catbox.moe/id6o0n.pdf
>i226-V NICs are bad for servers
>For more SATA ports, use PCIe SAS HBAs in IT mode
WiFi fixing: pastebin.com/raw/vXJ2PZxn
Cockpit is nice for remote administration

Remember:
RAID protects you from DOWNTIME
BACKUPS protect you from DATA LOSS
>>
>>108610550
why do people even post in these threads again?
>>
>>108610565
Why do people even post on 4chan anymore with 30-60 second long hangs / timeouts every time you hit the post button?
>>108610392
There's a fork of it that's actively maintained:
https://hub.docker.com/r/nickfedor/watchtower
>>
File: maxresdefault.jpg (93 KB, 1280x720)
93 KB
93 KB JPG
Wendell here. I'm fat as shit. Come to my forum so we can gate keep expensive hardware. Also watch me and my dysgenic coworkers on our video cast. Fuck you.
>>
>>108610575
>answering my question with a question
oh okay this thread is for clueless bumblefucks. got it.
>>
File: 20240807_001718.jpg (33 KB, 718x862)
33 KB
33 KB JPG
>>108610550
Yummy mama
>>
>>108610614
Yeah, I've got nothing. Why are we here?
>>
>>108608826
yes

>>108609147
>parity drive
oh i dont raid i just keep everything on one drive
>>
>>108610550
Based OP.
>>
Imma post here and hope for answers otherwise I'll do a thread. I'm pissed off

I got an openwrt one router, reflashed everything, connected it, access the webui and my wan interfaces are red. It's switching from present to absent.

I have a modem from my ISP, nad just got this router to fuck the ISP router. But it won't get an up address.

I tried changing the brlan ip address in case the modem has the same one, not working

I tried spoofing the Mac from the wan device , mac of my old router it still won't work

I let it power cycle for like 4 or 5 mins it still doesn't fuckkng connect. My ISP does not have a Vlan id and it uses DHCP so this should work. Idk what to do anymore
>>
>>108610745
is your wan and bridge-wan enabled?
>>
>>108610745
>>108610762
you can also connect the wan to another router to see if dhcp works. if it doesn't then you know it's your config.
>>
>>108610762
Do you mean if the interface is started or not? I restarted it it jumps between the state of present and absent yet the color stays red

>>108610772
Shortly before I had my original router in it and working, do u mean putting the wan in my original router and putting it on bridge mode to the openwrt one?
And if it works, I'd like to only use my openwrt router
>>
>>108610745
I would investigate this properly with a mac-spoofed linux box connected to wan and wireshark/tcpdump to see exactly what happens.
Also what model is your old router? Are you sure it takes just plain dhcp to connect further to wan and not some pppoe link or some weird mtu setup and so on?
Any way to confirm the mac was spoofed correctly?
>>
anyone here using ceph with a single node setup?
>>
>>108610799
just connect the wan to a dhcp server and see if it grabs an IP.
if it does you know it's an upstream problem.
the bpi openwrt support is shit.
>>
>>108610799
Do this:
>>108610954

This is literally all you need in /etc/config/network for a nice ISP (like I have) that does standard DHCP with no VLAN tags or PPPoE fuckery, etc:

config interface 'wan'
option proto 'dhcp'
option device 'eth0'

config interface 'wan6'
option proto 'dhcpv6'
option device 'eth0'
option reqaddress 'try'
option reqprefix '56'
option norelease '1'


Also if you can SSH into it from the LAN then check the logs:

logread -e netifd
logread -e network
logread -e dhcp

Etc.
>>
>>108610954
>>108610984
Actual fucking hero, i wish I could try it out rn but Im not home until later
Thx
>>
>>108605058
use cli or SwOS then you homo
>>
>>108610565
I have questions and a delusional hope that someone here will know more than a free tier AI model with web search, but they never do.
>>
You know what grinds my gears? Having unlimited bandwidth but not being able to host anything because my ISP doesn't have any sort of port forwarding in the router they gave me, and because it's 5G Internet I'm locked to their router (though I have considered finding a PCIe WWAN card and seeing if I can talk my ISP into moving my SIM from eSIM to a physical module and slap it in my old home built 10Gbps router)

Maybe I'll try to find someone in customer care that's too stupid to know that the router ban doesn't apply to ones you already own, and convince them that I have a government job that requires me to be compliant with the ban so I HAVE to use my own modem/router that was assembled in the USA by me so there's no risks to national security?

It's either that or pay for a VPS so I can run a reverse proxy.
>>
>>108611058
Also one more thing. Leave your router disconnected for a bit before you do this.

If your ISP is paranoid they may be tying auth to the old DHCP lease on your old router and then send a bunch of DHCP NACKS preventing you from connecting. If this is the situation (I encountered this before after doing a fresh OpenWRT install because the DUID that the DHCP client was sending was different) then it will fix itself eventually when the lease expires.
>>
>>108610611
I once added this nigga to my pinchflat and forgot about for a year and that resulted in accidentally downloading 3tb of video podcasts
>>
>>108610550
I don't know if I'm just missing something obvious but after moving to Proxmox I cannot seem to get port forwarding working for the life of me. I've been troubleshooting this for hours.
VMs show up in OPNsense and the rules worked fine on bare metal, but after putting them on Proxmox everything is getting hit with a Default deny / state violation.
>>
>>108610550
SAUCE
>>
>>108610575
>Why do people even post on 4chan anymore with 30-60 second long hangs / timeouts every time you hit the post button?
It's more than here, cyber war is ongoing.
>>
>>108611392
Reverse Image Search is your friend. But that is Dakoda Brooks.
>>
>>108611251
Is OPNsense a VM on the Proxmox host?
>>
>>108610575
>Why do people even post on 4chan anymore with 30-60 second long hangs / timeouts every time you hit the post button?

It's is not just here. Lot's of systems are being effected. You are just oblivious, it is a mix of cyber war and this

"The exploits it constructs are not just run-of-the-mill stack-smashing exploits (though as we’ll show, it can do those too). In one case, Mythos Preview wrote a web browser exploit that chained together four vulnerabilities, writing a complex JIT heap spray that escaped both renderer and OS sandboxes. It autonomously obtained local privilege escalation exploits on Linux and other operating systems by exploiting subtle race conditions and KASLR-bypasses. And it autonomously wrote a remote code execution exploit on FreeBSD’s NFS server that granted full root access to unauthenticated users by splitting a 20-gadget ROP chain over multiple packets."

If you don't have your offline LAN you are too late. I told you all there were race condition exploits in the linux kernel checked in by bad actors and you just would not listen. In two years the internets will be a smoking radioactive wasteland.
>>
File: 1769254598104659.png (70 KB, 936x647)
70 KB
70 KB PNG
>>108611416
This would never happen if 4chan deployed IPv6 already.

Reminder that Iran has no IPv6.
>>
>>108611135
cloudflare tunnels is one popular solution. tailscale may have something.
great. now i'm getting cloudflare error pages inside the tiny little captcha box. what the hell. it'd be nice if the admins of this place talked to the users.
>>
>>108611565
>it'd be nice if the admins of this place talked to the users.
Whenever they have the majority of users just wig out and start acting fools.
I would also like to know what is happening though.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.