On May 27, 7:37*am, "soup_or_po...@yahoo.com"
<soup_or_po...@yahoo.com> wrote:
> On May 26, 4:39*pm, ibupro...@painkiller.example.tld (Moe Trin) wrote:
>
>
>
>
>
> > On Mon, 26 May 2008, in the Usenet newsgroup comp.os.linux.networking, in
> > article <b9e1979c-d5f5-4efa-96cf-b899037cf...@b1g2000hsg.googlegroups.com>,
>
> > soup_or_po...@yahoo.com wrote:
>
> > NOTE: Posting from groups.google.com (or some web-forums) dramatically
> > reduces the chance of your post being seen. *Find a real news server.
>
> > >> (Moe Trin) wrote:
> > >>> Stop trying to talk to that IP address. <A0>Your description is lacking
> > >>> substantial details, but the host that this arp entry occurs on has
> > >>> been told that it has to talk to 172.16.170.43 - as you don't give any
> > >>> details, it's impossible to tell what - but there is some application
> > >>> running that wants to talk to this address.
>
> > >>>> My problem now is I can connect to port 1099 on .46 from .30 but not .
> > >>>> 35.
>
> > >>> And how are you trying to connect? <A0>What application is trying? Is
> > >>> what-ever application running on ".35" hard coded to look to ".43"
> > >>> instead of some hostname, or the correct address?
> > >>>> The ping back and forth from .46 and .35 is fine. Sounds very screwed
> > >>>> up. Please HELP!
> > >> Found out that ping from .35 to .46 is successful. But from .46 to .35
> > >> is unsuccessful. How weird is that? Should I consider replacing the
> > >> NIC?
>
> > This differs from what you wrote above about ping being fine. What did
> > you change? * No, this is not a NIC problem, nor cabling. You have some
> > configuration error, but where - no details.
>
> > >I see the following entry in .46
> > >[root@npaxwebproxy1 sbin]# more /proc/net/arp
> > >IP address * * HW type *Flags * * * HW address * * * * Mask * * Device
> > >172.16.170.35 *0x1 * * *0x0 * * * * 00:00:00:00:00:00 ** * * * *eth0
>
> > That means that some application on .46 has been told to talk to
> > 172.16.170.35, but 172.16.170.35 isn't answering an ARP.
>
> > >Also .30 can ping .35 back and forth. That tells me the NIC in .35 is
> > >ok.
>
> > In host .30 and .35, run the command *'/sbin/arp -an'
> > In host .30, run the command 'ping -c1 .35' (correct the hostname as
> > needed), and within sixty seconds run the command '/sbin/arp -an' again
> > on BOTH system. You should see an entry for the "other" computer in
> > each host. * Now wait another 60 seconds, and repeat the '/sbin/arp -an'
> > command. If no other application ON EITHER SYSTEM is trying to talk to
> > the other computer, the arp entry should be gone.
> > Repeat this test on the "other" computer.
> > Repeat this test from the .46 computer and any others having problems
> > talking.
>
> > You could have a firewall problem - '/sbin/iptables -L' and see what
> > firewall rules are on each computer. *You could have a name resolution
> > problem - '/sbin/arp -a' verses '/sbin/arp -an'. *In that case, fix the
> > DNS or put full hostnames/addresses into the /etc/hosts file on all
> > systems.
>
> > * * * * Old guy- Hide quoted text -
>
> > - Show quoted text -
>
> I did all the steps delineated above.
>
> The ping between .35 and .30 works both ways.
>
> Also the ping between .30 and .46 works both ways.
>
> The ping from .35 to .46 works fine
>
> However the ping from .46 to .35 does not work.
>
> Thanks for your help. I think I need more help.- Hide quoted text -
>
> - Show quoted text -
Here is ARP table on .35
[root@npaxwebprod0B tmp]# more /proc/net/arp
IP address HW type Flags HW address
Mask Device
172.16.170.1 0x1 0x2 00:02:B3:B9:7F:02 *
eth0
172.16.170.46 0x1 0x6 00:13:72:58

8:E5
* eth0
172.16.170.30 0x1 0x2 00:19:B9

A:63:8D
* eth0
Here is the ARP table on .46
[root@npaxwebproxy1 sbin]# more /proc/net/arp
IP address HW type Flags HW address
Mask Device
172.16.170.35 0x1 0x6 00:19:B9

A:63:B0
* eth0
172.16.170.30 0x1 0x2 00:19:B9

A:63:8D
* eth0
172.16.170.46 0x1 0x6 00:13:72:58

8:E5
* eth0
172.16.170.1 0x1 0x2 00:02:B3:B9:7F:02
* eth0
Here is the output of iptables -L on .35
[root@npaxwebprod0B tmp]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Here is the output of iptables -L on .46
[root@npaxwebproxy1 sbin]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:
5353
ACCEPT udp -- anywhere anywhere udp
dpt:ipp
ACCEPT all -- anywhere anywhere state
RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:5902
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:789
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:81
ACCEPT udp -- anywhere anywhere state NEW
udp dpt:789
ACCEPT udp -- anywhere anywhere state NEW
udp dpt:ntp
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:1099
ACCEPT udp -- anywhere anywhere state NEW
udp dpt:1099
ACCEPT tcp -- anywhere anywhere state NEW
tcp dpt:1098
REJECT all -- anywhere anywhere reject-
with icmp-host-prohibited
Thanks