Displaying 2 results from an estimated 2 matches for "77361".
Did you mean:
7736
2014 Apr 12
25
[Bug 77361] New: nouveau not working on 3.13 linux kernel
https://bugs.freedesktop.org/show_bug.cgi?id=77361
Priority: medium
Bug ID: 77361
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau not working on 3.13 linux kernel
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All...
2005 Apr 12
0
how can I know iptables target, if any for a packet.
Hi,
Is there any way, by which I can get the target name
for a packet. Following example will elaborate my problem
more clearly.
My machine has 2 interface vnc0 & vnc1. I wrote a iptables
rule,
% iptables -A FORWARD -o vnc1 -j REJECT.
For any packet going through vnc1 interface will be rejected,
and an icmp error message for that will be returned to the host.
Is it possible to know