search for: natips

Displaying 10 results from an estimated 10 matches for "natips".

Did you mean: natip
2005 Jun 30
2
routing between 2 lines problem , after starting squid
...--set-mark 66 iptables -t nat -A POSTROUTING -o eth2 -p tcp --dport 80 -s 192.168.0.0/24 -d ! 192.168.0.0/16 -j MASQUERADE iptables -t nat -A POSTROUTING -o eth2 -p tcp --dport 3128 -s 192.168.0.0/24 -d ! 192.168.0.0/16 -j MASQUERADE i have also /sbin/ip route add 192.168.0.0/24 dev eth1 table natips /sbin/ip route add 127.0.0.0/8 dev lo scope link table natips /sbin/ip route add default via 217.10.248.1 dev eth2 table natips /sbin/ip route flush cache /sbin/ip rule add fwmark 66 table natips squid is running on 192.168.0.1:3128 without squid it''s working i''m using second...
2005 Aug 18
1
Two internet lines and squid problem.
...have this settings and without squid it''s working i have default route on the first internet connection. iptables -t nat -I POSTROUTING -o eth2 -p tcp --dport 80 -s 192.168.0.0/24 -d ! 192.168.0.0/16 -j SNAT --to 217.10.248.135 /sbin/ip route add default via 217.10.248.135 dev eth2 table natips /sbin/ip rule add fwmark 66 table natips iptables -t mangle -I PREROUTING -i eth1 -p tcp --dport 80 -j MARK --set-mark 66 iptables -t mangle -A FORWARD -i eth1 -p tcp --dport 80 -j MARK --set-mark 66 I try to solve the problem moving squid to onother computer and i add additional rules like...
2005 May 12
2
Routing Mail traffic problem !
...68.0.2 I have : iptables -t mangle -I PREROUTING -i eth1 -s 192.168.0.0/24 -d mail.mail.org -p tcp --dport 110 -j MARK --set-mark 67 iptables -t mangle -I PREROUTING -i eth1 -s 192.168.0.0/24 -d mail.mail.org -p tcp --dport 25 -j MARK --set-mark 67 /sbin/ip route add 192.168.0.0/24 dev eth1 table natips /sbin/ip route add 127.0.0.0/8 dev lo scope link table natips /sbin/ip route add default via 192.168.0.2 dev eth1 table natips /sbin/ip route flush cache /sbin/ip rule add fwmark 67 table mail But it''s not working . root@fw:/usr/src/linux# ip rule list 0: from all lookup local 32...
2006 Dec 19
0
Cisco devices (without STUN) and dynamic NAT
Cisco devices (7912, ata-168, 7960 etc.) don't support STUN. However, they do let you define a static external NAT IP address, and parameters to send a keep-alive out through the NAT on a regular basis. However, I want to make these devices work in an environment where they are behind a NAT which has a dynamic IP which might change (though in fact it changes only rarely.) They're
2012 Feb 24
1
Apple od/ad authentication problem
Hello all. Im pretty new to dovecot and postfix world. I'm completely stumped. OS X 10.7.3, behind a Cisco asa NAT. When trying to authenticate (ssl or not) via the webmail interface I get this error... NAT IP is the public ip I assigned. It doesn't work for an AD account or an account local to the Mac server. However it DOES work on the internal LAN. Feb 22 18:15:36 mail
2007 Apr 24
1
ast 1.2.x - cisco 7970 behind nat to external asterisk with no nat
Hi All, As the subject describes, has anyone gotten this to work? I am running an asterisk 1.2.16 server, and am trying to register my cisco 7970 remotely to it, but it just won't go. I am running 1.4.2 internally and the phone registers fine to it. I'm using the latest firmware (i think) - 8.2.1S On the server in question I have tried the following for the sip declaration:
2003 Oct 29
3
Am I missing somthing?
Should the following setup work? SIP UA---NAT---Internet---NAT---SIP UA If both UA's support STUN and report the external IP address in the SIP packet.. I am trying to get away from using canreinvite=no so that traffic can go directly between the UA's and not via the central server but I can't seem to get it to work.. Has anyone set this up and can give me some pointers??
2003 Sep 11
2
SIP client<->NAT<->Asterisk<->NAT<->SIP client. only works with canreinvite=no.
Hi! I have this configuration: SIP client A <-> NAT box A (real external IP) <-> Asterisk server (real IP) <-> (real external IP) NAT box B <-> SIP client B The echo test form any of the clients to the asterisk server is working just fine, even without canreinvite=no. When I try to call from SIP client A to B, wihtout the canreinvite=no in the sip.conf, the call
2006 Feb 19
3
Cisco 7905 can't register
My Cisco 7905 can't register with Asterisk (1.0.7-BRIstuffed-0.2.0-RC7k on Debian stable). It could, however, register with another installation of Asterisk and the settings on the phone (apart from the SIP proxy address) haven't changed since then. On the new Asterisk box my sip.conf contains this: [jeremy] type=friend regexten=801 allow=g729 host=dynamic secret=PASSWORD nat=yes
2003 May 15
8
SIP behind NAT (*sigh*)
Hi guys, sorry to be iterating this on the list once more, but I'm not able to get this stuff to work as I'd expect. So far, I've always managed to keep it out of NAT environments :-> My home LAN is NATed by a simple Draytek router. In the home LAN is an ATA186 with SIP. On the internet (public) is an Asterisk server. I have nat=yes in the sip.conf and the connectmode is set