Search Results

Search: Posts Made By: abxccd
Forum: IP Networking 10-04-2010
2,416
Posted By abxccd
Radvd wlan problems
Hi all,

I am trying to get radvd to broadcast router advertisements on a wireless interface (wlan0).

The wireless interface is running an ad-hoc wireless network. However, for some reason,...
39,284
Posted By abxccd
Thank you again for your reply! I think I am...
Thank you again for your reply! I think I am almost getting there.

I modified your code as follows:


#!/usr/bin/expect
log_user 0
spawn telnet localhost 7777
expect "mip6d>" {
log_user...
39,284
Posted By abxccd
Thank you! I have modified that to be the...
Thank you!

I have modified that to be the following:

#!/usr/bin/expect
spawn telnet localhost 7777
expect "mip6d>" { send "pl\r"
send "exit\r" }
interact

Currently, I am getting:
...
39,284
Posted By abxccd
Thank you! That allowed me to execute the...
Thank you!

That allowed me to execute the command "pl". However, I do not wish to allow interaction with the telnet session. I have tried putting exit at the end of the script and it does not...
39,284
Posted By abxccd
Expect script to automate telnet session
Hi all,

I am currently running a daemon which creates a virtual terminal for testing purposes. Essentially, if I were to interact with it manually, this is what I get.


john@test1:~$telnet...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy