Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
| 29 | 30 | 31 |
Tags
- AppBar
- Networking
- navigator
- Flutter 앱 배포
- Row
- Load Image
- 반석천
- MainAxisAlignment
- flutter
- Hello World
- Scaffold
- node.js
- CrossAxisAlignment
- listview
- Cached Image
- Flutter Tutorial
- Flutter 강좌
- InkWell
- Flutter Example
- ListTile
- WillPopScope
- sqlite
- Flutter 예제
- FutureBuilder
- ListView.builder
- Column Widget
- HTTP
- Row Widget
- Image.network
- Snackbar
Archives
- Today
- Total
꿈꾸는 시스템 디자이너
Ubuntu에서 고정ip 사용하기 본문
1. 랜카드 정지
$> ifdown eth0
2. ip설정
$>vim /etc/network/interfaces
임베디드 장비와 통신할때에는 address와 netmask 항목만 수정하면 된다.
3. 랜카드 살리기
$> ifup eth0
4. 연결 재시작
$> /etc/init.d/networking restart
$> ifdown eth0
2. ip설정
$>vim /etc/network/interfaces
| auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 # network 192.168.0.0 # broadcast 192.168.0.255 # gateway 192.168.0.1 # dns-nameservers 168.126.63.1 168.126.63.2 |
임베디드 장비와 통신할때에는 address와 netmask 항목만 수정하면 된다.
3. 랜카드 살리기
$> ifup eth0
4. 연결 재시작
$> /etc/init.d/networking restart
'Development > Linux & Ununtu' 카테고리의 다른 글
| 우분투(Ubuntu)에서 ncurses 라이브러리 설치하는 방법 (0) | 2011.12.27 |
|---|---|
| Ubuntu에서 nfs설정하기 (1) | 2009.08.02 |
| Virtualbox를 이용한 임베디드 개발환경 설정 (0) | 2009.08.02 |
| 우분투에 임베드디 개발환경 구성 (0) | 2009.07.31 |
| Ubuntu의 .profile 위치 (0) | 2009.07.30 |
Comments