Onno W. Purbo onno@indo.net.id Ethernet di Linux Onno W. Purbo onno@indo.net.id.

Slides:



Advertisements
Similar presentations
Drivers and the kernel1-1 Drivers and the kernel UNIX system has three layers: m The hardware m The operating system kernel m The user-level programs Kernel.
Advertisements

Linux IP Masquerade Onno W. Purbo
DHCP -Ameeta and Haripriya -cmsc 691x. DHCP ► Dynamic Host Configuration Protocol ► It controls vital networking parameters of hosts with the help of.
Linux Boot Loaders. ♦ Overview A boot loader is a small program that exists in the system and loads the operating system into the system’s memory at system.
Booting and Shuting Down WeeSan Lee. Roadmap Bootstrapping Boot Loaders Startup/Init Scripts Reboot & Shutdown Q&A.
PXE netboot installation of Linux/SuSE
CIS238/DL1 Chapter 15 Rebuilding the Linux Kernel Preparing the Source Code Locating the Source Code Installing the Source Code Read the Documentation.
Linux+ Guide to Linux Certification, Second Edition
Linux network troubleshooting If your network connection is not working..
Linux Boot Up Process Bootstrapping –Bootstrapping is the standard term for “ starting up a computer”. During bootstrapping, the kernel is loaded into.
Introduction to Linux device driver 潘仁義. The role of device driver Flexible Mechanism? Policy? 只提供存取硬體的能力,而不加諸任何限制 介於『應用程式』與『硬體裝置』的軟體層 功能性 ? 簡潔性 ?
Build Linux Kernel, Add a New System Call to Linux Young Chi-Min
Project 0: Linux & VM Dabbling CS-502, Fall Project 0: Linux & Virtual Machine Dabbling CS-502, Operating Systems.
Add a New System Call to Linux. Hw1 Add a New System Call to Linux and Compile Kernel Add a New System Call to Linux by Kernel Module.
Chapter 9 Extra Topics. The Kernel Core of the operating system Similar to UNIX kernel Originally developed and still controlled by Linus Torvalds uname.
Linux Setting up your network. Basic Approaches Configure during installation –Disadvantage -> not able to redo easily –Advantage-> holds your hand Configure.
Module 9 - Networking. 1.Network Concepts and Commands 2.Network Files 3.Network Services 4.Configure a network device 5.Network File-System (NFS & CIFS)
Hardening Linux for Enterprise Applications Peter Knaggs & Xiaoping Li Oracle Corporation Sunil Mahale Network Appliance Session id:
Operating Systems Lab. (#2) University of Tehran – ECE Dept. Fall 2005 Reza Shokri
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
GNU/Linux Fundamentals Part 3
Linux Network Setup.
Modifying Network Packet Buffering in Network Layer CS518 Final Presentation and Instruction Guide Li Zhang.
Embedded Linux porting Kernel
System Administration and Basic Functionality Version 4.0 – September 2007 Q-Advisor Quick Start.
1 How to Enable IPv6 in Your Subnet Quincy Wu March 10, 2004.
LOGO Linux Installation. Linux Distribution Including shells, libraries, tools, compiler, servers, applications. Redhat, Fedora, Mandrake, SuSE, Debian,
Network Installation Objectives –Manage linux installation from network install server Contents –Preparing for a network installation –Setting up the install.
Server Hardening by Shad Rich ISQS 6342 Spring 2004.
Linux Network Configuration Linux System Administration /etc/resolv.conf Tells the kernel which name server should be queried when a program asks to "resolve"
Linux System Configuration and Administration Lecture 6: Linux Configuration and Administration 1.
Linux Exposed (Unofficial guide to kernel hacking)
RTL8712(8188_8191_8192SU) USB Linux Driver Quick Installation Guide
RTL8192C USB Linux Driver Quick Installation Guide
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
INFSO-RI Enabling Grids for E-sciencE Installation of an APT+kickstart server Giuseppe Platania INFN Catania EMBRACE Tutorial Clermont-Ferrand,
實驗二 Linux 下網路驅動程式追蹤 教師: 助教: 1998/10/19 High Speed Network Lab. Department of Computer Information Science, NCTU.
Linux Setting up your network. Basic Approaches Configure during installation –Disadvantage -> not able to redo easily –Advantage-> holds your hand Configure.
Linux Routing. Why use Linux as a router? Its cheap. Linux has low hardware requirements. A properly configured P166 Mhz computer would have no problems.
Hp education services education.hp.com hp education services education.hp.com 1 HP World/Interex 2002 Linux Kernel Configuration and Patching Chris Cooper.
Network Configuration. NAT Mode, disable DHCP server.
7200 Samsung Confidential & Proprietary Information Copyright 2006, All Rights Reserved. 1/7 OfficeServ 7200 Enterprise IP Solutions Data Server S/W Upgrade.
LOGO Linux Installation. Linux Distribution Including shells, libraries, tools, compiler, servers, applications. Redhat, Fedora, Mandrake, SuSE, Debian,
實驗三 Linux 網路協定程式追蹤 教師: 助教:. 2 Outline Why Linux ? Linux 核心的內部 Linux 開機始末 實驗步驟.
1 Setup and Compile Linux Kernel Speaker: Yi-Ji Jheng Date:
MREPO: Yum/Apt repository kickstart installation via PXE GIUSEPPE PLATANIA INFN Catania I Corso di formazione INFN.
Spring 2007 Vmware and Linux kernel COMS W4118 Columbia University.
Rebuilding Linux Kernel Dedicated to penguin lovers everywhere 26 September 20161Rebuilding kernel by Visakh M R.
LINUX Network Concepts M.S.Dibay Moghaddam Second Linux Festival Amir Kabir University of Technology Computer & IT Department.
Add a New System Call to Linux
Onno W. Purbo Ethernet di Linux Onno W. Purbo
Chapter 12: Configuring Networks
Linux network troubleshooting
Chap-I Network and System Configuration in Linux
System Programming and administration CS 308
Onno W. Purbo WaveLAN untuk WARNET Onno W. Purbo
Chapter 22 Web Hosting and Internet Servers
DHCP server & Client Objectives Contents
Drivers and the kernel UNIX system has three layers: Kernel
Linux Network Configuration
IP Network Layer and Ethernet Encapsulation
Network Bonding (aka trunking, link aggregation)
VLAN Theory and Implementation
COP 4343 Unix System Administration
Module 12 Network Configuration
Introduction to Linux device driver
Linux Operation System
Operating System Kernel Compilation
Onno W. Purbo ddclient in Linux Onno W. Purbo
Objectives Topic 2.6 Understanding the boot process
Presentation transcript:

Onno W. Purbo onno@indo.net.id Ethernet di Linux Onno W. Purbo onno@indo.net.id

Linux di COMDEX 2000

Fokus Install ethernet di kernel Aktifkan ethernet

Kompile Kernel

Kompile Kernel [root@server /]# cd /usr/src/linux/

Kompile Kernel [root@server linux]# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' /bin/sh scripts/Menuconfig arch/i386/config.in Using defaults found in .config Preparing scripts: functions, parsing .................done.

IP Masquarade ..

make kernel # make dep # make clean # make bzImage # make bzlilo # make modules # make modules_install

Output make kernel /vmlinuz /System.map Copy ke /boot Rename /vmlinuz /vmlinuz-baru

Edit /etc/lilo.conf image=/boot/vmlinuz-baru label=linux-baru read-only root=/dev/hda? append = 'ether=3,0x340,eth0'

Default boot # lilo -D linux-baru

Edit /etc/conf.modules alias eth0 ne options ne io=0x300 irq=3

Alternatif cara install eth0 # modprobe ne io=0x300 irq=3

Setting IP Address

/etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" IPADDR="192.168.1.1" NETMASK="255.255.255.0" ONBOOT="yes"

Aktifkan Network # /etc/rc.d/init.d/network restart

Cara lain-nya .. # ifconfig eth0 192.168.1.1 netmask 255.255.255.0

Setup pada RedHat