Hi Experts,
Consider I am configuring the Ethernet connectivity manually to connect with the static connection.
"I am not using the dhcp connection".
How to configure the NET stack ?
I am using the following steps.
1. ifconfig eth0 inet <ip_addr> netmask <broadcast>
2. route add default gw
My expectation is if I configure the above things then the IP data started flowing.