IP alias해놓은 서버에서 다른 서버로 해당 IP alias를 변경할때

rokmn3309의 이미지

안녕하세요..
서버를 다음과 같이 구성해서 A server에서 서비스를 하다가 서버점검시에 B server로 웹이 접속하게 할려고 합니다.

정상 서비스시.
A server 
eth0          2xx.1xx.1xx.201
eth0:0        2xx.1xx.1xx.200   ==> www.aaa.com

B server
eth0          2xx.1xx.1xx.202

점검시.
A server 
eth0          2xx.1xx.1xx.201

B server
eth0          2xx.1xx.1xx.202
eth0:0        2xx.1xx.1xx.200   ==> www.aaa.com

그런데 문제가 B server에서 ifconfig eth0:0 2xx.1xx.1xx.200 up 으로
올리면은 (물론 A server 의 eth0:0은 내렸고요). 허브내부단에서는
해당 사이트로 잘 접속이 되는데 외부에서는 접속이 안됩니다.
물론 ping도 안나가고요..
gateway 설정과 ifcfg-eth0파일, netstat nr로 본 내용은 두대다 동일했습니다.
다만 B server의 ifcfg-eth0에 HWADDR값이 들어가 있는게 차이점이 있었습니다.

제 기억으로는 첨에 할때는 잘 동작했던걸로 아는데 몇번 점검시간에 안되어서 허브를 재시작(파워오프가 아니라)해줬는데 그때도 약 한시간 정도 지나면 되었는데 , 오늘은 그정도 되었는데도 여전히 안되어서 질문하게 되었습니다

다즐링의 이미지

게이트웨이 ( 라우터 ) 의 arp 캐슁 때문에 그럴꺼 같습니다.

라우터 접속권한이 있다면 arp 를 새로 올려주시면 될껍니다.

------------------------------------------------------------------------------------------------
Life is in 다즐링

rokmn3309의 이미지

라우터는 IDC센터에서 관리하는데 , 서버측에서 라우터의 arp캐슁을
변경시킬 방법이 있을까요?

wariua의 이미지

arping -A ...로 가능할 수도 있습니다. 대략 arp 응답 패킷을 뿌려주는 건데, 라우터가 그걸 보고서 arp 캐시를 업데이트 할 수도 있습니다.

# arping -A -I eth0 2xx.1xx.1xx.200

정도가 되나봅니다.

$PWD `date`

rokmn3309의 이미지

send_arp가 있는 프로그램 설치해준후
send_arp [해당ip] [해당서버MacAddress] [BroadCast ip] ff:ff:ff:ff:ff:ff 해주니 잘동작하는군요...

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.