- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
*There was an error contacting the server* when clicked on issue *edited*
Log back in does not help.
*There was an error contacting the server* when clicked on issue *edited*
Clear cookies and site data log me out, but does not help.
*There was an error contacting the server* when clicked on issue *edited*
Benjamin_Loison/anubis/issues/7 would help.
*There was an error contacting the server* when clicked on issue *edited*
Trying again does not help.
No issue on my Linux Mint 22.3 Cinnamon Framework 13.
At my flat Wi-Fi.
2 requests are performed:
https://codeberg.org/Benjamin_Loison/cron/issues/4/content-…
*There was an error contacting the server*
How to forbid network access to a program?
time sudo -g no-internet telnet localhost 8080
Output:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
test
</det…
How to forbid network access to a program?
sudo iptables -L OUTPUT -v -n --delete 1
Output:
iptables v1.8.10 (nf_tables): Cannot use -D with -L
Try `iptables -h' or 'iptables --help'…
How to forbid network access to a program?
sudo iptables -A OUTPUT -m owner --gid-owner no-internet -j DROP
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 32 packets,…
How to forbid network access to a program?
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 32 packets, 2361 bytes)
pkts bytes target prot opt in out …
How to forbid network access to a program?
sudo iptables -A OUTPUT -p tcp -d 127.0.0.1 --dport 8080 -m owner --gid-owner no-internet -j ACCEPT
does not return anything and does not help, despite paying attention to now use…
How to forbid network access to a program?
https://chat.mistral.ai/chat/80521fec-ed50-4d42-b38f-25cc7979b8a7
sudo iptables -L OUTPUT -v -n
Output:
Chain OUTPUT (policy ACCEPT 25…
How to forbid network access to a program?
While we can reach Docker guest port by forwarding it, the other way around is maybe harder.
How to forbid network access to a program?
#38:
time sudo -g no-internet telnet localhost 33927
Output:
Trying 127.0.0.1...
^C
real 2m7,733s
user 0m0,008s
sys 0m0,015s
</de…
How to forbid network access to a program?
sudo -g no-internet whoami
benjamin_loison
sudo -g no-internet groups
no-internet adm cdrom sudo dip www-data plugdev lpadmin sambashare docker…
How to forbid network access to a program?
sudo -g no-internet 'curl https://example.com'
sudo: curl https://example.com: command not found
time sudo -g no-internet curl https://example.com
<detail…
How to forbid network access to a program?
DuckDuckGo and Google search "ip6tables" "apt".
ping6 2600::
ping6: connect: Network is unreachable
So IPv6 seems not present.