>> Edit article
이름
제목
패스워드
레드햇 7.1 깔구 커널 2.4.4로 업그레이드하고 iptables를 사용해서 매스커레이딩을 하려는데, 클라이언트(윈2000)에서 외부로 못나갑니다. 리눅스박스와 윈도우는 더미허브로 연결되어져 있습니다. 대충의 상태가 아래로 쭉 나갑니다... 좀 길지만 어디가 틀린건지 봐주시와요... 리눅스에서의 상태는 아래와 같습니다. [root@s210-94-77-158 moon]# /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:50:BF:5F:97:03 inet addr:210.94.77.158 Bcast:210.94.77.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:152 errors:0 dropped:0 overruns:0 frame:0 TX packets:23 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 Interrupt:15 Base address:0x2000 eth1 Link encap:Ethernet HWaddr 00:E0:29:60:DF:12 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:157 errors:0 dropped:0 overruns:0 frame:0 TX packets:165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 Interrupt:10 Base address:0x4000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 [root@s210-94-77-158 moon]# 아울러 아래 두 명령행이 에러없이 실행된 상태입니다. /usr/local/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE echo "1" > /proc/sys/net/ipv4/ip_forward 여기서부턴 윈도우 상태... 리눅스박스내부의 eth0과 eth1의 주소로 ping 날리면 잘됩니다. 텔넷 접속도 되구요. 근데 외부로 나가려면 안되네요. C:>ipconfig /all Windows 2000 IP Configuration Host Name . . . . . . . . . . . . : moon Primary DNS Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Broadcast IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter 로컬 영역 연결: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek RTL8029(AS) PCI Ethernet Adapter Physical Address. . . . . . . . . : 00-00-21-E9-1B-3A DHCP Enabled. . . . . . . . . . . : No IP Address. . . . . . . . . . . . : 192.168.0.2 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.1 DNS Servers . . . . . . . . . . . : 210.117.65.1 210.117.65.2 C:>ping 192.168.0.1 Pinging 192.168.0.1 with 32 bytes of data: Reply from 192.168.0.1: bytes=32 time<10ms TTL=255 Reply from 192.168.0.1: bytes=32 time<10ms TTL=255 Reply from 192.168.0.1: bytes=32 time<10ms TTL=255 Reply from 192.168.0.1: bytes=32 time<10ms TTL=255 Ping statistics for 192.168.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms C:>ping 210.94.77.158 Pinging 210.94.77.158 with 32 bytes of data: Reply from 210.94.77.158: bytes=32 time<10ms TTL=255 Reply from 210.94.77.158: bytes=32 time<10ms TTL=255 Reply from 210.94.77.158: bytes=32 time<10ms TTL=255 Reply from 210.94.77.158: bytes=32 time<10ms TTL=255 Ping statistics for 210.94.77.158: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms C:>ping 210.125.126.161 Pinging 210.125.126.161 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 210.125.126.161: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms C:> 여기서부터는 제가 2.4.4 커널 컴파일 할 때 적용된 옵션인데, 처음 해보는 거라 여기서도 문제가 있을 것 같아서 같이 올립니다. 보시고 잘못된 부분 있으면 알려주세요. [root@s210-94-77-158 linux]# make oldconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) /bin/sh scripts/Configure -d arch/i386/config.in # # Using defaults found in .config # * * Code maturity level options * Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [N/y /?] * * Loadable module support * Enable loadable module support (CONFIG_MODULES) [Y/n/?] Set version information on all module symbols (CONFIG_MODVERSIONS) [N/y/?] Kernel module loader (CONFIG_KMOD) [Y/n/?] * * Processor type and features * Processor family (386, 486, 586/K5/5x86/6x86/6x86MX, Pentium-Classic, Pentium-MM X, Pentium-Pro/Celeron/Pentium-II, Pentium-III, Pentium-4, K6/K6-II/K6- III, Athl on/Duron/K7, Crusoe, Winchip-C6, Winchip-2, Winchip-2A/Winchip-3, CyrixIII/C3) [ Pentium-Classic] defined CONFIG_M586TSC Toshiba Laptop support (CONFIG_TOSHIBA) [N/y/m/?] /dev/cpu/microcode - Intel IA32 CPU microcode support (CONFIG_MICROCODE) [N/y/m/ ?] /dev/cpu/*/msr - Model-specific register support (CONFIG_X86_MSR) [N/y/m/?] /dev/cpu/*/cpuid - CPU information support (CONFIG_X86_CPUID) [N/y/m/?] High Memory Support (off, 4GB, 64GB) [off] defined CONFIG_NOHIGHMEM Math emulation (CONFIG_MATH_EMULATION) [N/y/?] MTRR (Memory Type Range Register) support (CONFIG_MTRR) [Y/n/?] Symmetric multi-processing support (CONFIG_SMP) [N/y/?] APIC and IO-APIC support on uniprocessors (CONFIG_X86_UP_IOAPIC) [Y/n/?] * * General setup * Networking support (CONFIG_NET) [Y/n/?] SGI Visual Workstation support (CONFIG_VISWS) [N/y/?] PCI support (CONFIG_PCI) [Y/n/?] PCI access mode (BIOS, Direct, Any) [Any] defined CONFIG_PCI_GOANY PCI device name database (CONFIG_PCI_NAMES) [Y/n/?] EISA support (CONFIG_EISA) [N/y/?] MCA support (CONFIG_MCA) [N/y/?] Support for hot-pluggable devices (CONFIG_HOTPLUG) [N/y/?] System V IPC (CONFIG_SYSVIPC) [Y/n/?] BSD Process Accounting (CONFIG_BSD_PROCESS_ACCT) [Y/n/?] Sysctl support (CONFIG_SYSCTL) [Y/n/?] Kernel core (/proc/kcore) format (ELF, A.OUT) [ELF] defined CONFIG_KCORE_ELF Kernel support for a.out binaries (CONFIG_BINFMT_AOUT) [N/y/m/?] Kernel support for ELF binaries (CONFIG_BINFMT_ELF) [Y/m/n/?] Kernel support for MISC binaries (CONFIG_BINFMT_MISC) [Y/m/n/?] Power Management support (CONFIG_PM) [N/y/?] * * Memory Technology Devices (MTD) * Memory Technology Device (MTD) support (CONFIG_MTD) [N/y/m/?] * * Parallel port support * Parallel port support (CONFIG_PARPORT) [N/y/m/?] * * Plug and Play configuration * Plug and Play support (CONFIG_PNP) [N/y/m/?] * * Block devices * Normal PC floppy disk support (CONFIG_BLK_DEV_FD) [N/y/m/?] XT hard disk support (CONFIG_BLK_DEV_XD) [N/y/m/?] Compaq SMART2 support (CONFIG_BLK_CPQ_DA) [N/y/m/?] Compaq Smart Array 5xxx support (CONFIG_BLK_CPQ_CISS_DA) [N/y/m/?] Mylex DAC960/DAC1100 PCI RAID Controller support (CONFIG_BLK_DEV_DAC960) [N/y/m/ ?] Loopback device support (CONFIG_BLK_DEV_LOOP) [N/y/m/?] Network block device support (CONFIG_BLK_DEV_NBD) [N/y/m/?] RAM disk support (CONFIG_BLK_DEV_RAM) [N/y/m/?] * * Multi-device support (RAID and LVM) * Multiple devices driver support (RAID and LVM) (CONFIG_MD) [N/y/?] * * Networking options * Packet socket (CONFIG_PACKET) [Y/m/n/?] Packet socket: mmapped IO (CONFIG_PACKET_MMAP) [N/y/?] Kernel/User netlink socket (CONFIG_NETLINK) [Y/n/?] Routing messages (CONFIG_RTNETLINK) [N/y/?] Netlink device emulation (CONFIG_NETLINK_DEV) [N/y/m/?] Network packet filtering (replaces ipchains) (CONFIG_NETFILTER) [Y/n/?] Network packet filtering debugging (CONFIG_NETFILTER_DEBUG) [N/y/?] Socket Filtering (CONFIG_FILTER) [N/y/?] Unix domain sockets (CONFIG_UNIX) [Y/m/n/?] TCP/IP networking (CONFIG_INET) [Y/n/?] IP: multicasting (CONFIG_IP_MULTICAST) [N/y/?] IP: advanced router (CONFIG_IP_ADVANCED_ROUTER) [N/y/?] IP: kernel level autoconfiguration (CONFIG_IP_PNP) [N/y/?] IP: tunneling (CONFIG_NET_IPIP) [N/y/m/?] IP: GRE tunnels over IP (CONFIG_NET_IPGRE) [N/y/m/?] IP: TCP Explicit Congestion Notification support (CONFIG_INET_ECN) [N/y/?] IP: TCP syncookie support (disabled per default) (CONFIG_SYN_COOKIES) [N/y/?] * * IP: Netfilter Configuration * Connection tracking (required for masq/NAT) (CONFIG_IP_NF_CONNTRACK) [Y/m/n/?] FTP protocol support (CONFIG_IP_NF_FTP) [Y/m/n/?] IP tables support (required for filtering/masq/NAT) (CONFIG_IP_NF_IPTABLES) [Y/m /n/?] limit match support (CONFIG_IP_NF_MATCH_LIMIT) [N/y/m/?] MAC address match support (CONFIG_IP_NF_MATCH_MAC) [N/y/m/?] netfilter MARK match support (CONFIG_IP_NF_MATCH_MARK) [N/y/m/?] Multiple port match support (CONFIG_IP_NF_MATCH_MULTIPORT) [N/y/m/?] TOS match support (CONFIG_IP_NF_MATCH_TOS) [N/y/m/?] tcpmss match support (CONFIG_IP_NF_MATCH_TCPMSS) [N/y/m/?] Connection state match support (CONFIG_IP_NF_MATCH_STATE) [N/y/m/?] Packet filtering (CONFIG_IP_NF_FILTER) [Y/m/n/?] REJECT target support (CONFIG_IP_NF_TARGET_REJECT) [Y/m/n/?] Full NAT (CONFIG_IP_NF_NAT) [Y/m/n/?] MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE) [Y/m/n/?] REDIRECT target support (CONFIG_IP_NF_TARGET_REDIRECT) [N/y/m/?] Packet mangling (CONFIG_IP_NF_MANGLE) [N/y/m/?] LOG target support (CONFIG_IP_NF_TARGET_LOG) [N/y/m/?] TCPMSS target support (CONFIG_IP_NF_TARGET_TCPMSS) [N/y/m/?] * * * The IPX protocol (CONFIG_IPX) [N/y/m/?] Appletalk protocol support (CONFIG_ATALK) [N/y/m/?] DECnet Support (CONFIG_DECNET) [N/y/m/?] 802.1d Ethernet Bridging (CONFIG_BRIDGE) [N/y/m/?] * * QoS and/or fair queueing * QoS and/or fair queueing (CONFIG_NET_SCHED) [N/y/?] * * Telephony Support * Linux telephony support (CONFIG_PHONE) [N/y/m/?] * * ATA/IDE/MFM/RLL support * ATA/IDE/MFM/RLL support (CONFIG_IDE) [Y/m/n/?] * * IDE, ATA and ATAPI Block devices * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (CONFIG_BLK_DEV_IDE) [Y/m/n/ ?] * * Please see Documentation/ide.txt for help/info on IDE drives * Use old disk-only driver on primary interface (CONFIG_BLK_DEV_HD_IDE) [N/y/?] Include IDE/ATA-2 DISK support (CONFIG_BLK_DEV_IDEDISK) [Y/m/n/?] Use multi-mode by default (CONFIG_IDEDISK_MULTI_MODE) [N/y/?] Include IDE/ATAPI CDROM support (CONFIG_BLK_DEV_IDECD) [N/y/m/?] Include IDE/ATAPI TAPE support (CONFIG_BLK_DEV_IDETAPE) [N/y/m/?] Include IDE/ATAPI FLOPPY support (CONFIG_BLK_DEV_IDEFLOPPY) [N/y/m/?] * * IDE chipset support/bugfixes * CMD640 chipset bugfix/support (CONFIG_BLK_DEV_CMD640) [Y/n/?] CMD640 enhanced support (CONFIG_BLK_DEV_CMD640_ENHANCED) [N/y/?] RZ1000 chipset bugfix/support (CONFIG_BLK_DEV_RZ1000) [Y/n/?] Generic PCI IDE chipset support (CONFIG_BLK_DEV_IDEPCI) [Y/n/?] Sharing PCI IDE interrupts support (CONFIG_IDEPCI_SHARE_IRQ) [Y/n/?] Generic PCI bus-master DMA support (CONFIG_BLK_DEV_IDEDMA_PCI) [Y/n/?] Boot off-board chipsets first support (CONFIG_BLK_DEV_OFFBOARD) [N/y/?] Use PCI DMA by default when available (CONFIG_IDEDMA_PCI_AUTO) [Y/n/?] AEC62XX chipset support (CONFIG_BLK_DEV_AEC62XX) [N/y/?] ALI M15x3 chipset support (CONFIG_BLK_DEV_ALI15X3) [N/y/?] AMD Viper support (CONFIG_BLK_DEV_AMD7409) [N/y/?] CMD64X chipset support (CONFIG_BLK_DEV_CMD64X) [N/y/?] CY82C693 chipset support (CONFIG_BLK_DEV_CY82C693) [N/y/?] Cyrix CS5530 MediaGX chipset support (CONFIG_BLK_DEV_CS5530) [N/y/?] HPT34X chipset support (CONFIG_BLK_DEV_HPT34X) [N/y/?] HPT366 chipset support (CONFIG_BLK_DEV_HPT366) [N/y/?] Intel PIIXn chipsets support (CONFIG_BLK_DEV_PIIX) [N/y/?] NS87415 chipset support (EXPERIMENTAL) (CONFIG_BLK_DEV_NS87415) [N/y/?] PROMISE PDC20246/PDC20262/PDC20267 support (CONFIG_BLK_DEV_PDC202XX) [N/y/?] ServerWorks OSB4 chipset support (CONFIG_BLK_DEV_OSB4) [N/y/?] SiS5513 chipset support (CONFIG_BLK_DEV_SIS5513) [N/y/?] SLC90E66 chipset support (CONFIG_BLK_DEV_SLC90E66) [N/y/?] Tekram TRM290 chipset support (EXPERIMENTAL) (CONFIG_BLK_DEV_TRM290) [N/y/?] VIA82CXXX chipset support (CONFIG_BLK_DEV_VIA82CXXX) [N/y/?] Other IDE chipset support (CONFIG_IDE_CHIPSETS) [N/y/?] IGNORE word93 Validation BITS (CONFIG_IDEDMA_IVB) [N/y/?] * * SCSI support * SCSI support (CONFIG_SCSI) [N/y/m/?] * * I2O device support * I2O support (CONFIG_I2O) [N/y/m/?] * * Network device support * Network device support (CONFIG_NETDEVICES) [Y/n/?] * * ARCnet devices * ARCnet support (CONFIG_ARCNET) [N/y/m/?] Dummy net driver support (CONFIG_DUMMY) [M/n/y/?] Bonding driver support (CONFIG_BONDING) [N/y/m/?] EQL (serial line load balancing) support (CONFIG_EQUALIZER) [N/y/m/?] Universal TUN/TAP device driver support (CONFIG_TUN) [N/y/m/?] General Instruments Surfboard 1000 (CONFIG_NET_SB1000) [N/y/m/?] * * Ethernet (10 or 100Mbit) * Ethernet (10 or 100Mbit) (CONFIG_NET_ETHERNET) [Y/n/?] 3COM cards (CONFIG_NET_VENDOR_3COM) [N/y/?] AMD LANCE and PCnet (AT1500 and NE2100) support (CONFIG_LANCE) [N/y/m/?] Western Digital/SMC cards (CONFIG_NET_VENDOR_SMC) [N/y/?] Racal-Interlan (Micom) NI cards (CONFIG_NET_VENDOR_RACAL) [N/y/?] DEPCA, DE10x, DE200, DE201, DE202, DE422 support (CONFIG_DEPCA) [N/y/m/?] HP 10/100VG PCLAN (ISA, EISA, PCI) support (CONFIG_HP100) [N/y/m/?] Other ISA cards (CONFIG_NET_ISA) [N/y/?] EISA, VLB, PCI and on board controllers (CONFIG_NET_PCI) [Y/n/?] AMD PCnet32 PCI support (CONFIG_PCNET32) [N/y/m/?] Apricot Xen-II on board Ethernet (CONFIG_APRICOT) [N/y/m/?] CS89x0 support (CONFIG_CS89x0) [N/y/m/?] DECchip Tulip (dc21x4x) PCI support (CONFIG_TULIP) [N/y/m/?] Generic DECchip & DIGITAL EtherWORKS PCI/EISA (CONFIG_DE4X5) [N/y/m/?] Digi Intl. RightSwitch SE-X support (CONFIG_DGRS) [N/y/m/?] EtherExpressPro/100 support (CONFIG_EEPRO100) [N/y/m/?] National Semiconductor DP8381x series PCI Ethernet support (CONFIG_NATSEMI) [N/y/m/?] PCI NE2000 and clones support (see help) (CONFIG_NE2K_PCI) [N/y/m/?] RealTek RTL-8139 PCI Fast Ethernet Adapter support (CONFIG_8139TOO) [Y/m/n/? ] Use PIO instead of MMIO (CONFIG_8139TOO_PIO) [N/y/?] Support for older RTL-8129/8130 boards (CONFIG_8139TOO_8129) [N/y/?] SiS 900/7016 PCI Fast Ethernet Adapter support (CONFIG_SIS900) [N/y/m/?] SMC EtherPower II (CONFIG_EPIC100) [N/y/m/?] Sundance Alta support (CONFIG_SUNDANCE) [N/y/m/?] TI ThunderLAN support (CONFIG_TLAN) [N/y/m/?] VIA Rhine support (CONFIG_VIA_RHINE) [N/y/m/?] Winbond W89c840 Ethernet support (CONFIG_WINBOND_840) [N/y/m/?] Sun Happy Meal 10/100baseT PCI support (CONFIG_HAPPYMEAL) [N/y/m/?] Pocket and portable adapters (CONFIG_NET_POCKET) [N/y/?] * * Ethernet (1000 Mbit) * Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support (CONFIG_ACENIC) [N/y/m/?] Packet Engines Hamachi GNIC-II support (CONFIG_HAMACHI) [N/y/m/?] SysKonnect SK-98xx support (CONFIG_SK98LIN) [N/y/m/?] FDDI driver support (CONFIG_FDDI) [N/y/?] PPP (point-to-point protocol) support (CONFIG_PPP) [N/y/m/?] SLIP (serial line) support (CONFIG_SLIP) [N/y/m/?] * * Wireless LAN (non-hamradio) * Wireless LAN (non-hamradio) (CONFIG_NET_RADIO) [N/y/?] * * Token Ring devices * Token Ring driver support (CONFIG_TR) [N/y/?] Fibre Channel driver support (CONFIG_NET_FC) [N/y/?] * * Wan interfaces * Wan interfaces support (CONFIG_WAN) [N/y/?] * * Amateur Radio support * Amateur Radio support (CONFIG_HAMRADIO) [N/y/?] * * IrDA (infrared) support * IrDA subsystem support (CONFIG_IRDA) [N/y/m/?] * * ISDN subsystem * ISDN support (CONFIG_ISDN) [N/y/m/?] * * Old CD-ROM drivers (not SCSI, not IDE) * Support non-SCSI/IDE/ATAPI CDROM drives (CONFIG_CD_NO_IDESCSI) [N/y/?] * * Input core support * Input core support (CONFIG_INPUT) [N/y/m/?] * * Character devices * Virtual terminal (CONFIG_VT) [Y/n/?] Support for console on virtual terminal (CONFIG_VT_CONSOLE) [Y/n/?] Standard/generic (8250/16550 and compatible UARTs) serial support (CONFIG_SERIA L) [N/y/m/?] Non-standard serial port support (CONFIG_SERIAL_NONSTANDARD) [N/y/?] Unix98 PTY support (CONFIG_UNIX98_PTYS) [Y/n/?] Maximum number of Unix98 PTYs in use (0-2048) (CONFIG_UNIX98_PTY_COUNT) [256] * * I2C support * I2C support (CONFIG_I2C) [N/y/m/?] * * Mice * Bus Mouse Support (CONFIG_BUSMOUSE) [N/y/m/?] Mouse Support (not serial and bus mice) (CONFIG_MOUSE) [N/y/m/?] * * Joysticks * * * Input core support is needed for joysticks * QIC-02 tape support (CONFIG_QIC02_TAPE) [N/y/m/?] * * Watchdog Cards * Watchdog Timer Support (CONFIG_WATCHDOG) [N/y/?] Intel i8x0 Random Number Generator support (CONFIG_INTEL_RNG) [N/y/m/?] /dev/nvram support (CONFIG_NVRAM) [N/y/m/?] Enhanced Real Time Clock Support (CONFIG_RTC) [N/y/m/?] Double Talk PC internal speech card support (CONFIG_DTLK) [N/y/m/?] Siemens R3964 line discipline (CONFIG_R3964) [N/y/m/?] Applicom intelligent fieldbus card support (CONFIG_APPLICOM) [N/y/m/?] * * Ftape, the floppy tape device driver * Ftape (QIC-80/Travan) support (CONFIG_FTAPE) [N/y/m/?] /dev/agpgart (AGP Support) (CONFIG_AGP) [N/y/m/?] Direct Rendering Manager (XFree86 DRI support) (CONFIG_DRM) [N/y/?] * * Multimedia devices * Video For Linux (CONFIG_VIDEO_DEV) [N/y/m/?] * * File systems * Quota support (CONFIG_QUOTA) [N/y/?] Kernel automounter support (CONFIG_AUTOFS_FS) [N/y/m/?] Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS) [N/y /m/?] DOS FAT fs support (CONFIG_FAT_FS) [N/y/m/?] Compressed ROM file system support (CONFIG_CRAMFS) [N/y/m/?] Virtual memory file system support (former shm fs) (CONFIG_TMPFS) [Y/n/?] Simple RAM-based file system support (CONFIG_RAMFS) [N/y/m/?] ISO 9660 CDROM file system support (CONFIG_ISO9660_FS) [N/y/m/?] Minix fs support (CONFIG_MINIX_FS) [N/y/m/?] NTFS file system support (read only) (CONFIG_NTFS_FS) [N/y/m/?] OS/2 HPFS file system support (CONFIG_HPFS_FS) [N/y/m/?] /proc file system support (CONFIG_PROC_FS) [Y/n/?] /dev/pts file system for Unix98 PTYs (CONFIG_DEVPTS_FS) [Y/n/?] ROM file system support (CONFIG_ROMFS_FS) [N/y/m/?] Second extended fs support (CONFIG_EXT2_FS) [Y/m/n/?] System V and Coherent file system support (read only) (CONFIG_SYSV_FS) [N/y/m/?] UDF file system support (read only) (CONFIG_UDF_FS) [N/y/m/?] UFS file system support (read only) (CONFIG_UFS_FS) [N/y/m/?] * * Network File Systems * Coda file system support (advanced network fs) (CONFIG_CODA_FS) [N/y/m/?] NFS file system support (CONFIG_NFS_FS) [N/y/m/?] NFS server support (CONFIG_NFSD) [N/y/m/?] SMB file system support (to mount Windows shares etc.) (CONFIG_SMB_FS) [N/y/m/?] NCP file system support (to mount NetWare volumes) (CONFIG_NCP_FS) [N/y/m/?] * * Partition Types * Advanced partition selection (CONFIG_PARTITION_ADVANCED) [N/y/?] * * Console drivers * VGA text console (CONFIG_VGA_CONSOLE) [Y/n/?] Video mode selection support (CONFIG_VIDEO_SELECT) [N/y/?] * * Sound * Sound card support (CONFIG_SOUND) [N/y/m/?] * * USB support * Support for USB (CONFIG_USB) [N/y/m/?] * * Kernel hacking * Magic SysRq key (CONFIG_MAGIC_SYSRQ) [N/y/?] *** End of Linux kernel configuration. *** Check the top-level Makefile for additional configuration. *** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'. [root@s210-94-77-158 linux]# -- 이 곳에 서명을 적어주십시오. 나중에...
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved