1 / 5

Network Interface 설정방법

Network Interface 설정방법. Network Interface. 1. Interface 의 종류. 1). SPARC System.

glenda
Télécharger la présentation

Network Interface 설정방법

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Network Interface 설정방법

  2. Network Interface 1. Interface의 종류 1). SPARC System scman SUNW,scman Sun Fire 15K management network device driverbge SUNW,bge Gigabit Ethernet driver for Broadcom BCM5704 ce Cassini Gigabit-Ethernet device driver dman SUNW,dman Sun Fire 15K management network device driver dmfe Davicom Fast Ethernet driver for Davicom DM9102A eri eri Fast-Ethernet device driver ge GEM Gigabit-Ethernet device driver hme SUNW,hme Fast-Ethernet device driver idn inter-domain network device driver le Am7990 (LANCE) Ethernet device driver qfe SUNW,qfe Quad Fast-Ethernet device driver

  3. Network Interface 1. Interface의 종류 2). X86 System spwr SMC EtherPower II 10/100 (9432) Ethernet device driver dnet Ethernet driver for DEC 21040, 21041, 21140 Ethernet cards e1000g Intel Gigabit, 82542, 82543, 82544, 82540 based NICs elx 3COM EtherLink III Ethernet device driver elxl 3Com Ethernet device driver ieef Intel Ethernet device driver iprb Intel 82557, 82558, 82559 controlled NICs pcn AMD PCnet Ethernet controller device driver sk98sol SysKonnect Gigabit Ethernet SK-98xx device driver

  4. Network Configuration 2. Network 설정 1) Network 설정방법 Network 설정에는 6가지의 file을 설정해 주어야 한다. 1. /etc/hosts 128.134.83.36 sun02 loghost ; IP address와 hostname을 정의해 준다. 2. /etc/defaultrouter 128.134.83.126 ; Gateway 주소를 적어준다. 3. /etc/netmasks 128.134.83.0 255.255.255.128 ; Network address와 subnet mask를 적어준다. 4. /etc/resolv.conf nameserver 168.126.63.1 ; nameserver IP와 domain을 적어준다. domain ns.kornet.co.kr 5. /etc/nsswitch.conf hosts: files dns ; 이 line에 dns라고 적어준다. 6. /etc/hostname.pcn0 sun02

  5. Network Configuration 2. Network 설정 2) Network Interface 설정방법 sun02와 sun03 모두 hme0 interface를 기본적으로 가지고 있다. hme interface를 예로 들어 설명해 보면... sun02[/]# ifconfig hme0 plumb ;hme0 open sun02[/]# ifconfig hme0 unplumb ;hme0 close sun02[/]# ifconfig hme0 128.134.83.36 netmask 255.255.255.128 up ; hme0에 128.134.83.36 IP address를 부여하고 subnet은 255.255.255.128로 잡는다. 그리고 interface를 up 시킨다. sun02[/]# ifconfig hme0

More Related