Hello,
I am new to this forum and to DFL-860E firewall.
Problem is that I can trace route to server that is behind DFL-860E firewall from other network, like my home, but I can't trace route from that server to other network.
When I try to traceroute to like google.com, everything is okay till last step. then it starts to fail:
root@hosting1 [~]# traceroute google.com
traceroute to google.com (195.12.176.34), 30 hops max, 60 byte packets
1  192-168-10-1.local.balticum.lt (192.168.10.1)  1.469 ms  0.806 ms  0.756 ms
 2  86-100-76-1-ip.balticum.lt (86.100.76.1)  2.639 ms  2.600 ms  2.530 ms
 3  klp-e01.int.balticum.lt (86.100.2.133)  2.593 ms  1.984 ms  1.794 ms
 4  213-190-33-57.telecom.lt (213.190.33.57)  3.371 ms  3.084 ms  2.886 ms
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
...
As far as I understand, trace route goes our of the server.
But when I try to trace route to server from other network I get:
C:\Users\Modestas>tracert 86.100.77.10
Tracing route to hosting1.cloudscop.com [86.100.77.10]
over a maximum of 30 hops:
  1     5 ms     1 ms     1 ms  Dlink-Router.Dlink [192.168.1.1]
  2     5 ms     1 ms     1 ms  192.168.0.1
  3     3 ms     2 ms     2 ms  hst-58-1.telelanas.lt [77.79.58.1]
  4     2 ms     2 ms     2 ms  hst-128-17.telelanas.lt [85.232.128.17]
  5     2 ms     2 ms     2 ms  86.100.2.38
  6     4 ms     4 ms     2 ms  klp-mc01.int.balticum.lt [86.100.2.134]
  7     3 ms     3 ms     2 ms  86-100-77-27-ip.balticum.lt [86.100.77.27]
  8     4 ms     5 ms     3 ms  hosting1.cloudscop.com [86.100.77.10]
Trace complete.
So the configuration, I have made:
I have connected server to LAN port.
Then I added local server IP address and Public IP address to InterfaceAddresses.
Then I added server IP to ARP:
    Publish    wan1    Server1_Public_Wan1    00-00-00-00-00-00
Then I created IP rules:
   1    cpanel-all-sat    SAT    any    all-nets    any    Server1_Public_Wan1    all_tcpudpicmp
   2    allow_standard    NAT    lan    lan_net    wan1    all-nets    all_tcpudpicmp
   3    cpanel-all-allow    Allow    any    all-nets    any    Server1_Public_Wan1    all_tcpudpicmp
Then I changed service "all_tcp", "all_udp" - I added a tic on "Pass returned ICMP error messages from destination"
Then I changed routing table:
   4    Route    wan1    Server1_Public_Wan1    wan1_gw    server1_local   100   No    
And last thing I changed was IP settings:
   TTL Min: 0
   Multicast TTL Min: 0
   TTL on Low: Log
This is all the configurations (adds and removals) I have made from factory defaults.
What can be the problem?