To improve the security of a server, configure the server to receive connection requests from only the specified source interface and address.
None
After the source interface of the Telnet server is configured, the client can access the Telnet server only through this interface.
[~HUAWEI] telnet server-source -i LoopBack 1
[~HUAWEI] telnet ipv6 server-source -a 2001:db8::1
[~HUAWEI] telnet server-source physic-isolate -i GigabitEthernet 0/1/0 -a 10.1.1.1
[~HUAWEI] telnet ipv6 server-source physic-isolate -i GigabitEthernet 0/1/0 -a 2001:db8::1
After the source interface of the SSH server is configured, the client can access the SSH server only through this interface.
[~HUAWEI] ssh server-source -i LoopBack 1
[~HUAWEI] ssh ipv6 server-source -a 2001:db8::1
[~HUAWEI] ssh server-source physic-isolate -i GigabitEthernet 0/1/0 -a 10.1.1.1
[~HUAWEI] ssh ipv6 server-source physic-isolate -i GigabitEthernet 0/1/0 -a 2001:db8::1
After the source address of the FTP server is configured, the client can access the FTP server only through this address.
[~HUAWEI] ftp server-source -a 10.1.1.1
[~HUAWEI] ftp ipv6 server-source -a 2001:db8::1
After the source interface of the SSH server is configured, the client can access the FTP server only through this interface.
[~HUAWEI] ftp server-source -i LoopBack 1
[~HUAWEI] ftp server-source physic-isolate -i GigabitEthernet 0/1/0 -a 10.1.1.1
[~HUAWEI] ftp ipv6 server-source physic-isolate -i GigabitEthernet 0/1/0 -a 2001:db8::1