Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] [renamed] DHCP timeout from Realtek 8139 card
2012-07-04, 18:20 (This post was last modified: 2012-07-04 18:21 by Gelip.)
Post: #3
RE: DHCP timeout (only from Tftpd32)
Is syslog is default added to iPXE or I need remake iPXE like this (line 18 & 21):
Code:
1 #ifndef CONFIG_CONSOLE_H
   2 #define CONFIG_CONSOLE_H
   3
   4 /** @file
   5  *
   6  * Console configuration
   7  *
   8  * These options specify the console types that Etherboot will use for
   9  * interaction with the user.
  10  *
  11  */
  12
  13 FILE_LICENCE ( GPL2_OR_LATER );
  14
  15 #include <config/defaults.h>
  16
  17 //#define       CONSOLE_PCBIOS          /* Default BIOS console */
  18 //#define       CONSOLE_SERIAL          COM1 /* Serial port */
  19 //#define       CONSOLE_DIRECT_VGA      /* Direct access to VGA card */
  20 //#define       CONSOLE_PC_KBD          /* Direct access to PC keyboard */
  21 //#define       CONSOLE_SYSLOG          192.168.20.3 /* Syslog console */
  22 //#define       CONSOLE_SYSLOGS         /* Encrypted syslog console */
  23 //#define       CONSOLE_VMWARE          /* VMware logfile console */
  24
  25 #define KEYBOARD_MAP    us
  26
  27 #define LOG_LEVEL       LOG_NONE
  28
  29 #include <config/local/console.h>
  30
  31 #endif /* CONFIG_CONSOLE_H */
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: DHCP timeout (only from Tftpd32) - Gelip - 2012-07-04 18:20



User(s) browsing this thread: 2 Guest(s)