similar to: routing incoming port 82

Displaying 20 results from an estimated 200 matches similar to: "routing incoming port 82"

2005 Dec 22
5
control p2p upload bandwidth rate
Hi all, I am running Slackware 10.1 with Kernel 2.6.14.3 includes iptables 1.3.4 with layer 7 My network diagram below: - INTERNET --- LINUX_ROUTER_FW --- PCs Below is my simple iptables script: - echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -t mangle -A POSTROUTING -m layer7 --l7proto applejuice -j MARK --set-mark 1 iptables -t
2007 Apr 18
4
[Bridge] Bridging Firewall with Kernel 2.6 failed
Hi all, I have a bridging firewall running fine with kernel 2.4.31 (Slackware 10.1) and iptables 1.2.11 Yesterday I install the new kernel 2.6.14.3 and iptables 1.3.4 but the bridging firewall doesn't work anymore. Do I need to patch the kernel 2.6 as what I did it for kernel 2.4? Or what I have missed? Regards, ro0ot
2013 Nov 28
0
Direct Media and message "SIP/SipAgent-00000bf9 requested media update control 26, passing it to SIP/ead14-00000bfb"
Hello, I have the following construction : Provider --> SipAgent (asterisk) --> Asterisk Server_A --> IP-phone (Snom 370) If a call comes in from the "Provider" to my SipAgent, then my SipAgent send the call to the correct Asterisk Server_A (dialplan logic based on number). The Asterisk Server_A takes the call and sends it to the IP-phone. My SipAgent has DirectMedia=yes
2013 Feb 21
2
Remove Abandoned call
hello all, i have two asterisk server for call transfer and one more asterisk server for agent login(server_X) where agent take the call. server_A and server_B server_A is connected with pri and configure with 60 channel for call transfer into server_X server_B is connected with pri and configure with 30 channel for call transfer into server_X my query is that some time two call originate same
2005 Nov 13
9
MSN keeps disconnecting with load balancing
Hi, I have the my gateway with load balancing traffic going out over two providers. Web browsing is fine...working great. But, my clients (office staff) complains that MSN keeps disconnecting (in 5 mins). Why? Please help me... Regards, ro0ot
2005 May 19
7
equal bandwidth for all IPs
Hi, How can I set equal bandwidth of 512kbit downlink and 256kbit uplink for every single IP address of 254 IP addresses I have in my LAN? Regards, ro0ot
2005 Jul 02
6
Loadbalancing how to ? ? ? ?
I have 2 ADSL ad1 and ad2 , one PC for my firewall and some deamon on it with 3 ethernet : eth0 connect to my LAN ( 192.168.60.0/24 ) and 2 other connect to ad1 and ad2 |eth1 (10.0.1.2)--------------------ad1 ( ADSL 1 ) | My LAN(192.168.60.0/24) |---------eth0( 192.168.60.2)--> PC | |eth2 (10.0.2.2)---------------------ad2 (ADSL 2 ) All computer in LAN has default router =
2004 Dec 22
4
how to add burstable rate?
Hi, I managed to fix 128kbit for an IP address of 192.168.200.3 as below: - tc qdisc add dev eth3 root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev eth3 parent 1: classid 1:1 cbq rate 128kbit allot 1500 prio 5 bounded isolated tc filter add dev eth3 parent 1: protocol ip prio 16 u32 match ip dst 192.168.200.3 flowid 1:1 tc qdisc add dev eth3 parent 1:1 sfq perturb 10 How can I
2004 Nov 15
3
source policy routing going to wrong path
Hi, Below is my Linux firewall network configuration: - eth0 - isp 1, IP: 1.1.1.10, Netmask: 255.255.255.252 eth1 - isp 2, IP: 2.2.2.10, Netmask: 255.255.255.252 eth2 - lan, IP: 172.16.0.254, Netmask: 255.255.255.0 eth3 - dmz, 192.168.0.254, Netmask: 255.255.255.0 isp 1 gateway: 1.1.1.9 isp 2 gateway: 2.2.2.9 Below is my iptables rules: - echo 1 > /proc/sys/net/ipv4/ip_forward iptables
2007 Apr 18
1
[Bridge] 1 system with 3 bridges
Hi all, I have one bridge system (used for controlling bandwidth) connected to three different DSL ISP provider. I have the following setup below: - +-------------+ | br0 | | -> eth1 | -> DSL_1 | -> eth2 | +-------------+ | br1 | | -> eth3 | -> DSL_2 | -> eth4 | +-------------+ | br2 | | -> eth5
2007 Apr 18
2
[Bridge] Neighbour table overflow
Hi, I had successfully setup my bridge (br0) but after few minutes the br0 interface seems not working. ifconfig eth0 0.0.0.0 ifconfig eth5 0.0.0.0 brctl addbr br0 brctl addif br0 eth0 brctl addif br0 eth5 brctl stp br0 on I check on my system's /var/log/syslog file. It shows something strange messages as below: - Jan 2 10:44:22 fw01 kernel: ipt_tcpmss_target: bad length (64 bytes)
2018 Apr 11
1
Two Samba 4 AD DC, a VPN
Hello, hello Rowland, So the physical configuration is something like below : +-------------------------------+ server_a   Samba AD DC   Domain: mycompany.net   Subnet: 192.168.1.0/24   IP    : 192.168.1.2 +-------------------------------+ +-------------------------------+ pc_a_1   FQDN: pc_a_1.mycompany.net.   IP:   192.168.1.33 +-------------------------------+
2005 Feb 09
2
load balancing between two dsl links
Hi, I am connected to two DSL providers (DSL 1 - 1Mbps downlink/384kbps uplink and DSL 2 - 2Mbps downlink/512kpbs uplink) I would like to only allow ftp, pop3 and http via the DSL 1 and only smtp, ipsec and pptp via DSL 2. How can I do so? Can I use iproute to route these protocols? Below is my ip routing: - # DSL 1 ip route add 2.2.2.208/30 dev eth0 src 2.2.2.210 table 1 ip route add
2018 Apr 12
0
Two Samba 4 AD DC, a VPN
Hello, hello Rowland, So the physical configuration is something like below : +-------------------------------+ server_a Samba AD DC Domain: mycompany.net Subnet: 192.168.1.0/24 IP : 192.168.1.2 +-------------------------------+ +-------------------------------+ pc_a_1 FQDN: pc_a_1.mycompany.net. IP: 192.168.1.33 +-------------------------------+
2011 Feb 14
1
unregistered trunks and registered phones coming from the same IP
Hi, I manage an SBC which stands between my company server farm and some SIP telco trunks. The system works fine, for inbound and outbound calls. Now I've configured the SBC to also act as a registration proxy, forwarding SIP registrations coming from the Internet to my asterisk servers. It all seems fine, but it doesn't work well, because by the time at least one phone registers through
2014 Oct 15
0
UPS Groups?
On Oct 14, 2014, at 12:12 PM, Michael Stinaff <mstinaff at gmail.com> wrote: > I've used nut for simple configurations before but now one has grown to a more complex setup and can't seem to find any info online. > > I would like to have single central nut master monitor a bank of UPSs for a whole rack of servers with redundant PSUs. > > So > UPS A1 --->
2004 Dec 26
1
load balancing over multiple ISP links
Hi, Can someone explain in technicality on how the load balancing over multiple ISP links? Regards, ro0ot _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jan 07
1
cannot update roaming profile
Hi, I am using VMware to test Samba 3.0.0 (running in VMware) with Windows 2000 Server (running in VMware). My Samba 3.0.0 is running as PDC and I manage to configure Windows 2000 Server to join to Samba 3.0.0 but when I logoff from the domain, there is an error stating that it can't copy a particular file to \\Samba-pdc\profiles\user1\Application Data\VMware\filename.dat Regards, ro0ot
2006 Apr 27
0
load balancing with three providers
Here is my load balancing routes: - ip ro add default scope global nexthop via 192.168.200.254 dev eth0 weight 4 nexthop via 60.1.2.9 dev eth3 weight 1 nexthop via 60.1.3.7 dev eth4 weight 1 192.168.200.254 - Have 5Mbps 60.1.2.9 - Have 1.5Mbps 60.1.3.7 - Have 1.5Mbps But, I still see lots of traffic goes to 60.1.2.9 and 60.1.3.7 The 60.1.2.9 hits 1.4Mbps and the 60.1.3.7 hits 1.3Mbps whereas
2005 Nov 29
0
fwmark port - dual adsl line
Hi all, Below is my network diagram: - eth0 (adsl 1) eth1 (adsl 2) | | | | | | | | ----------------- | | | Gateway | | | ----------------- | | | tun0 Below is my iptables scripting to mark certain ports: -