visortgw
Part of the Furniture
So in the snippet below, 10.8.1.2 is the tunnel and 192.168.1.3 is device that I'm accessing on remote side:I have this feeling in the back of my head that it might be because of your site-to-site setup...let me take a look at the code. Could you verify that the IP on the other end is a private IP? Perhaps I can just exclude this from being able to run when it hits a private IP.
Would be interesting to see what results you get from:
Code:iftop -i tun1x (where x = the VPN slot# you want to listen to)
		Code:
	
	# iftop -t -i tun11
interface: tun11
IP address is: 10.8.1.2
MAC address is: 00:00:00:00:00:00
Listening on tun11
   # Host name (port/service if enabled)            last 2s   last 10s   last 40s cumulative
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Total send rate:                                         0b         0b         0b
Total receive rate:                                      0b         0b         0b
Total send and receive rate:                             0b         0b         0b
--------------------------------------------------------------------------------------------
Peak rate (sent/received/total):                         0b         0b         0b
Cumulative (sent/received/total):                        0B         0B         0B
============================================================================================
   # Host name (port/service if enabled)            last 2s   last 10s   last 40s cumulative
--------------------------------------------------------------------------------------------
   1 10.8.1.2                                 =>     22.0Kb     11.0Kb     11.0Kb     5.51KB
     192.168.1.3                              <=     75.2Kb     37.6Kb     37.6Kb     18.8KB
--------------------------------------------------------------------------------------------
Total send rate:                                     22.0Kb     11.0Kb     11.0Kb
Total receive rate:                                  75.2Kb     37.6Kb     37.6Kb
Total send and receive rate:                         97.3Kb     48.6Kb     48.6Kb
--------------------------------------------------------------------------------------------
Peak rate (sent/received/total):                     22.0Kb     75.2Kb     97.3Kb
Cumulative (sent/received/total):                    5.51KB     18.8KB     24.3KB
========================================================================================== 
	
 
 
		 
 
		
 
 
		



 
 
		