Moxa EM-1220-LX [37/57] Append or delete rules
![Moxa EM-1220-LX [37/57] Append or delete rules](/views2/1199903/page37/bg25.png)
EM-1240-LX User’s Manual Configuring the EM-1240-LX
Examples:
# iptables -L -n
In this example, since we do not use the -t parameter, the system uses the default ‘filter’ table.
Three chains are included: INPUT, OUTPUT, and FORWARD. INPUT chains are accepted
automatically, and all connections are accepted without being filtered.
#iptables –F
#iptables –X
#iptables –Z
Define policy for chain rules
Usage:
# iptables [-t tables] [-P] [INPUT, OUTPUT, FORWARD, PREROUTING, OUTPUT, POSTROUTING]
[ACCEPT, DROP]
-P: Set the policy for the chain to the given target.
INPUT: For packets coming into the EM-1240-LX.
OUTPUT: For locally-generated packets.
FORWARD: For packets routed out through the EM-1240-LX.
PREROUTING: To alter packets as soon as they come in.
POSTROUTING: To alter packets as they are about to be sent out.
Examples:
#iptables –P INPUT DROP
#iptables –P OUTPUT ACCEPT
#iptables –P FORWARD ACCEPT
#iptables –t nat –P PREROUTING ACCEPT
#iptables –t nat –P OUTPUT ACCEPT
#iptables -t nat –P POSTROUTING ACCEPT
In this example, the policy accepts outgoing packets and denies incoming packets.
Append or delete rules:
Usage:
# iptables [-t table] [-AI] [INPUT, OUTPUT, FORWARD] [-io interface] [-p tcp, udp, icmp,
all] [-s IP/network] [--sport ports] [-d IP/network] [--dport ports] –j [ACCEPT. DROP]
-A: Append one or more rules to the end of the selected chain.
-I: Insert one or more rules in the selected chain as the given rule number.
-i: Name of an interface via which a packet is going to be received.
-o: Name of an interface via which a packet is going to be sent.
-p: The protocol of the rule or of the packet to check.
-s: Source address (network name, host name, network IP address, or plain IP
address).
--sport: Source port number.
-d: Destination address.
--dport: Destination port number.
-j: Jump target. Specifies the target of the rules; i.e., how to handle matched packets.
For example, ACCEPT the packet, DROP the packet, or LOG the packet.
Examples:
Example 1: Accept all packets from lo interface.
# iptables –A INPUT –i lo –j ACCEPT
Example 2: Accept TCP packets from 192.168.0.1.
# iptables –A INPUT –i eth0 –p tcp –s 192.168.0.1 –j ACCEPT
Example 3: Accept TCP packets from Class C network 192.168.1.0/24.
# iptables –A INPUT –i eth0 –p tcp –s 192.168.1.0/24 –j ACCEPT
4-6
Содержание
- Em 1240 lx user s manual 1
- Fifth edition february 2009 1
- Www moxa com product 1
- Copyright notice 2
- Disclaimer 2
- Em 1240 lx user s manual 2
- Technical support contact information www moxa com support 2
- Trademarks 2
- Table of contents 3
- Introduction 5
- Overview 6
- Package checklist 6
- Product features 6
- Hardware specifications 7
- Product specifications 7
- Software specifications 8
- Appearance 9
- Em 1240 embedded module development kit 9
- Em 1240 lx user s manual introduction 9
- Hardware block diagram 9
- Em 1240 development kit 10
- Em 1240 embedded module 10
- Em 1240 lx user s manual introduction 10
- Dimensions 11
- Installing the em 1240 lx 11
- Led indicators 12
- Wiring requirements 12
- Connecting data transmission cables 13
- Connecting the power 13
- Connecting to the network 13
- Grounding the em 1240 lx 13
- Connecting to a serial device 14
- Serial console port 14
- Additional functions 15
- Internal sd socket 15
- Reset button 15
- Real time clock 16
- Getting started 17
- Connecting the em 1240 lx to a pc 18
- Console port 18
- Powering on the em 1240 lx 18
- Telnet 19
- Configuring the ethernet interface 20
- Developing your applications 22
- Installing a secure digital sd memory card 22
- Compiling hello c 23
- Installing the em 1240 lx tool chain 23
- Uploading hello to the em 1240 lx 24
- Running hello on the em 1240 lx 25
- Make file example code 26
- Software package 27
- Em 1240 lx software architecture 28
- Journaling flash file system jffs2 29
- Em 1240 lx software package 30
- Configuring the em 1240 lx 32
- Enabling and disabling daemons 33
- How to enable disable etc inittab www server 33
- How to enable disable telnet ftp server 33
- How to enable network time protocol 33
- How to update the system time periodically with network time protocol 33
- Adding a web page 34
- Iptables 34
- Observe and erase chain rules 36
- Append or delete rules 37
- Define policy for chain rules 37
- Enabling nat at bootup 38
- Nat example 38
- Configuring dial in dial out service 39
- Configuring pppoe 39
- Connect using a modem 39
- Dial in service 39
- Dial out service 39
- Direct cable connection 39
- Dynamic driver module load unload 40
- How to mount a remote nfs server 40
- Upgrading the kernel 41
- Upgrading the root file system user directory 42
- Autostarting user applications on bootup 43
- Checking the kernel and root file system versions 43
- Loading factory defaults 43
- Em 1240 lx device api 44
- Buzzer 45
- Rtc real time clock 45
- Uart interface 45
- Api list 46
- Moxa gpio api 46
- How to use the gpio 47
- Gpio library source code 48
- Limits 48
- A system commands 52
- Editor 52
- File manager 52
- System commands 52
- Μclinux normal command utility collection 52
- Moxa special utilities 53
- Network 53
- Process 53
- B snmp agent with mib ii rs 232 like group 54
- Snmp agent with mib ii rs 232 like group 54
- C em 1240 lx faq 57
- Em 1240 lx faq 57
Похожие устройства
- Moxa EM-1220-LX Руководство по аппаратной части
- Carku E-Power-40B Инструкция по эксплуатации
- Moxa EM-1220-LX Руководство по быстрой установке
- Moxa EM-1220-LX Технические характеристики
- Moxa EM-1220-LX Руководство по работе с утилитой Moxa Device Manager
- Moxa EM-1220-T-LX Инструкция по эксплуатации
- Moxa EM-1220-T-LX Руководство по аппаратной части
- Moxa EM-1220-T-LX Технические характеристики
- Moxa EM-1220-T-LX Руководство по быстрой установке
- Moxa EM-1220-T-LX Руководство по работе с утилитой Moxa Device Manager
- Moxa EM-1240-LX Инструкция по эксплуатации
- Moxa EM-1240-LX Руководство по аппаратной части
- Moxa EM-1240-LX Технические характеристики
- Moxa EM-1240-LX Руководство по быстрой установке
- Moxa EM-1240-LX Руководство по работе с утилитой Moxa Device Manager
- Moxa EM-1240-T-LX Инструкция по эксплуатации
- Moxa EM-1240-T-LX Технические характеристики
- Moxa EM-1240-T-LX Руководство по аппаратной части
- Moxa EM-1240-T-LX Руководство по быстрой установке
- Moxa EM-1240-T-LX Руководство по работе с утилитой Moxa Device Manager