* ping from 'wrong' ip-address
@ 2003-02-26 14:13 Magnus Solvang
2003-02-27 15:09 ` Magnus Solvang
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Solvang @ 2003-02-26 14:13 UTC (permalink / raw)
To: Netfilter Mailing List
A 1/8 subnet (32-64). Pinging had suddenly changed from using the correct
ip-address for the external interface to use the ip-address for the first
alias for this interface (eth1:0). I can't ping outside anymore.
The ip-address for eth1:0 was previously a machine on the network, that
now has been moved to a reserved ip-address on the LAN.
Could this be a ARP-cache-problem?
eth1 Link encap:Ethernet HWaddr 00:50:DA:3F:BC:7C
inet addr:xxx.xx.xx.49 Bcast:xxx.xx.xx.63 Mask:255.255.255.224
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:88183 errors:0 dropped:0 overruns:0 frame:0
TX packets:107259 errors:0 dropped:0 overruns:0 carrier:0
collisions:436 txqueuelen:100
RX bytes:47743572 (45.5 Mb) TX bytes:67780367 (64.6 Mb)
Interrupt:10 Base address:0xe800
# ping www.vg.no -c 1 -I eth1
PING www.vg.no (193.69.165.20) from xxx.xx.xx.34 eth1: 56(84) bytes of data.
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
From 193.69.71.34 icmp_seq=1 Destination Port Unreachable
ping: sendmsg: Operation not permitted
--- www.vg.no ping statistics ---
1 packets transmitted, 0 received, +6 errors, 100% loss, time 96ms
iptables logs many lines like this:
Feb 26 15:07:59 firewall kernel: mangle OUTPUT:IN= OUT=eth1 SRC=xxx.xx.xx.34 DST=193.69.165.20 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=8 CODE=0 ID=21021 SEQ=256
Feb 26 15:07:59 firewall kernel: DROP: IN= OUT=eth1 SRC=xxx.xx.xx.34 DST=193.69.165.20 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP TYPE=8 CODE=0 ID=21021 SEQ=256
Anyone familiar with this problem?
- M
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: ping from 'wrong' ip-address
2003-02-26 14:13 ping from 'wrong' ip-address Magnus Solvang
@ 2003-02-27 15:09 ` Magnus Solvang
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Solvang @ 2003-02-27 15:09 UTC (permalink / raw)
To: Netfilter Mailing List
Quoting Magnus Solvang (magnus@solvang.net):
| A 1/8 subnet (32-64). Pinging had suddenly changed from using the correct
| ip-address for the external interface to use the ip-address for the first
| alias for this interface (eth1:0). I can't ping outside anymore.
| The ip-address for eth1:0 was previously a machine on the network, that
| now has been moved to a reserved ip-address on the LAN.
This problem disappeared when setting the correct GATEWAYDEV in
/etc/sysconfig/network. Iptables only did what I told it to.
- M
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-27 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-26 14:13 ping from 'wrong' ip-address Magnus Solvang
2003-02-27 15:09 ` Magnus Solvang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.