Sponsored Content
Operating Systems Solaris PPPD on ttya with serial console...? Post 302530298 by neutronscott on Monday 13th of June 2011 12:50:28 PM
Old 06-13-2011
PPPD on ttya with serial console...?

Hi. I am very very new to Solaris. I found an abandoned Sun Blade 150. I created a 3-wire null modem cable, connected it to an abandoned laptop and successfully installed Solaris 10 using the serial port. This laptop doesn't have ethernet. So I want to establish a PPP connection.

Part of the problem is Windows 2000 as the client I'm sure, but I tried a simple test along the lines of:

pppd /dev/ttya 9600 192.168.1.2:192.168.1.3 local nocrtscts noauth connect "chat 'CLIENT CLIENTSERVER\c'"

Promptly after issuing the command a shell prompt "#" is shown again, but 'chat' seems to have control. After starting Windows 2000's "Direct Connection" (and it fails), returning to the terminal eventually shows "LENLETCINLE: not found" such that probably it is sending "CLIENT" a few times and it eventually gets there to the shell after chat times out..

I think the issue is that /dev/console is also on the serial port.. It's currently the only way I can access the machine so I don't really want to replace it. Also, it's a 3-wire serial cable, but at 9600 baud I don't think flow control would be the issue. We're low on pins and I didn't want to waste them for my games. heh. I have changed the modem settings on the Windows 2000 client to 9600 no flow as well.

Any pointers on how to proceed? Smilie
 

9 More Discussions You Might Find Interesting

1. AIX

Installing via serial console

I'm stuck - when I boot the machine and hit 5 on the keyboard, all I get is an SP login. Can someone give me some tips on how to get to the install via the serial port? (2 Replies)
Discussion started by: tb0ne
2 Replies

2. HP-UX

serial console hangs

I have a HP Visualize C200 running hpux that I am trying to boot into using a null modem through com1 from my Sun Ultra 10. I get all the way to the login prompt and then it becomes innactive and wont let me access the machine anymore. Any ideas? (2 Replies)
Discussion started by: trajek
2 Replies

3. Solaris

Ultra 5 serial console problem

Hi I have a stupid problem with ultra 5 console connection. I can't connect to serial port with my laptop. I made these configurations from ok prompt: OK setenv input-device ttya OK setenv output-device ttya OK setenv auto-boot? false I tried to connect to machine with cisco rollover... (5 Replies)
Discussion started by: noizer`
5 Replies

4. OS X (Apple)

Use a Serial Console with Mac OS X Leopard

I'm trying to use an old Commodore 128D as a terminal to access OS X's shell via a serial port. I've used 'screen' and 'zterm' to ensure the two machines are successfully interfaced. Instructions for opening up the serial console on other Unix-y operating systems don't work with OS X Leopard. ... (3 Replies)
Discussion started by: joecassara
3 Replies

5. UNIX for Dummies Questions & Answers

IP Console Vs Serial console.

Hi Gurus, Can some one explain me the difference between a IP console and a serial console. (1 Reply)
Discussion started by: rama krishna
1 Replies

6. Solaris

V890 serial console inaccessible

I am battling to get a V890 up and running. The system appears to have AUTOBOOT=false, so no OS comes up when it's powered on, and I do not have the credentials to get to the RSC management console. Output to ttya serial console ends at "Probing I/O buses", I assume because output is then being... (4 Replies)
Discussion started by: dstmark
4 Replies

7. Solaris

How to setup a serial console?

i am running solaris 10 in my vmware workstation. How to setup a console for my solaris box. in Vmware i could see a serial port option. can some one help me on how i can setup a console . (0 Replies)
Discussion started by: chidori
0 Replies

8. Solaris

$ Prompt on Serial console is not responding.

Hi Experts. i have been stuck up with an issue. i have connected my Solaris 8 , Sun fire V445 on serial port by using Teraterm. Initially i was able to login and executed some tasks. After executing some commands (mainly Control +c), i am not able to type any key or not able to do anything at... (2 Replies)
Discussion started by: siddulamadhu
2 Replies

9. UNIX for Advanced & Expert Users

$ Prompt on Serial console is not responding.

Hi Experts. i have been stuck up with an issue. i have connected my Solaris 8 , Sun fire V445 on serial port by using Teraterm. Initially i was able to login and executed some tasks. After executing some commands (mainly Control +c), i am not able to type any key or not able to do anything at... (2 Replies)
Discussion started by: siddulamadhu
2 Replies
IRNET(4)						       Linux-IrDA man pages							  IRNET(4)

NAME
irnet - IrNET protocol device DESCRIPTION
File /dev/irnet is used to access and configure the IrNET protocol part of the Linux-IrDA stack. IrNET is a protocol allowing to create TCP/IP connections between two IrDA peers in an efficient fashion, and generally to enable standard networking over IrDA. It is a thin layer, passing PPP packets to IrTTP and vice versa. It uses PPP in synchronous mode, because IrTTP offer a reliable sequenced packet service (as opposed to a byte stream). In fact, you could see IrNET as carrying TCP/IP in a IrDA socket, using PPP to provide the glue. The main difference with traditional PPP over IrCOMM is that it avoids the framing and serial emulation which are a performance bottleneck. It also allows multipoint communications in a sensible fashion. And finally, it can automatically handle incomming connections through irnetd. The main difference with IrLAN is that we use PPP for the link management, which is more standard, interoperable and flexible than the IrLAN protocol. For example, PPP adds authentication, encryption, compression, header compression and automated routing setup. And, as IrNET let PPP do the hard work, the implementation is much simpler than IrLAN. IrNET connections are initiated and managed with pppd(8). File /dev/irnet also offer a control channel. Reads from /dev/irnet will return various IrNET events. Write to /dev/irnet allow to configure the IrNET connection. CONFIGURATION
If your system does not have /dev/irnet created already, it can be created with the following commands: mknod -m 644 /dev/irnet c 10 187 chown root:root /dev/irnet You will also need to have IrNET support in your kernel or as module and the Linux-IrDA stack installed and configured (see irattach(8)). File /dev/irnet is supposed to only be used with the PPP line discipline or for accessing the control channel, other use are unsupported. IrNET support multiple concurent connections (limited by the IrDA stack), all those connections are multiplexed on a single /dev/irnet device (as opposed to IrCOMM which as one device per connection). PARAMETERS
Writing commands to /dev/irnet allow to configure the IrNET connection being made. This need to be done through pppd(8) (see below for examples). Commands are separated by comas. name <peer> Connect to the IrDA device which IrDA nickname is <peer>. The IrDA nickname is a string up to 31 characters. daddr <peer> Connect to the IrDA device which IrDA address is <peer>. The IrDA address is a 32 bits hexadecimal number. raddr <port> Restrict connections to the local IrDA interface which IrDA address is <port>. The IrDA address is a 32 bits hexadecimal number. DISPLAY
Reading from /dev/irnet will show various IrNET events. This is usually done with the command cat /dev/irnet. Found Dump of the current IrNET discovery log. Discovered New IrNET device discovered. Expired Previously discovered IrNET device no longer present. Connected to This computer successfully established an IrNET connection to a peer. Connection from A peer successfully established an IrNET connection to this computer. Request from A peer attempted to connect to this computer, but no IrNET connection was waiting for it. No-answer from This computer attempted to connect to a peer, but no IrNET connection was waiting for it. Blocked link with The IrDA link of the IrNET connection is currently blocked. Disconnection from A peer successfully terminated an IrNET connection with this computer. Disconnected to This computer successfully terminated an IrNET connection with a peer. File /proc/net/irda/irnet will also show the current state of the various IrNET connections. EXAMPLE
Start a IrNET server accepting any incomming connection: pppd /dev/irnet 9600 local noauth nolock passive Start a IrNET client connecting to any IrDA peer: pppd /dev/irnet 9600 local noauth nolock Start a IrNET client connecting to the IrDA peer called MyIrDANode: pppd /dev/irnet 9600 local noauth nolock connect "echo name MyIrDANode" Start a IrNET server accepting incomming connection from peer with IrDA address 0x12345678 only on IrDA port 0x87654321: pppd /dev/irnet 9600 local noauth nolock passive connect "echo daddr 0x12345678 , saddr 0x87654321" AUTHOR
Jean Tourrilhes - jt@hpl.hp.com FILES
/dev/irnet /proc/net/irda/irnet SEE ALSO
irda(7), irnetd(8), pppd(8), irattach(8), irdadump(8). irda-utils 2 May 2003 IRNET(4)
All times are GMT -4. The time now is 07:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy