Hilco Wijbenga wrote at 2011-05-03 18:21 -0500:
> On a related note, the logging only logs the packet, but no timestamp.
> Is that configurable somewhere?
/etc/rsyslog.conf I suppose?
signature.asc
Description: Digital signature
On 3 May 2011 16:21, Hilco Wijbenga wrote:
> Hi all,
>
> I'm attempting to set up a simple firewall on a virtual server. I have
> the following:
>
> iptables --flush
> iptables -t nat --flush
> iptables -t mangle --flush
> iptables --policy INPUT DROP
> iptables --policy OUTPUT ACCEPT
> iptables -
Hi all,
I'm attempting to set up a simple firewall on a virtual server. I have
the following:
iptables --flush
iptables -t nat --flush
iptables -t mangle --flush
iptables --policy INPUT DROP
iptables --policy OUTPUT ACCEPT
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -i venet0 -m state --s
3 matches
Mail list logo