# ============================================================================== # Filename: userconfig.rc # [IdentStart][IdentEnd] # ENET IP AND PHY INFORMATION # ============================================================================== # ------------------------------------------------------------------------------ # IP interface settings. # # IPADD -> The ip address of the ethernet 1 interface. # NETMASK -> The netmask of the ethernet 1 interface. # # ------------------------------------------------------------------------------ set IPADD 10.20.8.1 set NETMASK 255.255.255.248 # ----------------------------------------------------------------------------- # Ethernet phy settings # # Speed (-s) -> AUTO : Automatic selection. # 10 : 10BASET # 100 : 100BASET # # Mode (-m) -> AUTO : Automatic selection. # HD : Half-duplex. # FD : Full-duplex. # ----------------------------------------------------------------------------- set ENET1 -s10 -mHD