This file is indexed.

/usr/share/doc/HOWTO/ja-txt/iptables-1pt-memo.txt is in doc-linux-ja-text 2006.05.25-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
iptables �ꔭ����

�R�X�_�K

h-yamamo@db3.so-net.ne.jp

v0.1, 24 April 2002

����������������������������������������������������������������������

�p�P�b�g�t�B���^�����O�Ƃ� NAT �Ƃ��̕����F�X���邯�ǁA����Ȃ̖ʓ|����
���ēǂ�ł��邩��!! �Ƃ���*���Ȃ�*�Ɂwiptables �ꔭ�����x�������肵
�܂��B�ł͂��������A

# �}�X�J���[�h

iptables -t nat -A POSTROUTING -s 192.168.0.0/16 -o ppp0 -j MASQUERADE 

# �t�B���^�����O

iptables -A INPUT -i ppp0 -m state --state NEW,INVALID -j DROP         
iptables -A FORWARD -i ppp0 -m state --state NEW,INVALID -j DROP       

# �p�X MTU ����� (*1)

iptables -A FORWARD -o ppp0 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

����� ADSL �ڑ����� Linux 2.4 �̃t�@�C�A�E�H�[���E���[�^�̕K�{�ݒ�f�`
�X!?

���Ƃ͂��Ȃ��̃Z���X�ŃA�����W����̂����V�B

�f�B�X�g���r���[�V�����ɂ���Đݒ���@(�ݒ�t�@�C����)�͐F�X�ł��傤��
�ǁA�v�� ppp0 �� UP ����O�ɁA�����̃��[�����ݒ肳��Ă��邱�Ƃł��B

�����A�ڂ������Ƃ��m�肽���Ȃ����� JF �̃h�L�������g�ǂ�ł��������� :)

�ELinux 2.4 NAT HOWTO (�ڍא����ӏ� )              
�ELinux 2.4 Packet Filtering HOWTO (�ڍא����ӏ� ) 
�Enetfilter/iptables FAQ                           
�ELinux IP Masquerade HOWTO                        
�E�l�b�g���[�N�S����                               

(*1)                                                                   
�E@IT�Ђ̋L��                                                          
�ENetfilter Extensions HOWTO (�ڍא����ӏ� ) # �܂����{��󂪂���܂���
�B*���Ȃ�*���|�󂵂Ă݂܂���!!