8000 GitHub - yuhaohbmc/neorouter: To set Ubuntu server 20.04 LTS as home router
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yuhaohbmc/neorouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu-Router

To set Ubuntu server 20.04 LTS as home router

Two Nics:

enp2s0: Lan with 192.168.1.0/24 enp3s0: Wan with dhcp

Basic services: Samba Ocserv - Openconnect VPN server AdGuardHome - serve as DNS and DHCP server

Set IP forwarding, NAT and UFW firewall related.

download neo.sh to your local server, grant permissions and run it.

Jellyfin CSS theme(tested working on 24th, Jan, 2021):

@import url('https://ctalvio.github.io/Monochromic/default_style.css');

Create a user (shareuser for example) and set the owner of everything in the share folder to that user:

adduser --system shareuser chown -R shareuser /path/to/share Then add force user and permission mask settings in smb.conf:

[myshare] path = /path/to/share writeable = yes browseable = yes public = yes create mask = 0644 directory mask = 0755 force user = shareuser Note that guest ok is a synonym for public.

About

To set Ubuntu server 20.04 LTS as home router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0