Contents

Views 14732 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
/etc/sysconfig/network
-------------------------------------------------------------------
NETWORKING=yes
FORWARD_IPV4=yes
HOSTNAME=ns
GATEWAY=211.227.115.142
GATEWAYDEV=eth0
-------------------------------------------------------------------


/etc/sysconfig/network-scripts/ifcfg-eth0
-------------------------------------------------------------------
BOOTPROTO=static
BROADCAST=211.227.115.0
IPADDR=211.227.115.130
NETMASK=255.255.255.0
NETWORK=211.227.115.0
ONBOOT=yes
-------------------------------------------------------------------


/etc/sysconfig/network-scripts/ifcfg-eth1
-------------------------------------------------------------------
DEVICE=eth1
BOOTPROTO=static
BROADCAST=192.168.1.255
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
-------------------------------------------------------------------


/etc/rc.d/rc.local
-------------------------------------------------------------------
insmod ip_tables
insmod iptable_filter
insmod ip_conntrack
insmod ipt_state
insmod ipt_limit

iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to 211.227.115.130

echo "1" > /proc/sys/net/ipv4/ip_forward
-------------------------------------------------------------------


?

List of Articles
No. Category Subject Author Date Views
70 System/OS [linux] apache, php, jsp 환경설정하기.. hooni 2003.04.23 15232
69 System/OS [linux] 특수문자 환경 설정(stty) hooni 2003.04.23 15275
68 System/OS [linux] 종료와 종료코드 확인(환경변수에서) hooni 2003.04.23 15540
67 System/OS [linux] 쉘스크립트 expr hooni 2014.03.11 15618
66 System/OS [router] 설정과 기본 명령어들 모음 hooni 2013.04.23 15670
65 System/OS 라우팅 경로 결정 영향 요소 ㅋㅋ file hooni 2013.04.23 15850
64 System/OS [owasp] 10대 웹어플리케이션 보안 취약 file hooni 2013.04.23 15906
63 System/OS [windows] 원격 데스크탑(터미널 서비스) 포트 변경 hooni 2013.04.23 16305
62 System/OS [linux] 패킷 스니퍼링 hooni 2003.04.23 16315
61 System/OS [linux] 콘솔/Xwindow 에서 PC스피커 소리 없애기 hooni 2003.04.23 16352
60 System/OS [linux] 메타(기호)문자의 의미와 사용 hooni 2003.04.23 16383
59 System/OS [linux] 네트워크 커널 설정.. hooni 2003.04.23 16470
Board Pagination Prev 1 ... 7 8 9 10 11 12 13 14 15 16 17 Next
/ 17