-
```
Adding the parameters uip and ua to measurement protocol was really a great
enhancement. Now, we can write server-side code that send GA hits passing the
client IP as the sender.
I ran a few te…
-
```
Adding the parameters uip and ua to measurement protocol was really a great
enhancement. Now, we can write server-side code that send GA hits passing the
client IP as the sender.
I ran a few te…
-
After upgrade to 1.2.13 from 1.2.8, pndpd is work incorrectly.
pndpd.conf
```
responder {
iface ens18
filter 3333::/112
}
```
debug log
```
time=2024-07-10T19:23:48.415Z level=DE…
hshh updated
3 months ago
-
My relevant configuration info:
IP address on eth0 (also the public IP of the box)
Tun0 as openvpn interface
Deluge Back end service running as deluge:deluge
Deluge webui service running as deluge-web…
beheb updated
8 years ago
-
I have some containers that have a `frontend` and `backend` network defined. Currently, if I perform a name resolution on those containers I am receiving both addresses.
We should consider a `confi…
-
Hello,
pyroute2.tc offers support for u32 filter. However, is there a way I can provide negative offset value (eg: for destination MAC address matching) ? Providing negative offset in the following…
-
Tracking bug to optimize the packet filter code.
Nowadays we have art/bart, which we're not using.
And looks like there are a number of redundant lookups-by-IP that could be coalesced.
-
### Description of Issue
salt-cloud -a start does not seem to render the map file correctly when using the vmware cloud provider with the latest version. This results in no machines being targeted in…
-
Hi,
I tried below code for testing the IP routing of data packets.
iplist.py -
```
`from bcc import BPF, table
import socket
import struct
import ctypes as ct
import utils
import json
i…
-
目前作業與考試並沒有明確的分界,實作上是用是否有設定 IP filter 來區分,然而這件事情並不合理。
具體來說考試跟作業會影響到的是同學讀取 submission 還有題目的權限,在考試時間內,他應該只能讀到考試的題目還有考試期間繳交的 submission。
而關於 IP 等限制應當要另外處理,不跟考試混為一談。
目前想到一種可能的實作方式,是幫考試設定密碼,當同學輸入成功輸入正確的密碼時…