My machine has wired Internet connection with Windows 7 OS. In connection properties I see
service name : ispone
obtain IP address automatically
obtain DNS server address automatically
How do I step above connection in Linux Mint (16 Cinnamon, installed on USB (16 GB))
What I have tried
dhclient
/etc/dhcp3/dhclient.cof
sudo gedit /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
sudo ifconfig eth0 down
sudo ifconfig eth0 up
but nothing works.
tcpdump -i eth0 -nin another shell. Executedhclientwhiletcpdumpruns and add thetcpdumpoutput to your question.