I don't know whether it is wrong ...
I have to be a SNAT, convert 169.254.1.5 into 192.168.39.166
Notebook ----> Cisco Router ----> Switch ----> Company Network
Among them, the notebook IP is 169.254.1.5,
Cisco Fast is 192.168.39.50, ETH0 is 169.254.1.1
Snat: Convert 169.254.1.5 to 192.168.39.166 when Router
Do as follows on Cisco:
1. Connect the router's Fast Ethernet and switches with a parallel line
2. Log in to Cisco with serial port and enter your password.
3, Conf T Enter
4, Interface FasteThernet 0 Select the network port
5, IP Address 192.168.39.50 255.255.252.0 Defining the IP of Fast Ethernet
6, connect Router's eth0 and notebook with parallel lines
7, log in and define the IP of Eth0 169.254.1.1
8, IP Address 169.254.1.1 255.255.255.0
9. Modify the notebook IP 169.254.1.5
10. Ping on the PC on the same switch on the same switch, PING -T 192.168.39.166
11, login Cisco, conf T
12, IP Nat Inside Source Static 169.254.1.5 192.168.39.166
13, found that the ping of ping is returned on the PC
14, enter the interface mode Definition Fast Ethernet0 is IP Nat Outside
15. Enter the Interface mode definition eth0 is IP NAT INSIDE
16, Cisco on End
Are messy, dizzy ...