Re: Sun-4/110 NetBSD Diskless NFS Issue
Samuel Furtaw <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <CADun6gcQu2idqRpJeSvoQyGB-sSXSMoBjptxme27k6S2AKUPCw@mail.gmail.com> |
The network boot ROM on the Sun-4 doesn't understand classless networks and my 10.100 subnet is a /16 network - I added the 172.16/16 as part of the same VLAN & firewall zone, so they are essentially the same subnet. The ICMP redirect - I'm not sure. OpenWrt must have this as a default behavior. The ICMP redirect does show up directly before communications break down though, which I hadn't considered. I'm going to run some tests with a different network setup. Thanks. Samuel On Mon, Apr 8, 2024 at 2:33 PM Palle Lyckegaard <[email protected]> wrote: > > On Mon, 8 Apr 2024, Samuel Furtaw wrote: > > > Here is the PCAP file on Google Drive - the NFS conversation in > > question is between 172.16.0.2 (server) and 10.100.0.4 (sun4). The > > sun4 jumps between two different IPs in the PCAP since its RARP and > > BOOTP addresses are different. > > https://drive.google.com/file/d/1iy0JUlSL3GMwMBKWHRiCf8r49xWEdxRK/view?usp=drive_link > > > > Record #298 has a ICMP Rediret packet (and more follows in #303 and #306). > Why does 10.100.0.1 (your local gw?) send this redirect message to your NetBSD client? > > Any reason for using two seperate IP subnets in your setup (172.16.0.0/24 > and 10.100.0.0/24)? > Why not let RARP assign the same IP adress as the DHCP does later on? > >