DHCP서버는 따로 운영 중일때 Bridge 모드를 활용한다.
1.무선 인터페이스 편집 (ral0)
# vi hostname.ral0
!ifconfig ral0 \
media autoselect mediaopt hostap nwid "TestAP" \
wpakey 123456789 chan 1 up
# chmod 600 /etc/hostname.ral0
2. 유선 인터페이스와 무선 인터페이스 브릿징 (ral0+rl0)
# vi /etc/hostname.bridge0
add ral0
add rl0
up
# chmod 600 /etc/hostname.bridge0
3. 네트워크 재시작
# sh /etc/netstart