Hi,
I am using pfsense 1.0.1.
I have a problem setting up the alias for lan interface.
My lan interface is set to 192.168.1.1/24 and I added an alias
192.168.1.230/32 to it from shell.
I am not able to ping the alias IP from the network. The tcpdump result on the interface shows that the the echo request comes in but the reply is not being sent out. tcpdump shown below:
16:22:07.921495 IP 192.168.1.200 > 192.168.1.230: ICMP echo request, id 1024, seq 1541, length 40
16:22:13.421369 IP
192.168.1.200 > 192.168.1.230: ICMP echo request, id 1024, seq 1797, length 40
16:22:18.921299 IP 192.168.1.200 >
192.168.1.230: ICMP echo request, id 1024, seq 2053, length 40
But, if I do ping -S 192.168.1.230 192.168.1.200 to a machine on the local network, I getting reply. Ping result posted below:
PING 192.168.1.200 (192.168.1.200) from 192.168.1.230: 56 data bytes
64 bytes from
192.168.1.200: icmp_seq=0 ttl=128 time=1.262 ms
64 bytes from 192.168.1.200: icmp_seq=1 ttl=128 time=0.672 ms
64 bytes from 192.168.1.200: icmp_seq=2 ttl=128 time=
0.735 ms
64 bytes from 192.168.1.200: icmp_seq=3 ttl=128 time=0.696 ms
64 bytes from 192.168.1.200: icmp_seq=4 ttl=128 time=0.652 ms
Am I doing something wrong in setting up the alias?
Thanks in advance.
