pxe로 os설치 중에 질문입니다.

dopekly의 이미지

centos 4.4 서버 1대에 eth0,1,2 이렇게 3개의 물리적 인터페이스가 있습니다.
그리고 eth1,2에서 각각 장비가 물려 있습니다. (둘다 똑같은 h/w의 1u 서버 입니다.)

eth0-- public ip
eth1-- private ip (192.168.0.1) -- eth0 (192.168.0.2)
eth2-- private ip (192.168.1.1) -- eth0 (192.168.1.2)

eth1,eth2는 iptables에서 masquerade로 설정하였습니다.

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
#---eth1---
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.2 -j SNAT --to aaa.aaa.aaa.aaa
iptables -t nat -A PREROUTING -i eth0 -d 192.168.0.1 -j DNAT --to 192.168.0.2
#---eth2---
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.2 -j SNAT --to aaa.aaa.aaa.aaa
iptables -t nat -A PREROUTING -i eth0 -d 192.168.1.1 -j DNAT --to 192.168.1.2

그리고 iptables INPUT, OUTPUT의 젤 위에 eth1,2는 무조건 accept로 해놨습니다.

dhcpd.conf는 shared-network으로 설정해 놓았습니다.

shared-network pxe-boot {
option domain-name-servers xxx.xxx.xxx.xxx;

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
}
host aaa {
hardware ethernet 00:C0:9F:1F:xx:xx;
fixed-address 192.168.0.2;
filename "linux-install/pxelinux.0";
}

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
}
host bbb {
hardware ethernet 00:C0:9F:1F:xx:xx;
fixed-address 192.168.1.2;
filename "linux-install/pxelinux.0";
}
}

그리고 /etc/xinetd.d/tftp 에서도 rpm (tftp-server) 으로 깔린 default 설정으로 전혀 건드리지 않았습니다. disable만 바꿨습니다. no로. 물론 설정 변경 후 xinetd도 재시작 했구요.

service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}

/tftpboot 이하는 완벽합니다. /etc/hosts.allow 도 확실합니다.--

그런데.. 중요한건 위와 같이 설정해서 OS를 PXE로 설치 하는데 eth2만 제대로 dhcp를 받아서 tftp를 통하여 정상적으로 되는데 eth1은 dhcp도 받지를 않습니다.

근데.. dhcpd.conf에서

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option domain-name-servers xxx.xxx.xxx.xxx;
}
host aaa {
hardware ethernet 00:C0:9F:1F:xx:xx;
fixed-address 192.168.0.2;
filename "linux-install/pxelinux.0";
}

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option domain-name-servers xxx.xxx.xxx.xxx;
}
host bbb {
hardware ethernet 00:C0:9F:1F:xx:xx;
fixed-address 192.168.1.2;
filename "linux-install/pxelinux.0";
}

요렇게 해 놓으면 둘다 dhcp를 받아가긴하는데.. eth1 만 여전히 tftp로 파일을 못 받아가고..
tftp가 전혀 진행이 안됩니다. 16진수 파일 찾는 것 까지도 진행이 안됩니다.
그냥 dhcp 받고 boot file이 없다고만 하고 땡입니다.

그렇다고 서버쪽 클라이언트쪽 h/w적으로 이상있는것은 아닙니다. eth1혼자만 인터페이스 띄우고 dhcp 띄우고 돌리면 받아 갑니다.

왜 그럴까요?? 어떻게 잘못되었는지 도무지 모르겠습니다. ㅡㅡ; 그리고 shared network 설정은 첨 해봤는데 위에 대로 하면 되는지..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.