This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Actually new to NATing

After all these years and the co-author of RFC 1918.....

I am actually setting up my very first NAT.  Oh wow!

And I need a quick readme set of instructions...

Right now simple stuff.  Two Interfaces will be subnets of 198.168.128.0 and both have to go out to the public and to a Interface that has a subnet of public addresses...

 


This thread was automatically locked due to age.
Parents
  • I can assume you understand routing and proper subnetting.  Also assume you have three NICs.  The basics are as mentioned, MASQ.
    Internal_Net_1->Public_NIC->Masq
    Internal_Net_2->Public_NIC->Masq

    That simply NATs all internal traffic destined for the public side to appear as the public IP.  You shouldn't have trouble with the other routing between private nets.

    We have progressed from needing fully routable public IPs for every device to MASQing private IPs to as many public IPs as we want concurrent access to finally needing only one public IP and a Masq rule for as many private IPs as we want.   Kernel is a wonderful thing....

       
  • Well actually, my target is 9 interfaces, but right now I am down to 5...

    I finally figured out what I was doing wrong and got it working.  Now to do more testing while I ship back the no-good NIC and wait for FedEx to deliver the replacement one.
     
Reply
  • Well actually, my target is 9 interfaces, but right now I am down to 5...

    I finally figured out what I was doing wrong and got it working.  Now to do more testing while I ship back the no-good NIC and wait for FedEx to deliver the replacement one.
     
Children
No Data