please help! routing/host config


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers please help! routing/host config
# 1  
Old 08-23-2011
please help! routing/host config

I use a windows machine to connect VIA ftp to an old digital alphastation Unix box, the alpha station will only route the registered IP address of one computer to connect through tu1 card for FTP, the windows machine went down and i lost all the information on the drive so i built a new machine and now i need to know what the IP address registered on tu1 with IP 128.1.60.199 is.

I tried doing netstat -nr and it shows a list of all my local ip adresses and net cards but not the list of where to route incoming ips

Also i attempted to do IFCONFIG -a and it comes up with an error at the wsys91 prompt stating invalid syntax

Any ideas?

Thank you!!

---------- Post updated at 07:35 AM ---------- Previous update was at 07:15 AM ----------

i should add that i have done this once before and i typed a command and it listed all the ip addresses that were routed to tu1 i just cant remember what it was!
# 2  
Old 08-23-2011
I had a difficult time understanding what you wrote.

If you want to know the routes from your windows box:
Code:
route PRINT

Tru64 UNIX also has the route command: route(8)
# 3  
Old 08-23-2011
at the wsys91:> i typed route PRINT it gives me (botched keyword)
# 4  
Old 08-23-2011
OK, you need to provide more information. What exactly is wsys91? OS type and version please.
# 5  
Old 08-23-2011
OSF1 V3.2 148

---------- Post updated at 08:00 AM ---------- Previous update was at 07:54 AM ----------

the machine is an old digital alpha station at the login screen it says Digital Unix OSF/1 i login there and it brings up another GUI with applications etc. I open the application DECterm and that is where i have been entering these commands

---------- Post updated at 08:05 AM ---------- Previous update was at 08:00 AM ----------

i also tried to add a new route with the command

route add -net 192.168.1.30 netmask 255.255.255.0 dev tu1

and i get an error saying

invalid netmask
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Apache virtual host config vs global config problem

Hi folks, I am trying to configure Apache webserver and also a virtual host inside this webserver. For Global server config: /var/www/html/index.html For virtual host config: /var/www/virtual/index.html Both client10 & www10 are pointing to 192.168.122.10 IP address. BUT, MY... (1 Reply)
Discussion started by: freebird8z
1 Replies

2. Solaris

Need to recover/move diskgroup from failed host to another host

Hi All I am having VxVm on two Solaris hosts. host1 is using disk group dgHR. right now this server went down due to hardware fault. Not I need to import this dgHR into host2 server. Please let me know the procedure for the same. (1 Reply)
Discussion started by: amity
1 Replies

3. Shell Programming and Scripting

Shell script that will compare two config files and produce 2 outputs 1)actual config file 2)report

Hi I am new to shell scripting. There is a requirement to write a shell script to meet follwing needs.Prompt reply shall be highly appreciated. script that will compare two config files and produce 2 outputs - actual config file and a report indicating changes made. OS :Susi linux ver 10.3. ... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

4. UNIX for Dummies Questions & Answers

Transfer large number of files host to host

Hello.... I have two servers, one has an empty / and the other has a subdirectory with a large number (4 gig) with many, many files. I need a way to transfer the files en masse from the server with the large number of files to the one that is essentially blank. I don't have space on the used... (16 Replies)
Discussion started by: blaine.miller
16 Replies

5. UNIX for Advanced & Expert Users

Help! How to find the local host after few ssh hops to remote host???

I do a ssh to remote host(A1) from local host(L1). I then ssh to another remote(A2) from A1. When I do a who -m from A2, I see the "connected from" as "A1". => who -m userid pts/2 2010-03-27 08:47 (A1) I want to identify who is the local host who initiated the connection to... (3 Replies)
Discussion started by: gomes1333
3 Replies

6. Shell Programming and Scripting

parsing config file to create new config files

Hi, I want to use a config file as the base file and parse over the values of country and city parameters in the config file and generate separate config files as explained below. I will be using the config file as mentioned below: (config.txt) country:a,b city:1,2 type:b1... (1 Reply)
Discussion started by: clazzic
1 Replies

7. Shell Programming and Scripting

running commands to remote host from centralized host

Gurus/Experts We have a centralized UNIX/Solaris server from where we can actually ssh to all other UNIX/Solaris servers...I need to write a script that reside on this centerlized server and do FileSystem monitoring (basically run df -h or -k) of other remote servers and then send an email to me... (6 Replies)
Discussion started by: anjum.suri
6 Replies

8. Solaris

How to delete the files from local host to remote host

Hi all, i am copying .gz files from production server to development server using "scp" command.my requirement is after copying .gz files i want to delete old .gz files(two days back) in development server from production server. like this way i need to delelte .log ,.z and .dmp files... (3 Replies)
Discussion started by: krishna176
3 Replies

9. UNIX for Advanced & Expert Users

host alias not working: host not found

Hello, I am working on HP-UX , and in the /etc/hosts file we have setup an alias: aa.bb.cc.dd devmach2.unix.org devmach2 devma2v The alias devma2v does not work. Error when pinging devma2v ping: unknown host devma2v For devmach2 the ping works fine , returning the correct IP... (4 Replies)
Discussion started by: FunnyCats
4 Replies

10. IP Networking

QNX host cannot ping SCO host, vice versa

The problem I am facing now is that the QNX host could not ping the SCO host and vice versa. They are in the same domain, ie, 172.20.3.xx. As I am very new to Unix, I guess I must have missed out some important steps. Pls help... Thanx alot (2 Replies)
Discussion started by: gavon
2 Replies
Login or Register to Ask a Question