Displaying 5 results from an estimated 5 matches for "ipadm".
Did you mean:
ipad
2015 Oct 26
8
[Bug 2483] New: use AI_ADDRCONFIG flag for getaddrinfo() hints on Solaris
...g AI_ADDRCONFIG flag for getaddrinfo() hints when
address family is AF_UNSPEC helps a lot in this situation.
See attached patch for the proposed fix.
Regression testing on Solaris went ok. On Linux, OpenSSH builds ok.
Unit testing on Solaris:
------------------------
# Setup. Remove IPv6 address:
ipadm delete-addr net0/v6
# Watch for DNS requests out:
snoop port 53 <local-addr> | grep fake
# AAAA means IPv6 lookups are done.
# Test connectivity (change hostname every time to avoid caching):
ssh fake2
# Cleanup. Eventually enable IPv6 addresses again:
ipadm create-addr -T static -a <or...
2016 Nov 09
7
[Bug 2636] New: Fix X11 forwarding, when ::1 is not configured
...olaris
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: tomas.kuthan at oracle.com
When IPv6 loopback is disabled on a host, X11 forwarding fails.
tomas at tkuthan-cz:~$ ipadm show-addr lo0
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
tomas at tkuthan-cz:~$ ssh -XY localhost xterm
X11 forwarding request failed on channel 0
xterm: Xt error: Can't open display:
xterm: D...
2006 Dec 01
4
I've been hacked -- what should I do next?
My home system has been hacked. It's running CentOS 4.4, and I
recently added an account to play around with Samba shares to back up
PCs here at home. I had set a weak password for that account and
forgot to disable it after my testing. I could hear the disk being
accessed constantly, so I knew something was up. I disabled the port
forwarding to my CentOS box on my Linksys router
2009 Apr 10
13
property parsing in dladm
I decided to take a stab at
6601421 dladm set-linkprop should support multiple -p options
along with some related linkprop fixes, but when I looked into
dladm.c, was surprised to find that "dladm_parse_props()" is called
from do_create_aggr and do_create_vlan in addition to the
expected (by me, at least) do_create_vnic *linkprop functions.
What happened here? Why do we pass in
2009 Jul 06
69
link protection review
Hi all,
Link protection is a new feature we are planning to introduce to
Solaris and we would like to solicit your feedback on it.
Please see attached document for details.