Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #222797
| From | songbird <songbird@anthive.com> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | ufw and blocking certain IP in and out |
| Date | 2020-05-28 14:30 +0200 |
| Message-ID | <AbpPz-3Te-1@gated-at.bofh.it> (permalink) |
| Organization | the little wild kingdom |
it seems i have a mental block block of my own here where
ufw is concerned...
i tell it to block connections in and out from a certain
IP but when i visit a certain website those connections are
still happening.
i've tried to audit the code for the website itself (as it
is a static website i generate), but i cannot find where those
references to this other website are coming from. i use strings
to examine everything and grep for the website name and also
the ip address. neither show up. that doesn't mean it isn't
in there just that i can't find it.
i'm wondering if the ISP or some other service is getting in
between?
i use firefox and have a popup blocker but cannot get it to
filter these connections either.
here is ufw output
root@ant(4)~# ufw status numbered
Status: active
To Action From
-- ------ ----
[ 1] Anywhere DENY IN 1.2.3.4
[ 2] Anywhere REJECT OUT 1.2.3.4 (out)
when i connect to the website netstat still shows connections
to 1.2.3.4...
yes, i'm not a security or networking guru so any tools
you can mention that will help me track this down would be
appreciated.
songbird
Back to linux.debian.user | Previous | Next — Next in thread | Find similar | Unroll thread
ufw and blocking certain IP in and out songbird <songbird@anthive.com> - 2020-05-28 14:30 +0200
Re: ufw and blocking certain IP in and out Reco <recoverym4n@enotuniq.net> - 2020-05-28 17:10 +0200
Re: ufw and blocking certain IP in and out songbird <songbird@anthive.com> - 2020-05-28 18:00 +0200
Re: ufw and blocking certain IP in and out Reco <recoverym4n@enotuniq.net> - 2020-05-28 20:00 +0200
Re: ufw and blocking certain IP in and out songbird <songbird@anthive.com> - 2020-05-28 22:40 +0200
Re: ufw and blocking certain IP in and out Marina Garcia Rubio <magaru@misena.edu.co> - 2020-05-31 06:50 +0200
csiph-web