Displaying 2 results from an estimated 2 matches for "u10000".
Did you mean:
10000
2005 Jan 27
0
Channel Groups?
...(ACorp|1000|1)
exten => 2123333333, 1, Goto(BCorp|1000|1)
.
.
.
exten => _NXXNXXXXXX, 1, Goto(GenericCorp|1000|1)
[GenericCorp]
exten => 1000, 1, SetCallerID("Generic Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)
[ACorp]
exten => 1000, 1, SetCallerID("A Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)
[BCorp]
exten => 1000, 1, SetCallerID("B Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP...
2006 Apr 14
0
[Bug 471] New: UDP stream DNAT problem
...IP 192.168.1.69.11111 > 192.168.1.72.56789: UDP, length: 64
Note there are both src and dst ports are not being changed within time.
How to reproduce the bug:
~~~~~~~~~~~~~~~~~~~~~~~~~
1) reproduce network setup.
2) use hping to emulate netflow stream:
# hping -d 64 -2 -s 11111 -k -p 56789 -i u10000 192.168.1.72
3) start tcpdump on NAT_box and ensure you're receiving traffic
4) ensure no iptables/conntrack/nat relevant modules loaded
5) modprobe ip_conntrack
6) ensure conntrack captured this stream:
# grep 192.168.1.69 /proc/net/ip_conntrack
udp 17 29 src=192.168.1.69 dst=192.168.1.72...