The following is to give you a better idea of layout and the ngrep dump requested.
I have a linux firewall/router connected to my cable modem I have pointed a dns entry at eth0 of this linux box.
Eth1 is my wired network 192.168.0.1/24
Eth2 is my wireless network 192.168.1.1/24
I am trying to get it to work through only the local network but there are forwarding rules between eth1 and eth2 as below.
$IPTABLES -A FORWARD -i eth1 -o eth2 -j ACCEPT $IPTABLES -A FORWARD -i eth2 -o eth1 -j ACCEPT
On the serweb if I add the users to the phonebook the show as online but if I look in the admin section of server and tick show only online users they don't.
I can im from the server to each of the users but not from server to server and in the phone book if I click on their address I get error 488 Not Acceptable Here
Ngrep -qd eth1 port udp
U 192.168.1.1:5060 -> 192.168.1.2:14669 SIP/2.0 200 OK..Via: SIP/2.0/UDP 192.168.1.2:14669..From: sip:asyouneed@dev.asyouneed.com;tag=333c3eb2-645a-4a10-88ed-a9676b b8dd9c..To: sip:asyouneed@dev.asyouneed.com;tag=b27e1a1d33761e85846fc98f5f3a7e58.7 b96..Call-ID: b039c46b-821d-4ac9-b365-222a 784876bf@192.168.1.2..CSeq: 1 REGISTER..Contact: sip:192.168.1.2:14669;q=0.00;expires=1200..Server: Sip EXpress router (0.8. 12 (i386/linux))..Content-Length: 0..Warning: 392 192.168.1.1:5060 "Noisy feedback tells: pid=19478 req_src_ip=192.168.1.2 re q_src_port=4372 in_uri=sip:dev.asyouneed.com out_uri=sip:dev.asyouneed.com via_cnt==1"....
U 192.168.1.1:5060 -> 192.168.1.2:14669 SIP/2.0 200 OK..Via: SIP/2.0/UDP 192.168.1.2:14669..From: sip:asyouneed@dev.asyouneed.com;tag=333c3eb2-645a-4a10-88ed-a9676b b8dd9c..To: sip:asyouneed@dev.asyouneed.com;tag=b27e1a1d33761e85846fc98f5f3a7e58.7 b96..Call-ID: b039c46b-821d-4ac9-b365-222a 784876bf@192.168.1.2..CSeq: 2 REGISTER..Contact: sip:192.168.1.2:14669;q=0.00;expires=1200..Server: Sip EXpress router (0.8. 12 (i386/linux))..Content-Length: 0..Warning: 392 192.168.1.1:5060 "Noisy feedback tells: pid=19482 req_src_ip=192.168.1.2 re q_src_port=4372 in_uri=sip:dev.asyouneed.com out_uri=sip:dev.asyouneed.com via_cnt==1"....
U 192.168.1.1:5060 -> 192.168.1.2:14669 SIP/2.0 200 OK..Via: SIP/2.0/UDP 192.168.1.2:14669..From: sip:asyouneed@dev.asyouneed.com;tag=333c3eb2-645a-4a10-88ed-a9676b b8dd9c..To: sip:asyouneed@dev.asyouneed.com;tag=b27e1a1d33761e85846fc98f5f3a7e58.7 b96..Call-ID: b039c46b-821d-4ac9-b365-222a 784876bf@192.168.1.2..CSeq: 3 REGISTER..Contact: sip:192.168.1.2:14669;q=0.00;expires=1200..Server: Sip EXpress router (0.8. 12 (i386/linux))..Content-Length: 0..Warning: 392 192.168.1.1:5060 "Noisy feedback tells: pid=19478 req_src_ip=192.168.1.2 re q_src_port=4372 in_uri=sip:dev.asyouneed.com out_uri=sip:dev.asyouneed.com via_cnt==1"....
U 192.168.1.1:5060 -> 192.168.1.2:14669 SIP/2.0 200 OK..Via: SIP/2.0/UDP 192.168.1.2:14669..From: sip:asyouneed@dev.asyouneed.com;tag=333c3eb2-645a-4a10-88ed-a9676b b8dd9c..To: sip:asyouneed@dev.asyouneed.com;tag=b27e1a1d33761e85846fc98f5f3a7e58.7 b96..Call-ID: b039c46b-821d-4ac9-b365-222a 784876bf@192.168.1.2..CSeq: 4 REGISTER..Contact: sip:192.168.1.2:14669;q=0.00;expires=1200..Server: Sip EXpress router (0.8. 12 (i386/linux))..Content-Length: 0..Warning: 392 192.168.1.1:5060 "Noisy feedback tells: pid=19482 req_src_ip=192.168.1.2 re q_src_port=4372 in_uri=sip:dev.asyouneed.com out_uri=sip:dev.asyouneed.com via_cnt==1"....
Thanks, Dee