Dear Team,
I am running pptp client and source-address are getting pptp server address while checking.
currenllty i am using 192.168.88.3 in pc and pinf to 8.8.8.8 from cmd is seen fine.
Ping statistics for 8.8.8.8:
Packets: Sent = 33, Received = 33, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 89ms, Maximum = 1361ms, Average = 225ms
Control-C
Also while checking from terminal of mikrotik router, i am able to ping 8.8.8.8 with pptp interface as below.
ping 8.8.8.8 interface=pptp-client-1
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 116 47ms
1 8.8.8.8 56 116 44ms
2 8.8.8.8 56 116 45ms
3 8.8.8.8 56 116 45ms
4 8.8.8.8 56 116 46ms
sent=5 received=5 packet-loss=0% min-rtt=44ms avg-rtt=45ms max-rtt=47ms
But i am not able to ping 8.8.8.8 using bridge interface and source-address as below.
ping 8.8.8.8 interface=bridge
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 192.168.88.1 84 64 990ms host unreachable
3 8.8.8.8 timeout
4 8.8.8.8 timeout
5 192.168.88.1 84 64 986ms host unreachable
ping 8.8.8.8 src-address=192.168.88.1
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 8.8.8.8 timeout
3 8.8.8.8 timeout
4 8.8.8.8 timeout
sent=5 received=0 packet-loss=100%
So how could we reach 8.8.8.8 from bridge and source address?
What might be reason and solution?
Thank you.