Two problems here... First the command would be route add -net and not route add net
Second, this will _not_ result in the route being made persistent. Taking down the interface, rebooting the system, etc. will make this route go away. You'll need to update the appropriate configuration file (distribution dependent, unfortunately) to make the change permanent. Mark Post -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of David Boyes Sent: Wednesday, April 26, 2006 9:58 AM To: [email protected] Subject: Re: simple hipersocket communication between LPARS, pls help -snip- > AND: how and where do I do the corresponding thing for the Linux LPAR? You do this with the route command, eg: route add net a.b.c.d netmask n.n.n.n gw p.d.q.r where p.d.q.r is the ip address of the next hop. Linux will take care of making this persistent. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
