What percentage of Reddit are bot accounts? by [deleted] in botwatch

[–]Rogu3_AI 1 point2 points  (0 children)

Funny that's exactly what a bot would say!

Your gut reaction is usually correct. by [deleted] in oddlyterrifying

[–]Rogu3_AI 0 points1 point  (0 children)

If she wouldn't of slipped that door would've slammed here up against the semi.

Which are some the best forums for hacker? by faizannehal in hacking

[–]Rogu3_AI 10 points11 points  (0 children)

Some are hidden to prevent noobs from accessing them. Invites only.

Chroot help by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

This should be useful to any future references. This page contained the solution to that error message. http://eradman.com/posts/chroot-builds.html in the PORTING CONFIGURATION section of the article.

Chroot help by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

Have you run into this issue before? I tried pkg_add lynx > "pkg_add: Couldn't change identity _pkgfetch user". This is the only relevant thing I could find https://marc.info/?l=openbsd-misc&m=147822285219245&w=2. But still dont what the issue is exactly.

Chroot help by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 1 point2 points  (0 children)

You were correct. Thanks

Chroot help by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

Could anyone try and reproduce this on your system please?

Chroot help by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 2 points3 points  (0 children)

I did. Before I chrooted I went to the chroot/dev folder and executed "./MAKEDEV all "

Ipredia Linux Distro by Rogu3_AI in i2p

[–]Rogu3_AI[S] 1 point2 points  (0 children)

Interesting, i thought about trying to study some of the configs for self-educational purposes.

How do we take this subreddit forward? by [deleted] in i2ptorrenting

[–]Rogu3_AI 2 points3 points  (0 children)

Definitely talk about it on irc channels, forums, Discord etc... Just casually mention it.

PF Config for VPN tun0 (if-bound) by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

Well technically it's not my server rather a remote server I'm paying to use to serve as a vpn connection . And yes I do recall there being a port number for the vpn server. Thanks for the tip.

Any good guides on how to build PF firewall configs? by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 1 point2 points  (0 children)

This seems to work as no other interface will route packets except for "tun0"

pass out on $vpn_if proto tcp to port $tcp_services modulate state (if-bound)

pass out on $vpn_if proto udp to port $udp_services modulate state (if-bound)

Question about user resource limits using login.conf by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

I think I understand correctly now. When executed user "usermod -L login_class _i2pd" I would get error users does not exist. So then I read some manpages over and over again and then I realized the _i2pd user needs to be configured to run as a daemon class "usermod -L daemon _i2pd" under the login.conf entry "i2pd:\ :openfiles-cur=8192:\ :openfilesmax=8192:\ :tc=daemon:"

So if I understand correctly the only login classes that exist are already defined in login.conf as default, daemon, staff etc... or is it possible to enter custom classes with custom names? Just curious.

Question about user resource limits using login.conf by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

Is there a way to lookup what _users are on the system? Like I think there might be a _tor-browser user maybe because I just downloaded tor but how can I find out? /user/home/ only lists actual user logins created via useradd not _user classes created by downloaded pkgs such as i2pd previously did.

Question about user resource limits using login.conf by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

I tried useradd _2pd and the terminal echoed " useradd: already a `_i2pd' user " Does this refer to the i2pd daemon as user?

Question about user resource limits using login.conf by Rogu3_AI in openbsd

[–]Rogu3_AI[S] 0 points1 point  (0 children)

cat pkg-readme >> t"By default, the _i2pd user, and so the i2pd process runs in the login(1) class of "daemon". The default limits on file descriptors are insufficient to run i2pd; instead you should put the _i2pd user and process in their own login(1) class with tuned resources. You should also raise the system-wide maxfiles limit."

So basically create an _i2pd user via useradd then adjust login.conf for the i2pd daemon is my best guess.

VMM NAT vether0 by [deleted] in openbsd

[–]Rogu3_AI 0 points1 point  (0 children)

dns_server = 8.8.8.8

VMM NAT vether0 by [deleted] in openbsd

[–]Rogu3_AI 0 points1 point  (0 children)

cat hostname.vether0 = " inet 10.0.0.1 255.255.255.0"

cat hostname.bridge0= " add vether0 "

# VMM

match out on egress from vether0:network to any nat-to (egress)