Re: Network Connection Test
not really understand what you want to do and what you want to accomplish. Please be more specific when you post the question
Re: Network Connection Test
Quote:
not really understand what you want to do and what you want to accomplish. Please be more specific when you post the question
hello. I want to do a connection test on DHCP.
I am trying to execute the following function:
ifdown eth0
ifup eth0
then afterwards check if connection to DCHP server was successful. I tried it already but unfortunately the current internal ethernet on the board am working now is a bit defective, so it hangs up after i execute the down command.
The next question is that, if the commands where successful, which file(s) tells me that the connection was successfully executed ?
/etc/resolve.conf?
Its a busybox , so commands and resources are very limited.
The command : "udhcpc" might also be used but I am still trying to understand it now.