Displaying 20 results from an estimated 1000 matches similar to: "Shorewall with a single interface and multiple aliases"
2019 Feb 08
0
netmask on aliases overriden by netmask on interface
On 08.02.19 15:08, James B. Byrne via CentOS wrote:
> # ifconfig eth1:192008001
> eth1:192008001 Link encap:Ethernet HWaddr 00:25:90:61:74:C1
> inet addr:192.168.8.1 Bcast:192.168.8.255
> Mask:255.255.255.128
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> Interrupt:17 Memory:feae0000-feb00000
>
> Which shows that the network mask is
2003 Jan 14
3
Shorewall-1.3.13
Just some stuff that was laying around in CVS:
1. Added ''DNAT-'' target.
2. Print policies in ''check'' command.
3. Added CLEAR_TC option.
4. Added SHARED_DIR option.
[teastep@wookie Shorewall]$ cat releasenotes.txt
This is a minor release of Shorewall that has a couple of new features.
New features include:
1) A new ''DNAT-'' action has been
2006 Sep 23
0
Missing Mailbox
Hi List,
I'm setting up a new Dovecot server and am having some issues getting
Dovecot to see the mailbox correctly. I already have several mailboxes (From
another Dovecot server) but my new install does not see them. I'm running
Ubuntu 6.06 w/ Dovecot 1.0.beta3.
When I try to login, I get the following in the log.
Sep 23 15:11:55 nibiru dovecot: auth(default): client out: CONT^I1^I
Sep
2018 May 02
0
IP aliases of DCs to prevent DNS timeouts
Hi Vincent,
> In my environment, I have a total of 4 DCs (Samba 4.7.6) running in VMs.
> Their uptime schedule goes like this:
> dc00 : usually 100% unless there's a failure.
> dc01 : same as above
> dc02 : a few days per week.
> dc03 : a few days per month.
may I inquire why you are have setup such a scenario? If all DC are on
same site, it is not necessary to have such a
2018 Apr 27
2
IP aliases of DCs to prevent DNS timeouts
Hi All,
In my environment, I have a total of 4 DCs (Samba 4.7.6) running in VMs.
Their uptime schedule goes like this:
dc00 : usually 100% unless there's a failure.
dc01 : same as above
dc02 : a few days per week.
dc03 : a few days per month.
This has the consequence that a DNS A lookup on the AD domain shows 4 IPs,
2 of which are usually not up.
Because I don't have shared storage in
2005 Jun 01
0
ip aliasing and loadbalancing with iproute2
Hi,
We have two internet connections and I would like to loadbalance between the
two using advanced routing. The gateway machine to my lan has two
interfaces, one connected to lan(eth0) and other to wan (eth1). The wan
side interface is connected to a switch which is terminated with two
internet connections from two ISPs.
I have added the routes as follows,
ip route add default scope
2003 Oct 10
0
Problem with aliased interface
Hello!
I have a problem using shorewall on an aliased interface. Let me give
you a short description of the setup:
eth0 uses DHCP and will be assigned a 10.38.0.0/16 address by my ISP;
I use a host-route to access their PPTP on 10.0.0.138 with "pptp 10.0.0.138"
ppp0 is the Internetconnection then (duh)
At the same time I want to connect the box to my LAN using 10.1.0.0/16
or any
2002 Dec 05
7
New in CVS
The ''firewall'' script currently in the /Shorewall CVS project:
a) Is approximately 15% faster starting/restarting on my configuration --
please report your experiences with it.
b) Reloads Traffic Control/Shaping as part of "shorewall refresh"
c) Turns off the shell trace after an error has occured (except when the
command being traced is "stop" or
2004 Sep 03
18
Public IP
I have problem with IP public, my Network configuration
[wireless] <------> [Router] <------ > [ Linux proxy ] <
------ > [Client ]
IP configuration
[202.123.123.1] <------->[202.123.123.2 and 192.168.0.1] <
------ > [192.168.0.2 and 202.123.123.3] < ------ >
[202.123.123.4]
this configuration will use IP 202.123.123.2 on internet
how to config my network
2003 Jul 31
0
Snapshot 1.4.6_20030731
http://shorewall.net/pub/shorewall/Snapshots
ftp://shorewall.net/pub/shorewall/Snapshots
Problems Corrected since version 1.4.6:
1) Corrected problem in 1.4.6 where the MANGLE_ENABLED variable was
being tested before it was set.
2) Corrected handling of MAC addresses in the SOURCE column of the
tcrules file. Previously, these addresses resulted in an invalid
iptables command.
2003 Aug 09
0
Snapshot 20030809
http://shorewall.net/pub/shorewall/Snapshots
ftp://shorewall.net/pub/shorewall/Snapshots
Problems Corrected since version 1.4.6:
1) Corrected problem in 1.4.6 where the MANGLE_ENABLED variable was
being tested before it was set.
2) Corrected handling of MAC addresses in the SOURCE column of the
tcrules file. Previously, these addresses resulted in an invalid
iptables command.
3)
2012 Jul 16
0
[LLVMdev] Information about aliases in llvm-nm, and aliases ignored in llvm-extract.
I was wondering if there would be any objection to adding a flag to llvm-nm to either mark a symbol in a special way if it is an alias (suggestions welcome), or a flag to skip aliases completely. This could be a hidden flag if it is something we don't want to expose.
I would also like to change llvm-extract (ExtractGV) to eliminate any aliases that do not have a matching aliasee for the
2008 May 04
2
network-bridge called three times
Hello All,
I'm trying to figure out why xen-utils-common 3.2 doesn't suport
bridging on multiple interfaces. I've been digging
around /etc/xen/scripts/network-bridges. And modified it so that during
boot, when executed the script writes into /tmp/netbr file, but I
commented out code that actually creates bridges.
I discovered that this script is called three times during boot, I
2006 Mar 07
3
ActiveRecord allows un-synced aliases?
q1 = Question.find(1)
q2 = Question.find(1)
Now, we find q1.__id__ != q2.__id__.
It appears the two aliases are not kept in sync:
q1.name => ''old name''
q2.name = ''new name''
q2.save!
q1.name => ''old name''
q2.name => ''new name''
q1.reload
q1.name =>
2007 Aug 28
0
Aliases not working in a subclass ?
When you use alias in a definition or class ie. Access alias fom within the same enclosing scope you created the object that provieds the alias in it wors fine. I use alias in that exact case frequently eg. For requirements/subscribes etc.
----- Urspr?ngliche Nachricht -----
Von: Francois Deppierraz <francois at ctrlaltdel.ch>
Gesendet: Dienstag, 28. August 2007 19:19
An: Puppet User
2006 Sep 01
1
host type removing aliases
When using the host type in a manifest, aliases for hosts not managed by
puppet are removed.
# cat /etc/hosts
192.168.1.1 host1.example.com host1
# cat /tmp/host.pp
host {
"host2.example.com": ip => "192.168.1.2", alias => host2, ensure => present;
}
# puppet /tmp/host.pp
dnsdomainname: Unknown host
notice: //host=host2.example.com/ensure: created
# cat
2004 Oct 15
1
is round-robin on interface aliases possible?
Hello, I''m new to the list and iproute2 itself. I was searching for a
way to simultaneously use several IPs on the *same network interface*
for outbound traffic. Let me explain: I have eth0 interface to which I
set 2 IP addresses; 192.168.0.1 and 192.168.0.2. Then I want to connect
to Internet through 192.168.0.254 gateway using round-robin between
those 2 addresses. The iproute2
2005 Jun 07
0
font aliases
Hello,
A program I use with wine needs a font that is not installed, "Comic
Sans MS". I don't want to install that font, instead I want to make an
alias for that font by modifying the file ".wine/config", but I hadn't
figured it how, yet.
I want to mention that I've read the section "Dealing with Fonts" from
"Wine User Guide", but it didn't
2009 Sep 28
1
IP aliases of CentOS Guests not accessible running 2.6.18-164.el5xen
Hi all,
First of all I am posting this on two lists for a reason, because the
issue being reported by me could be because of a change delivered by a
Kernel update or due to Xen.
I have recently managed to update all Xen Guest domains running CentOS
5.3 to the latest bunch of updates + Kernel. My Xen host also runs the
same CentOS 5.3 updated to all recent packages.
The Guest images in concern
2009 Sep 28
1
IP aliases of CentOS Guests not accessible running 2.6.18-164.el5xen
Hi all,
First of all I am posting this on two lists for a reason, because the
issue being reported by me could be because of a change delivered by a
Kernel update or due to Xen.
I have recently managed to update all Xen Guest domains running CentOS
5.3 to the latest bunch of updates + Kernel. My Xen host also runs the
same CentOS 5.3 updated to all recent packages.
The Guest images in concern