k here's the thing
you're working with 2 diff subnets and that just aint gonna work the way you have it set up now sorry.
you cant go
Code:
[Router] ---> [Router] ----> [PC2]
|
|
[PC1]
and hope to have PC1 and PC2 talk... its just not gonna work... however
Code:
[Router] ----> [Switch] ----> [PC1]
|
|
[PC2]
will work... your problem right now is that you have 10.x.x.x and 192.168.x.x running you are running into the snag when you do this
your pc is lets say 10.0.0.2, so you go out a hope to 10.0.0.1, now your router is looking where to send your info next, that used to be the internet/modem, but now its another router so that router says "i dont accept packets from 10.x.x.x because i dont know that network bye" and drops everything however, if you set your router to be 192.168.1.2, and as an access point, you also take out that ip to be leased from the house router dhcp server, you should be good to go buying a switch is the easy way out but you can also do it the way i described