Search found 6 matches
- Thu Jun 13, 2013 6:42 pm
- Forum: Linux Kernel
- Topic: Kernel 3.6x and ipt_LOG
- Replies: 12
- Views: 3516
Re: Kernel 3.6x and ipt_LOG
I've setup several new raspberrys with iptables recently without issue. If you have a spare sdcard you might want to load the latest Foundation Raspbian or NOOBS image and check the iptables LOG target with this. It might be your current card didn't update properly at some point perhaps? I'll give ...
- Tue Jun 11, 2013 7:03 am
- Forum: Linux Kernel
- Topic: Kernel 3.6x and ipt_LOG
- Replies: 12
- Views: 3516
Re: Kernel 3.6x and ipt_LOG
Hi. I also run the standard raspian release and have done an apt-get update, upgrade and dist-upgrade. How do I know I'm running the up to date kernel? Do you use -j LOG in your iptables rules?
- Fri Jun 07, 2013 4:59 pm
- Forum: Linux Kernel
- Topic: Kernel 3.6x and ipt_LOG
- Replies: 12
- Views: 3516
Re: Kernel 3.6x and ipt_LOG
Hey guys, I'm still unable to use the LOG action with iptables. Has anyone got it working? I checked lsmod but don't see either ipt_LOG nor
xt_LOG listed there and can't add it using modprobe.
xt_LOG listed there and can't add it using modprobe.
- Thu Jun 06, 2013 2:43 pm
- Forum: Networking and servers
- Topic: IPTables LOG Action
- Replies: 0
- Views: 499
IPTables LOG Action
Hi all, I'm trying to configure iptables on my raspian rpi and have come across an issue with the LOG action. When trying to add a simple LOG rule I get the below prompt. user@hostname ~ $ sudo iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix "iptables denied: " --log-level 7 i...
- Wed Jun 05, 2013 6:46 am
- Forum: Raspberry Pi OS
- Topic: OS Version and Upgrade
- Replies: 5
- Views: 17365
Re: OS Version and Upgrade
@rpdom - Thanks. How do I check what version I'm running and if it is actually the latest? 'uname -a' shows me a version that doesn't resemble 2013-05-25. Is what it's showing the kernel version?
- Tue Jun 04, 2013 8:55 pm
- Forum: Raspberry Pi OS
- Topic: OS Version and Upgrade
- Replies: 5
- Views: 17365
OS Version and Upgrade
Hi all, I'm relatively new to Linux and have been using my Raspberry Pi to learn the basics like most. I saw that the 2013-05-25-wheezy-raspbian image was released recently and was to ask how can I tell what version of OS i'm currently running and how would I go about upgrading to 2013-05-25? Thank ...