달력

22025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
 

추가 NIC 설정

 

IP : 192.168.253.255 / 255.255.255.0

/etc/hosts, /etc/hostname.e1000g1, /etc/netmasks

=============================================================
ifconfig <디바이스명> plumb

ifconfig <디바이스명> <IP> netmask 255.255.255.0 broadcast + up

ifconfig -a

route add default <게이트웨이>

=============================================================
수동으로 입력 후 설정 수정

 

1. /etc/hosts 수정

   - IP : 192.168.253.255 / hostname : nic2

<수정전>

127.0.0.1        localhost

192.168.253.250        banggucha        loghost

 

<수정후>

127.0.0.1        localhost

192.168.253.250        banggucha        loghost

192.168.253.255        nic2

 

2. /etc/hostname.<디바이스명>

/etc/hosts에 추가한 호스트명 입력

nic2 추가

 

3. /etc/netmasks 수정

<수정전>

192.168.253.250                255.255.255.0

 

<수정후>

192.168.253.250                255.255.255.0

172.168.253.250                255.255.255.0

 

4. /etc/defaultrouter 수정

게이트 웨이가 중복 존재 시 수정

 

5. 인터페이스 up/down

ifconfig <디바이스명> down

ifconfig <디바이스명> up

 

###### 재 부팅 시 설정 파일 ######

/etc/hosts

/etc/hostname.<디바이스>

/etc/netmasks

/etc/defaultrouter

/etc/nsswitch.conf

/etc/resolv.conf

##################################

 

=============================================================
수동 설정

 

-기본값으로 UP / DOWN

 

#ifconfig eth0 plumb (사용)

#ifconfig eth0 up

#ifconfig eth0 down

#ifconfig eth0 unplumb(사용안함)

 

-값을 지정하여 올리기

#ifconfig hem0 inet 200.200.200.200 netmask 255.255.255.0 broadcast 100.100.100.255 up

#/usr/sbin/route add net 10.0.0.0/8 172.24.65.1 1

#/usr/sbin/route add net 172.16.0.0/12 172.24.65.1 1

#/usr/sbin/route add net 192.168.0.0/16 172.24.65.1 1

 

3. ndd 사용

hme: (ifconfig 로 정보확인)

# ndd -set /dev/hme instance 0

# ndd -set /dev/hme adv_100fdx_cap 1

# ndd -set /dev/hme adv_autoneg_cap 0


'Unix > Solaris' 카테고리의 다른 글

[Tip] Solaris 9 SPARC Install  (0) 2010.11.18
[Tip] Solaris 인터넷 설정  (0) 2010.09.27
[Tip] Solaris Recommended Patch  (0) 2010.07.13
[Tip] Solaris 네트워크 설정  (0) 2010.07.13
[Tip] Solaris SSH / Telnet 활성화  (0) 2010.05.31
Posted by 짜꾸미의골골몽
|