Displaying 1 result from an estimated 1 matches for "rejecteed".
Did you mean:
rejected
2003 Oct 10
0
Problem with aliased interface
...ifconfig eth0:0 10.1.0.29 netmask 255.255.0.0 broadcast 10.1.255.255
(or ip a a 10.1.0.29/16 dev eth0 label eth0:0)
The other machine has one NIC with 10.1.0.62/16.
When shorewall is disabled I can ping and connect between those two
fine, however when shorewall is on every connection or ping is REJECTEed
in the "all2all". (please see detailed output below)
What I was trying to do is have two zones on eth0 - "modem" and "loc"
depending on the subnet
(modem is for the tunnel and "loc" is, well, the local zone.)
I have read the aliased-interfaces HOWTO, chec...