Xref: utzoo comp.unix.ultrix:3658 comp.protocols.tcp-ip:11512 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!portal!cup.portal.com!thinman From: thinman@cup.portal.com (Lance C Norskog) Newsgroups: comp.unix.ultrix,comp.protocols.tcp-ip Subject: Re: Trying to write a bootp client for Ultrix Message-ID: <30432@cup.portal.com> Date: 2 Jun 90 00:38:04 GMT References: <1758@dino.cs.iastate.edu> Distribution: usa Organization: The Portal System (TM) Lines: 9 You have a logical conundrum here. You are trying to figure out how to "turn on" IP, but you are trying to use IP to figure this out. You have to send and receive your own raw Ethernet packets. Ultrix may have some technique for doing this. System V has it's own scheme where the Ethernet devices have their own /dev entries (jeeez wotta concept) which you open and "bind" to a protocol number. good luck.