데비안 브로드 캐스트 통신 설정 질문입니다.

Submitted by linuxser on 2010.04.07.(Wed) - 11:27
Forums

/etc/network/interfaces 설정 내용입니다.

auto eth0 
iface eth0 inet static 
  address 10.20.20.6 
  netmask 255.255.255.0 
  broadcast 10.20.20.255 


ifconfig 확인 내용

eth0 	Link encap:Ethernet HWaddr 00:15:17:c5:95:49 
 	inet addr:10.20.20.6 Bcast:10.20.20.255 Mask:255.255.255.0 
	UP BROADCAST MULTICAST MTU:1500 Metric:1 
	RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
	TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
	collisions:0 txqueuelen:1000 
	RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) 
	Memory:b1c00000-b1c20000 


route 값

Kernel IP routing table 
Destination 	Gateway 	Genmask 	Flags Metric Ref 	Use Iface 
10.20.20.0      * 		255.255.255.0 	U 	0 	0 	0    eth0 
172.16.0.0      * 		255.255.0.0 	U 	0 	0 	0    vmbr0 
default     172.16.2.33 	0.0.0.0 	UG 	0	0 	0    vmbr0


IP 설정값은 인식되어 있습니다.
한데 링크가 안살고 있습니다. 물론 케이블 연결도 잘 되어 있습니다.
CentOS 는 게이트 웨이 없이 설정해도 잘 브로드 캐스트 통신이 잘되는데 데비안은 다른 설정 값을 바꿔 줘야 하나요?
데비안 사용이 처음이라 이것 저것 해봐도 안되어 질문드립니다.