Questions tagged [flags]

20 questions
1
vote
2 answers

Using RIPE's "-B" flag with the whois command

When using RIPE web DB search system, you can add the "-B" flag to list hidden attributes of an object. I'm trying to find a way of adding the "-B" flag somewhere within the following command: > whois -h whois.ripe.net ASXXXXX However, the…
Squeeb
  • 152
  • 1
  • 13
0
votes
1 answer

iptables doesn't want to log and drop simultaneously

I'm (still) trying to build an iptables firewall, but this time, I'm stuck trying to log dropped packets. Here is how I'm doing this (this code is inserted after the ACCEPT rules; $IPT represents the absolute path to iptables, here…
Penegal
  • 156
  • 1
  • 14
0
votes
1 answer

Determine flags used during 'configure' step of an installation after the fact

So in my case, I'm upgrading a Ruby install from a low patch level to a higher one. I wanted know exactly what flags, if any, were used in the previous ./configure step of the installation process. Is there a way to determine this unilaterally? At…
Abel
  • 103
  • 4
0
votes
1 answer

SQL server 2000 trace Flags

On fixing an issue we are having with our backups I am following instructions where it is telling me to add the Trace Flag -g384. This is all good but I am not sure what this perameter actually does. I have had a quick google but have come up with…
Andy
  • 199
  • 1
  • 6
0
votes
1 answer

How to get syn flags, ack flags, sequence number and acknowledgement number in tcp packets with nfqueue?

I am working on a project which can redirect the network traffic in tcp (packets sent by client to server1 will be redirected to server2) with netfilterqueue, so I need to classify the packets by their syn and ack flags, and I also needs to modify…
Alive
  • 1
1
2