Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Unable to connect to a server from our AIX server via FTP Post 303044436 by Neo on Friday 21st of February 2020 06:52:05 AM
Old 02-21-2020
Thanks for doing a great job working to troubleshoot your own problem, Bruno.

Without a basic network diagram, it is hard for me to advise, since I cannot readily visualize what is going on.

However, so far, it seems we have some potential issues with subnet masks but I'm not convinced that is the issue, since you cannot ping or traceroute from your router.

Your router does not have any access control lists, and so normally we would look at the next hop; but I don't know where your next hop is.

We could try to figure it out with:

Code:
show arp

But it would be better if you drew a sketch of the Internet (as a cloud) and where your Internet gateways (for your organizations) attach to the Internet, and the devices / hosts in the path (in your org).

Note: See next post about your "10"net WAN.

Right now, there is no path from your router (where you are logged in) to the Internet, or so it seems from what I have read so far. You have done a good job of showing the details. Thanks for your patience.

Can you ping or traceroute to any device on the Internet from your router? If so, via what interface on your router?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ftp script not able to connect to ftp server.

I have the following ftp script to get files from a remote location. However, on running the script I find that I am not even able to connect to ftp server. I am able to connect to ftp server using other GUI ftp tools like WS_FTP using the same IP. IP used here is a dummy IP. What can go... (3 Replies)
Discussion started by: gram77
3 Replies

2. AIX

Unable to connect to AIX server through xmanager

Hi, I have xmanager installed on my windows PC. But I am not able to connect to AIX server. It's giving the error as follows: The X11 forwarding request was rejected. Graphics mode is not coming up in AIX server. Please help as I have to install oracle patchset urgently. (1 Reply)
Discussion started by: dwiravi
1 Replies

3. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

4. UNIX for Advanced & Expert Users

Unable to use FTP command to connect from one server to another

Hi, I have two unix servers A and B. from A i am trying to use the ftp command to connect to B but I am getting the "ftp: connect: A remote host refused an attempted connect operation." I checked the following things : 1.) Unix Server details for A and B after running the command uname -a... (3 Replies)
Discussion started by: mick_000
3 Replies

5. Red Hat

unable to connect remote server using ssh

hi all i am unable to connect remote server using ssh but i am able to ping the server ssh service is running. (5 Replies)
Discussion started by: nikhil kasar
5 Replies

6. Linux

Generate public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (0 Replies)
Discussion started by: sridhardwh
0 Replies

7. UNIX for Advanced & Expert Users

Public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (1 Reply)
Discussion started by: sridhardwh
1 Replies

8. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

9. Solaris

Unable to connect sun server.

Hi, I am unable to connect sun server, server model is sun fire v440 on server 2 ports are there. serial management, and network management. I would like to know how to connect serial port if I dont have com port on my system? and on Network Management no ip address is configured. ... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

10. Shell Programming and Scripting

Not able to connect to new FTP server

Hi All, We have done new FTB setup. I am not able to to connect to this new target server. Here is the new setup to send files to the FTB : - Login : FTB-TAN-DEV-SAP - Protocol : SFTP - Port : 54322 - Hostname : ftb-dev.apj.hp - Env : DEV - Target ID : 3225 I tried connecting to the... (5 Replies)
Discussion started by: ROCK_PLSQL
5 Replies
PARIS-TRACEROUTE(8)					      System Manager's Manual					       PARIS-TRACEROUTE(8)

NAME
paris-traceroute - print the IP-level routes between two Internet hosts. SYNOPSIS
paris-traceroute [ -fhilnqvV ] [ -b initial_id ] [ -d dest_port ] [ -a algorithm ] [ -f first_ttl ] [ -L packetlen ] [ -m max_ttl ] [ -M max_missing_hops ] [ -p protocol ] [ -q nqueries ] [ -s source_port ] [ -t tos ] [ -T delaymsecs ] [ -w waittime ] host DESCRIPTION
Paris traceroute is a new version of the well-known network diagnosis tool. It addresses problems caused by load balancers with the ini- tial traceroute(8) implementation. By controlling the flow identifier of the probes, it is able to follow accurate paths in networks with load balancers. It is also able to find all the load balanced paths to the destination. Finally, it enriches its output with information extracted from the received packets, allowing a more precise analysis of the discovered paths. Options are: -a Set the probing algorithm: hopbyhop Send q (configured with the -q flag) probes with the same TTL, then wait for all the replies or a timeout. Increment the TTL and reiter the operation until we reach the destination. All packets hold the same flow identifier. packetbypacket It is the classic traceroute(8) algorithm: send one probe at a time, then wait for a reply or a timeout. Reiter the operation until we reach the destination. concurrent Send all the probes from min_ttl to max_ttl and wait for all replies or a timeout. scout Send a scout probe with a ttl max to the destination. If the destination can be reached, compute the number of hops used to reach the destination and start the concurrent algorithm with a max_ttl equal to this number of hops. If the destination cannot be reached, the hopbyhop algorithm will be used instead. This algorithm is only usable with UDP probes. exhaustive Print all the possible "load balanced" paths to the destination. (See section EXHAUSTIVE ALGORITHM ) -b Set the initial probe identifier. -d Set the the UDP/TCP destination port (default: 33457). -f Set the initial ttl (default: 1). -h Print help. -i Print the "IP Identifier" value of the responses. It is used to identify the different interfaces of a router, or uncover NAT boxes. -l Display the ttl value of the reply. Useful to study asymmetric routing and NAT boxes. -L Set the data length to be used in outgoing packets. (default: 0). -m Set the maximum ttl (default: 30). -M Set the maximum number of consecutive unresponsive hops which causes the program to abort (default 3). -n Print hop addresses numerically. The default is to print also hostnames. -p Set the protocol to use (possible values: udp, tcp, icmp). -q Set the number of probes per hop (default: 3). -s Set the UDP/TCP source port (default: 33456). -t Set the Type of Service (default: 0). This field is taken into account by many per-flow load balancers: in presence of such a load balancer, packets having different TOS values are likely to follow a different paths. -T Set the time to wait between probes, in milliseconds (default 50ms). -v Print debug messages. -V Print the program version. -w Set the time to wait for a response, in milliseconds (default 5000ms). EXHAUSTIVE ALGORITHM
With the deployment of load balancing, there is no longer only one path between two Internet hosts. This algorithm sends enough probes at each hop to find all the possible interfaces. Unlike the other algorithms, it varies the flow identifier of the probes in a controlled man- ner, to ensure the discovery of all the interfaces with a high confidence degree. It also categorizes load balancers as "per-packet" (pseudo-random, round-robin packet balancing) or "per-flow" (packets belonging to the same flow follow the same path). In case of per-flow load balancing, it prints additional information to track flows. The following trace shows the enriched output: 14 1.1.1.1:0,1,3 539.065 ms 1.1.1.2:2,4,5 492.152 ms 15 2.2.2.2:0,1,3 563.163 ms 2.2.2.3:2,4,5 470.919 ms Integers listed after the interface addresses are "flow identifiers": they are used to identify a flow in the set of interfaces found by the algorithm. For example, flow #0 traverses interfaces 1.1.1.1 and 2.2.2.2. This is the same for flows 1 and 3 while flows 2, 4 and 5 traverse 1.1.1.2 and 2.2.2.3. OUTPUT
The following information are extracted from the response packets and displayed: Response TTL The TTL of the responses (from the routers and the destination) is optionally displayed in square brackets (Use the -l flag ). Original TTL This is the TTL of the probe when it was received and dropped by the router. If the original TTL is different than 1, it is dis- played with a !Tx symbol, where x is the value of the TTL. For example, !T0 indicates that the value of the TTL was 0 when the probe reached the router that discarded it. IP Identifier This the identifier of the IP error packet sent by the router. This field is set with the value of an internal 16-bit counter usu- ally incremented for each packet sent. This value is optionally displayed inside brackets. For instance {1234} indicates that the probe had its identifier set to 1234. MPLS labels If the packet contains ICMP extensions for MPLS, the MPLS label stack is diplayed in an additionnal line just after the current hop line. Labels of the same stack are separated with a "|" character. Other ICMP error messages Paris traceroutes uses the same convensions as traceroute(8) to display unexpected ICMP messages (i.e. different than TIME_EXCEEDED, PORT_UNREACHABLE and ECHO_REPLY). SEE ALSO
traceroute(8), pathchar(8), netstat(1), ping(8) AUTHOR
The initial version of traceroute(8) was implemented by Van Jacobson from a suggestion by Steve Deering. Paris traceroute was implemented by Xavier Cuvellier. Debugged and enhanced by Brice Augustin. The current version is available at: http://www.paris-traceroute.net BUGS
Please send bug reports to brice.augustin@rp.lip6.fr. 4.3 Berkeley Distribution 28 August 2006 PARIS-TRACEROUTE(8)
All times are GMT -4. The time now is 09:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy