Dale,
44.125.10.0/29 corresponds to a netmask of 255.255.255.248. If you have a /24 subnet you should have a netmask of 255.255.255.0
The IPR output shows that hosts in the range 44.135.10.0/27 are directly accessible on your Ethernet port. If that is the only entry it means you are not receiving RIP44 broadcasts from the Internet, and don't have access to any other 44 addresses.
You don't need a NAT line for the pc that BPQ32 is running on - a NAT entry is automatically generated from the address in IPAddr to your BPQ32 PC's LAN address. You only use NAT to give 44 addresses to other machines on your LAN.
73, John G8BPQ
-----Original Message----- From: 44Net [mailto:44net-bounces+john.wiseman=cantab.net@hamradio.ucsd.edu] On Behalf Of Dale Yanz Sent: 04 January 2016 18:27 To: 44net@hamradio.ucsd.edu Subject: [44net] IPR Net44
(Please trim inclusions from previous messages) _______________________________________________ Hi
When I perform a IPR this is what I show for me
44.125.10.0/29 0 0.0.0.0 E 0 0 Locked
I don't understand ? what it is showing ?
My IP is 44.125.10.1 Network 44.125.10.0/24
Also how do I make sure or determine the correct IPNETMASK ?
Is this the same as my subnet mask when I perform a ipconfig ?
Then what would be my correct IPNetmask ?
On my BPQ32 config file do I still MAP to a IP ADDRESS ?
My NAT 44.125.10.2 (Within my APRNET) 192.168.0.198 ( My ip address of my BPQ32 computer)
;======================================================================
;AMPR Gateway
;======================================================================
IPGATEWAY
Adapter \Device\NPF_{0A50287E-EBE5-456D-BDDF-84BC5F7DB088}
44ENCAP 192.168.1.10 # Enable AMPRNET Tunnels and RIP44. Use 192.168.1.10 as Tunnel
IPAddr 44.125.10.1 # IP address of the BPQ32 switch on your LAN
IPNetmask 255.255.255.248 # Netmask of your AMPRNet allocation
IPPorts 1,9 # BPQ Ports to be used for links to IP systems. List of ports, separated by commas
NAT 44.125.10.2 192.168.0.198
****