tftp server can only respond to one nic when have 2 nic
For example:
I have 2 nic: one is 10.1.1.8, the other is 10.1.1.9, and I start the tftp server listen to 69 port, after started, both of the nic port are listening.
Then, I use the windows tftp client from another PC(IP:10.1.1.10) to get a file from the tftp server:
tftp 10.1.1.8 get Test.txt---->That's ok
tftp 10.1.1.9 get Test.txt----->Time out
What's the problem?
Thank you very much!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tftp server can only respond to one nic when have 2 nic
For example:
I have 2 nic: one is 10.1.1.8, the other is 10.1.1.9, and I start the tftp server listen to 69 port, after started, both of the nic port are listening.
Then, I use the windows tftp client from another PC(IP:10.1.1.10) to get a file from the tftp server:
tftp 10.1.1.8 get Test.txt---->That's ok
tftp 10.1.1.9 get Test.txt----->Time out
What's the problem?
Thank you very much!
Sorry, I have resolved this problem.