511
General Discussion / Re: How to create a firewall rule that let's tor out safely?
« on: September 28, 2021, 12:41:16 pm »
i's probably suricata or IPS set up that's blocking it...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Wow, the discussion has been very rich so far.
I think I'm still lost at this moment. Is there anything I can/should do ? Or the only solution is to ask for more than /64 for my ISP ?
Thanks
They are kind of right, you can subnet to a smaller size, only you really shouldn't.
RFC 4291 - IP Version 6 Addressing Architecture - Section 2.5.4. Global Unicast Addresses says you are constrained to 64 bit.
It doesn't make it optional and many things break if you try otherwise.
where the global routing prefix is a (typically hierarchically-
structured) value assigned to a site (a cluster of subnets/links),
the subnet ID is an identifier of a link within the site, and the
interface ID is as defined in Section 2.5.1.
#lscpu
Architecture: amd64
Byte Order: Little Endian
Total CPU(s): 8
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
Vendor: AuthenticAMD
CPU family: 23
Model: 1
Model name: AMD EPYC 3201 8-Core Processor
Stepping: 2
L1d cache: 32K
L1i cache: 64K
L2 cache: 512K
L3 cache: 16M
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 cflsh mmx fxsr sse sse2 htt sse3 pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave osxsave avx f16c rdrnd syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm lahf_lm cmp_legacy svm extapic cr8_legacy lzcnt sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb pcx_l2i
#dmesg | grep vector
igb0: Using MSI-X interrupts with 5 vectors
igb1: Using MSI-X interrupts with 5 vectors
igb2: Using MSI-X interrupts with 5 vectors
igb3: Using MSI-X interrupts with 5 vectors
ax0: Using MSI-X interrupts with 12 vectors
ax1: Using MSI-X interrupts with 12 vectors
# sysctl -a | grep rss
hw.bxe.udp_rss: 0
hw.ix.enable_rss: 1
# sysctl -a | grep isr
net.route.netisr_maxqlen: 256
net.isr.numthreads: 1
net.isr.maxprot: 16
net.isr.defaultqlimit: 256
net.isr.maxqlimit: 10240
net.isr.bindthreads: 0
net.isr.maxthreads: 1
net.isr.dispatch: direct