LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 02-13-2024, 10:17 AM   #1
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
anyone know a site that is running in IPv6 ?


i want to test if my IPv6 block is working.

Code:
echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
Code:
drop ip6 any any -> any any (msg:"IPv6 Traffic Detected"; sid:100000001; rev:1;)
i used that command and suricata rule to block IPv6.
 
Old 02-13-2024, 11:23 AM   #2
lvm_
Member
 
Registered: Jul 2020
Posts: 942

Rep: Reputation: 338Reputation: 338Reputation: 338Reputation: 338
Eh, this one?

Code:
> www.linuxquestions.org
Server:         127.0.0.53
Address:        127.0.0.53#53

Non-authoritative answer:
www.linuxquestions.org  canonical name = www.linuxquestions.org.cdn.cloudflare.net.
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 172.67.81.99
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 104.24.137.8
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 104.24.136.8
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 2606:4700:20::6818:8808
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 2606:4700:20::ac43:5163
Name:   www.linuxquestions.org.cdn.cloudflare.net
Address: 2606:4700:20::6818:8908
 
1 members found this post helpful.
Old 02-13-2024, 11:34 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,356

Rep: Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332Reputation: 2332
How about ipv6.net?
 
1 members found this post helpful.
Old 02-13-2024, 12:35 PM   #4
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Original Poster
Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
thanks guys.
 
Old 02-14-2024, 01:29 AM   #5
pingu_penguin
Member
 
Registered: Aug 2004
Location: pune
Distribution: Slackware
Posts: 350

Rep: Reputation: 60
You could simply check the output of ifconfig command.
If you have disabled ipv6 completely, there won't any IPv6 IP listed.
 
Old 02-14-2024, 08:09 AM   #6
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Original Poster
Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
Quote:
Originally Posted by pingu_penguin View Post
You could simply check the output of ifconfig command.
If you have disabled ipv6 completely, there won't any IPv6 IP listed.
yes, but i would like to test if Suricata raises an alert when i try to connect to ip6 page.

Code:
root@pop-os:/home/vile# ifconfig
enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.50.174  netmask 255.255.255.0  broadcast 192.168.50.255
        ether f0:2f:74:54:aa:85  txqueuelen 1000  (Ethernet)
        RX packets 56025245  bytes 72700239290 (72.7 GB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 37101794  bytes 2591532469 (2.5 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device memory 0xfc600000-fc61ffff  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 125492  bytes 36632829 (36.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 125492  bytes 36632829 (36.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@pop-os:/home/vile#
and that command doesnt show IPv6, which is good for me.
 
Old 02-27-2024, 04:30 PM   #7
Linux_Kidd
Member
 
Registered: Jan 2006
Location: USA
Posts: 737

Rep: Reputation: 78
The question is flawed.

Most IPv6 stacks can indeed process both IPv4 and IPv6 traffic.
In many cases, if you want to accept IPv4 and IPv6 traffic, just run one stack, the IPv6 stack.

Most things on web are hidden behind DNS, so there it (IP) can be v4 or v6, you need to dig on the DNS. I think most things are still v4.

Have I ever typed IPv6 address into my browser? Can't say I have, by FF supports it as long as the OS supports it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache site redirects using what rule? foo.site.com -> www.site.com/foo LaughingBoy Linux - Server 2 04-16-2009 09:51 PM
Does anyone know why a Flash-heavy site crashes my Firefox? ReginaFortis Linux - Newbie 12 09-06-2008 03:22 AM
missing Audioslack site. Anyone know where it's gone? farpoint Slackware 5 02-13-2006 01:59 PM
Anyone know what's happening with the MepisLovers site? JohnTzu MEPIS 7 09-24-2005 07:47 PM
Do you know sourceforge site? How to upload to this site? TruongAn General 2 07-02-2005 05:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 06:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration