윈도우에서 IP 셋팅하는 방법 좀

ironiris의 이미지

리눅스에서는
eth0 이 있으면
ifconfig eth0:0 192.168.1.1
이런 식으로 ip를 더 넣어서 eth0 이 어떠한 ip로 잡혔던건간에 192.168.1.1 로 접근이 가능한데...

윈도우는 이런 방식으로 쓸수 없을까요?
특히 윈도우에 포함된 netsh 라는 프로그램으로 해결할수 있으면 더 좋겠습니다.
잘안되는 것이 기본 ip는 dhcp로 하고 alias로 특정 ip를 지정하는 것입니다.

다시 읽어봐도 그리 감이 안오게 적었네요.
----------------
1. 운영체제는 윈도우XP
2. 랜카드는 한개
3. 현재 DHCP로 설정되어있음.
4. DHCP를 유지하면서 새로운 IP를 하나 더 넣을수 있는 방법??
5. 가능하면 윈도우에 내장된 netsh 프로그램으로??

수고하세요~

송효진의 이미지

윈도에는 ip alias 기능이 없습니다.

emerge money

ironiris의 이미지

예.. 그렇군요. 다른 방법을 알아봐야겠습니다.
감사합니다~

autofolder의 이미지

인터넷 등록정보에서 "고급"에서 IP 추가하실수있습니다.
근데 DHCP 랑 고정IP 랑 함께 하는건 안되는거 같네요.

왜사냐건 웃지요 ^^

익명 사용자의 이미지

리눅스의 IP ALIAS 기능은 윈도우즈에서는 netsh 이라는 명령을 사용하면 됩니다.
예를 들어 하나의 랜카드에 다섯개의 주소를 줄려면,
명령창에서 #netsh netsh>interface ip netsh interface ip> add address "로칼 연결" addr=192.168.0.100 gateway=192.168.0.1 mask=255.255.255.0 gwmetric=1
netsh interface ip> add address "로칼 연결" 192.168.0.101 255.255.255.0
...
netsh interface ip> add address "로칼 연결" 192.168.0.105 255.255.255.0 이런식으로 추가하면 됩니다.

잘 모르면 netsh help 명령을 보면 되고, 설정된 결과를 보려면 명령어 창에서 ipconfig /all 이라고 치면 됩니다.

송효진의 이미지

안타깝게도 위에 설명된 GUI 메뉴와 같은 기능이군요.
설정하면 DHCP 설정이 빠져버립니다.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇개 안되요~

댓글 달기

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