Displaying 2 results from an estimated 2 matches for "fe98".
Did you mean:
fe94
2013 Nov 13
4
[Bug 2172] New: ssh cann't use link-local IPv6 address in configuration file
...Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: kukabu at gmail.com
Hello
For use link-local IPv6 address need to specify the interface. It's
possible in command line but impossible in configure file.
$ ssh fe80::203:47ff:fe98:7799%em1
it's ok, but
$ ssh -F .ssh/config_test test
percent_expand: unknown key %e
$ cat .ssh/config_test
host test
HostName fe80::203:47ff:fe98:7799%em1
--
You are receiving this mail because:
You are watching the assignee of the bug.
2012 Aug 11
2
IPv6 on Centos 6
...="System eth0"
IPV6_AUTOCONF=no
IPV6ADDR=2607:f678::16:66/64
IPV6_DEFROUTE=yes
<centos666.peak.org> [28] # ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:56:98:70:8B
inet addr:207.55.16.66 Bcast:207.55.19.255 Mask:255.255.252.0
inet6 addr: fe80::250:56ff:fe98:708b/64 Scope:Link
inet6 addr: 2607:f678::16:66/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1862 errors:0 dropped:0 overruns:0 frame:0
TX packets:266 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1...