search for: ip3

Displaying 20 results from an estimated 31 matches for "ip3".

Did you mean: ip
2004 Feb 06
1
ipfw question
Dear All. I want to use 'not' for 2 addresses (for both) in ipfw2 rule. The only way that looks like what I need is # ipfw add count from IP1 to not IP2,IP3 But does this rule indeed makes what I want? Does it count all packets destined to addresses other then IP2 AND IP3?! No other syntax works. For example more logically correct not IP2 AND not IP3 or even not { IP2 or IP3 } are understood by ipfw2 man does not contain the good description of this...
2006 Jun 09
5
Redirect Host to Host
Hello I have a PC with 2 IPs publics IP1 in eth0 and IP2 in eth0:0 I want to do a redirection of IP2 to an other public IP IP3 in an other laptop (other network) - for all ports : IP2 ---> IP3 - for juste www : IP2:www --> IP3:www i tried many combination with shorewall-3.0.7-4, but no sucess no help from google, Thanks in advance Laurent
2020 Jul 23
5
Off Topic bash question
...INE do NODENAME=` echo $LINE | cut -f 1 -d ','` IP=` echo $LINE | cut -f 2 -d ','` names[index]="$NODENAME" ip[index]="$IP" index=`expr index+1` total=`expr total+1` done <<< $(cat list.txt) simple file: more list.txt name1,ip1 name2,ip2 name3,ip3 output when running: sh -x ./test_bash.sh + index=0 + total=0 + names=() + ip=() ++ cat list.txt + read -r LINE ++ echo name1,ip1 name2,ip2 name3,ip3 ++ cut -f 1 -d , + NODENAME=name1 ++ echo name1,ip1 name2,ip2 name3,ip3 ++ cut -f 2 -d , + IP='ip1 name2' + names[index]=name1 + ip[index]=...
2005 Jun 11
1
problem with ip route and multiple lans
...------------ #1ISP P1_NET1="83.16.76.112" ETH1="eth1" IP1="83.16.76.114" R1="83.16.76.113" #2ISP P2_NET2="80.55.42.32" ETH2="eth2" IP2="80.55.42.34" R2="80.55.42.33" #3ISP P3_NET3=212.160.117.112 ETH3="eth3" IP3="212.160.117.114" R3="212.160.177.113" #INTERNAL LAN P0_NET="192.168.100.0" ETH0="eth0" IP0="192.168.100.1 #DMZ P4_NET="10.1.1.0" ETH4="eth4" IP4="10.1.1.1" ip route add $P1_NET1 dev $ETH1 src $R1 table T1 ip route add de...
2005 Nov 24
0
Load Balancing/NAT
...any help anyone can give. SCRIPT FOLLOWS: #!/bin/sh #Define my vars #Interfaces IF0=eth0 IF1=eth1 IF2=eth2 IF2=eth3 IF2=eth4 IF2=eth5 IF2=eth6 #IP Addresses bound to interfaces IP0=10.10.1.1 #Internal Interface Address IP1=10.254.7.1 #Satellite 1 Interface IP2=10.254.9.1 #Satellite 2 Interface IP3=10.254.10.1 #Satellite 3 Interface IP4=10.254.16.1 #Satellite 4 Interface IP5=10.254.17.1 #Satellite 5 Interface IP6=10.254.18.1 #Satellite 6 Interface #IP Addresses of Gateways P0=10.10.1.2 #BBSM IP Address P1=10.254.7.10 #Sattelite 1 Router/Modem IP (Gateway) P2=10.254.9.10 #Sattelite 2 Router/M...
2015 Oct 27
6
Bind DNS Issues
...10:12:39.820 update-security: error: client IP1#62177: update 'samba4.scem.westernsydney.edu.au/IN' denied 27-Oct-2015 10:21:11.541 update-security: error: client IP2#54301: update 'samba4.scem.westernsydney.edu.au/IN' denied 27-Oct-2015 10:29:03.733 update-security: error: client IP3#64620: update 'samba4.scem.westernsydney.edu.au/IN' denied 27-Oct-2015 10:29:03.955 update-security: error: client IP3#64354: update 'samba4.scem.westernsydney.edu.au/IN' denied 27-Oct-2015 10:32:40.810 update-security: error: client IP4#58684: update 'samba4.scem.westernsydn...
2006 Jan 16
1
setting Cisco 7940 to factory default
...t my phone so that I can make configuration changes. I am using SIP but one of the phones has been recofigured to MGCP. 2. I am already using Asterisk with my 7940, what do I need to configure so that I can use Cisco 7905 as well/ Hoss Bazargani 760-305-7000 ext. 405 760-732-3587 Fax hbazargani@ip3.com www.ip3.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060116/a1190c6b/attachment.htm
2004 Nov 20
2
Same GW for load balancing
Hi I want to use two dsl (or more) lines to increase my internet bandwidth. Our dsl lines are dhcp serviced. Both of them provide the same Def GW and different IPs for each ethernet interface (same subnet). ¿Is it possible to balance outgoing traffic "using" the interface as a criteria? No point on choosing gateway by IP. ¿Could someone give me a clue on how to deal with this? (first
2020 Jul 23
0
Off Topic bash question
...$(cat list.txt) done < list.txt The "<<<" operator does all manner of expansion of the input and supplies it as a single line. That not what you want. Just redirect stdin from the file instead. > simple file: > more list.txt > name1,ip1 > name2,ip2 > name3,ip3 > > output when running: > sh -x ./test_bash.sh > + index=0 > + total=0 > + names=() > + ip=() > ++ cat list.txt > + read -r LINE > ++ echo name1,ip1 name2,ip2 name3,ip3 This is happening because of the <<< operator. > ++ cut -f 1 -d , > + NODENAME=...
2006 Mar 19
0
need help with route tables and policy routing please
...have that currently running as a test of outputing to all three ISP connections. Kirk #!/bin/bash IF0=eth0 IP0=10.10.10.1 P0=70.25.176.129 P0_NET=10.10.10.0 IF1=eth1 IP1=70.25.176.154 P1=70.25.176.129 P1_NET=70.25.176.128 IF2=ppp0 IP2=209.213.232.127 P2=209.183.132.10 P2_NET=209.0.0.0 IF3=ppp1 IP3=69.63.33.227 P3=209.183.132.10 P3_NET=209.0.0.0 #ip route add $P0_NET dev $IF0 src $IP0 table 50 #ip route add default via $P0 table 50 #ip route add $P1_NET dev $IF1 table 50 #ip route add $P2_NET dev $IF2 table 50 #ip route add $P3_NET dev $IF3 table 50 #ip route add 127.0.0.0/8 dev lo...
2012 Sep 10
3
How to remove last comma when iterating through hash in erb template
I need to produce a line in a config file in the format x = "ip1,ip2,ip3" I am using the method below to sort the hash before iterating over it. However, as you can see there will always be a final comma which breaks the app that uses this config file. Does anyone know how I could remove the final comma? ipv4_bind_addresses = "<% routes.sort_by {|key,...
2020 May 21
2
[Bug 1427] New: can not reuse source port to a DNATed IP if it is being used by another connection
...Status: NEW Severity: normal Priority: P5 Component: NAT Assignee: netfilter-buglog at lists.netfilter.org Reporter: antonio.ojea.garcia at gmail.com Scenario: There is one established connection IP1:Port1 -> IP2:Port2 There is a DNAT rule like IP3:Port3 -> IP2:Port2 If a new connection is created from IP1 to IP3:Port3, and this connection has source port Port1, the connection can not be established, because the incoming packet is not de-natted The bug was originally reported in Kubernetes: https://github.com/kubernetes/kubernetes/issues...
2003 Oct 08
2
Shaping services and users (2nd time)
Hello, I am making a HTB script for a few people and I wanted to ask a question. Now I have a nice script with this hierarchy of classes. root(128/128) +---WWW(32/128) +---Default(32/128) +---P2P(1/64) #P2P Programs like DC and Kazza +---.... How should I implement limiting the speed of some users (by IP addresses)? I had an idea, but it looks too compicated. What do you think?
2013 Sep 30
4
strange problem
Hi, In log I get: ----------------------------------------------------------- Sep 30 16:19:03 host kernel: Shorewall:FORWARD:REJECT:IN=eth0 OUT=eth0 SRC=ip1 DST=ip2 LEN=48 TOS=0x00 PREC=0x00 TTL=118 ID=27279 DF PROTO=TCP SPT=51501 DPT=25 WINDOW=8192 RES=0x00 SYN URGP=0 ---------------------------------------------------------- Even in /etc/shorewall/rules I have
2015 Oct 27
0
Bind DNS Issues
...security: error: client IP1#62177: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:21:11.541 update-security: error: client IP2#54301: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:29:03.733 update-security: error: client IP3#64620: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:29:03.955 update-security: error: client IP3#64354: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:32:40.810 update-security: error: client IP4#58684: > update ...
2015 Oct 27
0
Bind DNS Issues
...security: error: client IP1#62177: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:21:11.541 update-security: error: client IP2#54301: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:29:03.733 update-security: error: client IP3#64620: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:29:03.955 update-security: error: client IP3#64354: > update 'samba4.scem.westernsydney.edu.au/IN' denied > 27-Oct-2015 10:32:40.810 update-security: error: client IP4#58684: > update ...
2004 May 21
2
dial an IP address
Anyone written an extension that will take a 12 digit number, convert it to an IP address so that you can make a sip call to it. Chris
2005 Jun 28
1
Help - Firewall/Router Configuration
...2.168.0.0" #WIF: IF1="eth1" IP1="<real IP>" P1="<real IP>" P1_NET="<real IP>" #DSL: IF2="eth2" IP2="<real IP>" P2="<real IP>" P2_NET="<real IP>" #DMZ: IF3=''eth3" IP3="192.168.0.3" #WEBSRV="<real IP>" P3="<real IP>" P3_NET="<real IP>" #External: <BOSSHOME>="<real IP>" <HQNAT>="<real IP>" <HQGW>="<real IP>" #Split Access ip route add $P1_N...
2009 Dec 18
3
imap-login crashes after upgrade to Dovecot 1.2.8 Linux 64-bit
...line 39 (io_add): assertion failed: (fd >= 0) > Dec 18 00:27:58 IMAP 9486 <user1> <ip1> : Info: Connection closed bytes=224/1753 > Dec 18 00:27:58 IMAP 10116 <user2> <ip2> : Info: Connection closed bytes=82/707 ... > Dec 18 00:27:58 IMAP 10296 <user3> <ip3> : Info: Disconnected in IDLE bytes=44/435 > Dec 18 00:27:58 IMAP 10298 <user3> <ip3> : Info: Disconnected in IDLE bytes=263/1662 > Dec 18 00:27:58 dovecot: Error: child 5124 (login) killed with signal 6 (core dumped) (latest ip=<ip0>) > Dec 18 00:27:58 imap-login: Inf...
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
...= CP850 workgroup = INSP server string = InSp guest account = guest log level = 3 log file = /var/log.%m max log size = 3000 load printers = No domain master = Yes dns proxy = No wins server = IP1..., IP2..., IP3..., IP4... ldap ssl = no [MyShare] path = /MyShare read only = No create mask = 0775 I have done a lot of searching on the errors and only found suggestions to upgrade Samba and upgrade network drivers. This is my first post, so please let me know if addi...