Sponsored Content
Full Discussion: MP-RAS Unix Networking Setup
Special Forums IP Networking MP-RAS Unix Networking Setup Post 302560706 by Rutgerncas on Friday 30th of September 2011 03:31:37 PM
Old 09-30-2011
MP-RAS Unix Networking Setup

I have an MP-RAS unix server from ncr. We are trying to get the network configured so that we may transer files between the unix box and a pc. I have used the included TCPCONFIG command to setup the network, however I can not ping, telnet or ftp to any other pcs on the network. Any help would greatly be appreciated. Below, is a diagram of our network (to the best of my ability) and some commands that I can think of. If you need anything else to help me diagnose the problem please let me know.

Router (192.168.1.1) connects to a switch which connects to 2 pcs and the unix box.

ifconfig -a shows:
en2: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 8232
inet 192.168.1.129 netmask ffffff00 broadcast 192.168.1.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
ether 00:00:e2:1d:84:a0
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
perf. params: recv size: 57344; send size: 57344; full-size frames: 1

netstat -rn shows:
Destination Gateway Flags Refs Use Interface
default 192.168.1.1 UGS 0 2 en2
127.0.0.1 127.0.0.1 UH 2 2 lo0
192.168.1.0 192.168.1.129 UC 0 0 en2
192.168.1.129 127.0.0.1 UGHS 0 4 lo0
224.0.0.0 192.168.1.129 UCS 0 0 en2

arp -a shows
? (192.168.1.1) at 0:18:1:a:1c:cc (802.3)
?(192.168.1.130) at 0:11:85:7a:58:b9 (802.3)
? (192.168.1.134) at 0:e0:4c:f1:39:e7 (802.3)
? (192.168.1.255) at (incomplete) (802.3)
 

10 More Discussions You Might Find Interesting

1. IP Networking

Networking UNIX with WINDOWS

I am not that great with unix yet, We use them to run our test equipnemt for work. I am now trying to set them all up on the same network (hub) Is there a way that you can make the Windows unit see the Unix Box? I can only transfer file through a FTP program from the Unix to windows. ( This all... (2 Replies)
Discussion started by: jrb22250
2 Replies

2. IP Networking

Networking Configuration for between UNIX and Windows OS

Good day! Im interested with unix application, however i don't have any idea on how to configure network on unix applicaton(server) to have a connection with windows operating system (worksatation). Please give me some facts how network works between unix and windows. (4 Replies)
Discussion started by: rbbarrera
4 Replies

3. IP Networking

Networking Setup

I have a server running SCO Unix and two MS Windows computers (XP & 98) networked together (TCP/IP). The UNIX computer has 2 dumb terminals and the 2 Windows computer currently run ProComm to connect to it by way of a serial connection. I would like to do two things. 1. Bring in the Internet... (2 Replies)
Discussion started by: jagp
2 Replies

4. UNIX for Dummies Questions & Answers

Basic networking setup in unix

I have a SunOS 5.8 box and have always downloaded & applied patches via my PC, but I want to be able to go out to sunsolve directly from the console ... however, I guess it doesn't know the IP of our domain's DNS server or something. Where are these setting held on a Sun box??? (1 Reply)
Discussion started by: FredSmith
1 Replies

5. Filesystems, Disks and Memory

Help - NCR Unix 3.02 MP-RAS

Hi, I am new to the UNIX operating system and would realy appreciate some answers to these problems. I have a unix box (Actually several of them throughout the different locations) that have NCR MP-RAS 3.02.x.x (with multiuser and possibly security packages installed.) Originally they had 2gb... (4 Replies)
Discussion started by: ad7_98
4 Replies

6. UNIX for Dummies Questions & Answers

MP-RAS Unix and NFS

Hi, I would like to know if It's possible configure NFS on MP-RAS Unix so mountd uses a static port instead of a dynamic one. Thanks. (1 Reply)
Discussion started by: cuatrodos
1 Replies

7. UNIX for Advanced & Expert Users

migrating unix mp-ras 32 bit to linux suse 64 bit

Hi. I need to migrate the whole unix environment from a Unix mp-ras 32 bit to a Linux Suse 64 bit. 1) can i use cpio to copy the data? 2) can i just copy the users from unix to linux or do i have to create them by hand 3) are there any other concerns i should worry about? thanx (1 Reply)
Discussion started by: mrodrig
1 Replies

8. IP Networking

Networking Setup

Hopefully I can explain this to get some assistance. I have a debian linux server with a single NIC and a public IP of say 1.2.3.4. I'm running a couple of VMs inside and my ISP has given me a block of IPs a /28 to utilize. That block is routed to my 1.2.3.4 IP. So each of my VMs will be... (1 Reply)
Discussion started by: mindraven
1 Replies

9. HP-UX

NCR Unix MP-RAS - Mail not working

I am getting the following error when I send mail to any domain say abc123@xyz.com Not delivered to :due to 11 transfer failure (mail: Error #22 'Surrogate command failed ', rc =11) En Route to: xyz.com!abc123 =======surrogate command========== :/user/bin/uux -username -xyz.com!rmail... (13 Replies)
Discussion started by: rush143
13 Replies

10. Shell Programming and Scripting

Equivalent of mmin in MP-RAS/NCR Unix

Hi, i created a script to look for the modified files in the last 15 minutes. But later was told that the server that we need to implement this script is an MP-RAS (NCR Unix) server on which i found mmin option of the find command doesnt work.:wall: Can anybody please let me know the... (1 Reply)
Discussion started by: utkarsh
1 Replies
NOS-TUN(8)						    BSD System Manager's Manual 						NOS-TUN(8)

NAME
nos-tun -- implement ``nos'' or ``ka9q'' style IP over IP tunnel SYNOPSIS
nos-tun -t tunnel -s source -d destination -p protocol_number [source] target DESCRIPTION
The nos-tun utility is used to establish an nos style tunnel, (also known as ka9q or IP-IP tunnel) using a tun(4) kernel interface. Tunnel is the name of the tunnel device /dev/tun0 for example. Source and destination are the addresses used on the tunnel device. If you configure the tunnel against a cisco router, use a netmask of ``255.255.255.252'' on the cisco. This is because the tunnel is a point-to-point interface in the FreeBSD end, a concept cisco does not really implement. Protocol number sets tunnel mode. Original KA9Q NOS uses 94 but many people use 4 on the worldwide backbone of ampr.org. Target is the address of the remote tunnel device, this must match the source address set on the remote end. EXAMPLES
This end, a FreeBSD box on address 192.168.59.34: nos-tun -t /dev/tun0 -s 192.168.61.1 -d 192.168.61.2 192.168.56.45 Remote cisco on address 192.168.56.45: interface tunnel 0 ip address 192.168.61.2 255.255.255.252 tunnel mode nos tunnel destination 192.168.59.34 tunnel source 192.168.56.45 AUTHORS
Nickolay N. Dudorov <nnd@itfs.nsk.su> wrote the program, Poul-Henning Kamp <phk@FreeBSD.org> wrote the man-page. Isao SEKI <iseki@gongon.com> added a new flag, IP protocol number. BUGS
We do not allow for setting our source address for multihomed machines. BSD
April 11, 1998 BSD
All times are GMT -4. The time now is 08:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy