Then if its a router you should be able to just connect the LAN port of your pi to a port on the router, then power your pi and your router should just allow your pi to connect and assign it an IP.
Once your pi has booted if you you open a terminal window or at the command line if using lite and enter
Code: Select all
ifconfig
route -n
cat /etc/resolv.conf
you should find your eth0 has an ip starting 192.168.1
if not check the cable between the pi and the router also check the LEDs on the pi and router to see if they are connected and traffic is present.
if its not working post back the result from the above commands.