[완료] 커널 컴파일 후 네트워크가 안 잡힙니다

이명수의 이미지

데비안 5.0 lenny (커널 버전 2.6.26)에서

2.6.14.6 커널 소스를 커널 컴파일해서 부팅하니까
부팅은 잘되는데
네트워크가 안잡힙니다

# ifconfig 하면
lo 루프백 정보만 뜨고
다른 인터페이스 정보는 나타나지 않습니다

역시 # ping localhost하면
루프백으로는 ping이 잘 되는데
다른 핑은 아무것도 안됩니다

그런데 같은 상황에서 똑같은 설정으로
2.6.30.1 커널 소스를 커널 컴파일해서 부팅하면
네트워크가 잘 잡힌다는 것입니다

설정도 똑같이 했는데
2.6.30.1은 네트워크도 잘 잡히고
# ifconfig 해도
eth0 정보도 뜨고 lo 루프백 정보도 뜨고
게이트웨이 ping, 외부 ping 다 잘 됩니다

왜 2.6.30.1에서는 네트워크가 잡히고
2.6.14.6에서만 네트워크가 안잡힐까요?

darkmyth의 이미지

우선적으로 #ifconfig -a 해서 디바이스가 올라 왔는지 확인해보세요

활성화 되어 있지 않다면 up시켜주면 됩니다.

이명수의 이미지

아 정말로 up하니까 바로 올라오네요^^

저는 아예 커널 커파일을 잘못한 것인지 알고
계속 커널 컴파일 설정에서만 그 원인을 찾았는데

확인해보니까 올라오긴 올라왔는데 활성화되어있지만 않았던 거네요
아 생각지도 못한 거였는데 해결해주셔서 정말로 감사드립니다

근데 왜 2.6.30.1에서는 바로 활성화가 되는데 2.6.14.6에서는 바로 활성화되지가 않을까요?
무엇인가 설정에서 빠진 것인가요?
바로 활성화될 수 있게 커널 컴파일할 수 있었으면 좋겠는데요...

darkmyth의 이미지

머가 문제가 되서 디바이스가 활성화 안되는지는

저도 잘 모르겠네요 ^-^;;

이명수의 이미지

아무튼 답변 감사했습니다

정말 큰 도움 되었어요

이명수의 이미지

# ifconfig eth0 192.168.0.3 up 실행하면 활성화되긴 하는데
부팅시에도 항상 자동으로 활성화되게 하려면 어떻게 해야 하나요?

/etc/network/interfaces 파일 내용은 다음과 같은데

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
 
# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

부팅시에도 항상 자동으로 활성화되게 하려면 어떻게 해야 하는지 알려주시면 감사하겠습니다
이명수의 이미지

# ifconfig eth0 192.168.0.3 up 실행하면 활성화되긴 하는데
부팅시에도 항상 자동으로 활성화되게 하려면 어떻게 해야 하나요?

/etc/network/interfaces 파일 내용은 다음과 같은데

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
 
# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

부팅시에도 항상 자동으로 활성화되게 하려면 어떻게 해야 하는지 알려주시면 감사하겠습니다
mach의 이미지

auto eth0
iface eth0 inet dhcp

외부 참조 : https://help.ubuntu.com/6.10/ubuntu/serverguide/ko/network-configuration.html
------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

이명수의 이미지

답변 정말 감사합니다
드디어 되네요

댓글 달기

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