Thanks for the Reply again Brad.

I got the output this.
It seems that request is comming but my kernel is not able to handle the packets.

[EMAIL PROTECTED] ~]# tcpdump -i ppp0 port 22
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ppp0, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
04:31:07.868749 IP 192.168.0.10.1088 > 192.168.0.1.22: S 835932766:835932766(0) win 8192 <mss 1360,nop,nop,sackOK>
04:31:10.874502 IP 192.168.0.10.1088 > 192.168.0.1.22: S 835932766:835932766(0) win 8192 <mss 1360,nop,nop,sackOK>
04:31:16.904847 IP 192.168.0.10.1088 > 192.168.0.1.22: S 835932766:835932766(0) win 8192 <mss 1360,nop,nop,sackOK>
tcpdump: pcap_loop: recvfrom: Network is down
3 packets captured
3 packets received by filter
0 packets dropped by kernel



[EMAIL PROTECTED] ~]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  anywhere             anywhere
ACCEPT     gre  --  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
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:1723

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination
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,ESTAB LISHED
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:smtp
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
REJECT     all  --  anywhere             anywhere            reject-with icmp-ho st-prohibited

I m getting the same error "No route to host".


On 8/12/06, Brad Campbell <[EMAIL PROTECTED]> wrote:

Rahul Sexana wrote:
> Hi Brad,
> Thanks for the response. But its not working dear.

good, that rules out something silly..
Now..
tcpdump -i ppp0 port 22
and then try and ssh to the machine.. let's see if you are getting the right traffic on that
interface at all..


--
"Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so." -- Douglas Adams


__._,_.___


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to