Some progress !!
Well ofcourse as per usual, something that I should have realised but didnt.
The PC (192.168.1.5) that I was using to try to access the 192.168.0.0 network is a Windows Server 2003 OS, and ofcourse I forgot that by default that the inbuilt firewall is locked down.
I tried testing from a Windows XP PC which ofcourse has default firewall rules that allow access to ping etc and I am now able to ping both 192.168.0.1 and 192.168.1.254
Now I am just trying to work out how I can get requests directed to resources to reach the intended destination.
I.e.
If I try to access a network share I am not reaching it.
For example
Open a explorer window PC1 (192.168.1.3) and type \\192.168.0.254 I accept to get a login prompt for this PC, but just get a timeout message.
Is this correct ?
-- EDIT --
OK worked it out, just added to
NAT --> Inbound --> A rule for all ports on the WAN with NAT IP of the resource I want to access (i.e. 192.168.0.254).
-- EDIT 2 --
Actually, am I going about this the wrong way ?
As if I wish to add another PC to the inbound NAT rules I am going to have issues with the ports I can assign as they cannot overlap.
So what is the 'correct' way of doing this ?