Skip to main content

NAT layer 2

More
18 years 3 weeks ago #13864 by Jagsi01
NAT layer 2 was created by Jagsi01
Hi,

Can we implement a layer 2 to layer 3 address mapping in NAT(Windows based)

i.e

I want to mapp a certain MAC address to a particular IP address


Thanks in advance,
Sivakumar
More
18 years 3 weeks ago #13866 by havohej
Replied by havohej on topic Re: NAT layer 2
hi.
just curious about what are you trying to do??

maybe etherchannel in a windows device?
2 nics in the same device each with its own phisycal mac address sharing only one ip address??

Thats what I understand, if you want that, the nic driver must support it.
More
18 years 3 weeks ago #13877 by tHe-SwItCh
I guess 'Static DHCP' pretty much explains and denotes what you are looking for. Having a Windows-run DHCP server assigning static IP address (on a MAC address-IP address mapping scheme) is pretty simple and can be done as follows .......

:arrow: Open the DHCP console on the server. (Go to Start | Programs | Administrative Tools | DHCP.)

:arrow: Open the scope where you want to create the reservation.

:arrow: Right-click the Reservations branch, and choose New Reservation.

:arrow: In the New Reservation dialog box, enter the MAC address of the client computer in the MAC Address text box.

:arrow: In the IP Address text box, enter the desired IP address.

:arrow: In the Reservation Name text box, enter a descriptive name for the reservation.

:arrow: Under Supported Types, indicate whether DHCP clients, BOOTP clients, or both will support the reservation.

:arrow: Click Add, and close all dialog boxes.


~Beerz n Cheerz !!! :twisted:
More
18 years 3 weeks ago #13902 by Jagsi01
Replied by Jagsi01 on topic Re: NAT layer 2
Hi,

Thanks for your updates!!

havohej ---I am sorry not in making clear on what my goal is

I am trying to setup a network on which two machines have the same ip address;

E.g

PC1--windows XP---2 IP addresses bound to the NIC

10.1.1.1
11.1.1.1

PC2---Windows XP--1 IP address bound to NIC

10.1.1.1


- Both PC1 (primary IP) and PC2 IP contains same IP address.

When I try to ping from PC1 it goes thru the PC3(NAT) and reaches PC2 reply from 10.1.1.1

When I ping from PC2 to PC1 --It goes thru the PC3 but the reply should be from --11.1.1.1

Routing could be enabled not a problem with that.

Hope so I am making it clear.



tHe-SwItCh ----I think that good one will test that and let you know

Thanks Guys :wink:
Time to create page: 0.145 seconds