Displaying 2 results from an estimated 2 matches for "machine4".
Did you mean:
machine
2001 Nov 28
2
scp
Hello -
I am trying to use scp (openssh_3.0), but every time I run it, I get the following error:
stty: Not a typewriter
When I run it with -v , it shows that authentication (pub key) succeeds, but it fails to read the file. If anybody has a clue as to what's going on here, any help will be appreciated. Thanks.
Tariq
tariq.lahyani at aa.com
2014 Jan 10
1
Switch mode three-node routing problem
...pn/tinc-up
#!/bin/sh
ifconfig $INTERFACE 192.168.3.150 netmask 255.255.0.0
ifconfig $INTERFACE up
Roadwarrior3: $ ifconfig
eth0 inet addr:192.168.1.72 Bcast:192.168.1.255 Mask:255.255.255.0
Testing:
I run ping from the machine5 (192.168.0.25/16) on the Router2's internal
network to the machine4 (192.168.10.11/16) on the net of Router1
If Roadwarrior3 is down, i observer normal behavior:
@machine5:~$ ping 192.168.10.11
Ping statistics for 192.168.10.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 5ms,...