Results 1 to 1 of 1
Hi folks,
BLFS 6.1
On running;
# /etc/rc.d/init.d/iptables start
Code:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-30-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
About Iptables
Hi folks,
BLFS 6.1
On running;
# /etc/rc.d/init.d/iptables startThe printout above the line "-----------------------" is on account of following commands on /etc/sysconfig/rcCode:Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Front Left: Playback 25 [81%] [on] Front Right: Playback 25 [81%] [on] Simple mixer control 'CD',0 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive Capture exclusive group: 0 Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: Playback 0 - 31 Front Left: Playback 25 [81%] [on] Capture [off] Front Right: Playback 25 [81%] [on] Capture [off] Simple mixer control 'PCM',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Front Left: Playback 25 [81%] [on] Front Right: Playback 25 [81%] [on] Simple mixer control 'Line',0 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive Capture exclusive group: 0 Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: Playback 0 - 31 Front Left: Playback 25 [81%] [on] Capture [off] Front Right: Playback 25 [81%] [on] Capture [off] --------------------------------------------------------------- Starting iptables... FATAL: Module ip_tables not found. FATAL: Module iptable_filter not found. FATAL: Module ip_conntrack not found. FATAL: Module ip_conntrack_ftp not found. FATAL: Module ipt_state not found. FATAL: Module ipt_LOG not found. /etc/rc.d/rc.iptables: line 21: /proc/sys/net/ipv4/tcp_syncookies: No such file or directory /etc/rc.d/rc.iptables: line 44: iptables: command not found /etc/rc.d/rc.iptables: line 45: iptables: command not found /etc/rc.d/rc.iptables: line 46: iptables: command not found /etc/rc.d/rc.iptables: line 51: iptables: command not found /etc/rc.d/rc.iptables: line 52: iptables: command not found /etc/rc.d/rc.iptables: line 53: iptables: command not found /etc/rc.d/rc.iptables: line 55: iptables: command not found /etc/rc.d/rc.iptables: line 58: iptables: command not found /etc/rc.d/rc.iptables: line 62: iptables: command not found /etc/rc.d/rc.iptables: line 67: iptables: command not found
Code:....... modprobe snd-pcm-oss modprobe snd-pcm-oss amixer set Master 80% unmute amixer set CD 80% unmute amixer set PCM 80% unmute amixer set Line 80% unmute
The printout below the line "-----------------------"
/etc/rc.d/rc.iptablesWhether I need to recompile the kernet? Which modules I have to select?Code:Lines 44-46 iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP Lines 51-53 iptables -F iptables -X iptables -Z 55 iptables -t nat -F 58 iptables -A INPUT -i lo -j ACCEPT 62 iptables -A OUTPUT -j ACCEPT 67 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEP 70 iptables -A INPUT -j LOG --log-prefix "FIREWALL:INPUT "
TIA
BR
satimis


Reply With Quote
