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
VLAN-INTERFACES(5)						   File formats 						VLAN-INTERFACES(5)

NAME
/etc/network/interfaces (vlan) - vlan extensions for the interfaces(5) file format DESCRIPTION
/etc/network/interfaces contains network interface configuration information for the ifup(8) and ifdown(8) commands. This manpage describes the vlan extensions to the standard interfaces(5) file format. Primary extensions exist to make and destroy vlan interfaces, secondary extensions exist for ipv4 interface manipulation which are gener- ally needed when using (a lot of) vlans. VLAN CREATION
Vlan interface definitions exist of the vlan interface name, and an optional 'raw-device' parameter. Vlan interfaces are numbered 1 to 4095. You have the option to have interface names zero-padded to 4 numbers, or just the plain digits without leading zero. The following example shows four ways to create a vlan with id 1 on interface eth0. They all result in different names. iface eth0.1 inet static address 192.168.1.1 netmask 255.255.255.0 iface vlan1 inet static vlan-raw-device eth0 address 192.168.1.1 netmask 255.255.255.0 iface eth0.0001 inet static address 192.168.1.1 netmask 255.255.255.0 iface vlan0001 inet static vlan-raw-device eth0 address 192.168.1.1 netmask 255.255.255.0 # We don't have br support out of the box iface br0.2 inet static vlan-raw-device br0 address 192.168.1.1 netmask 255.255.255.0 # Aliases are ignored iface br0.2:1 inet static address 192.168.1.1 netmask 255.255.255.255 EXTRA IFACE OPTIONS
Usually someone who uses vlans also wants to do some other manipulations with the ip stack or interface. vlan-raw-device devicename Indicates the device to create the vlan on. This is ignored when the devicename is part of the vlan interface name. ip-proxy-arp 0|1 Turn proxy-arp off or on for this specific interface. This also works on plain ethernet like devices. ip-rp-filter 0|1|2 Set the return path filter for this specific interface. This also works on plain ethernet like devices. hw-mac-address mac-address This sets the mac address of the interface before bringing it up. This works on any device that allows setting the hardware address with the ip command. AUTHOR
This manpage was adapted from interfaces(5) by Ard van Breemen <ard@kwaak.net> SEE ALSO
vconfig(8) interfaces(5) vlan September 30 2007 VLAN-INTERFACES(5)
All times are GMT -4. The time now is 02:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy