Displaying 3 results from an estimated 3 matches for "ipv6address".
Did you mean:
ipv6_address
2004 Sep 29
1
IPv6 + user@ipaddress
Using:
Solaris 8.0
OpenSSH OpenSSH_3.8p1
I believe I may have found a bug when dealing with restricting user at ipv6address
in cases when adjacent colons do not expand to multiple fields.
For example:
If I have any of the following entries in sshd_config, it will let me in:
user at 1234:0234:0234:0000:0234:1234:1234:1234
user at 1234:234:234:0000:234:1234:1234:1234
user at 1234:234:234:0:234:1234:1234:1234
However,...
2009 May 15
0
[PATCH server] use service layer for Network controller.
...' and params[:id]
-
+ svc_ip_addresses(params[:parent_type], params[:id])
render :layout => false
end
- def _create_ip_address
- if params[:ip_address][:type] == "IpV4Address"
- @ip_address = IpV4Address.new(params[:ip_address])
- else
- @ip_address = IpV6Address.new(params[:ip_address])
- end
- @ip_address.save!
- end
-
def create_ip_address
- begin
- _create_ip_address
- alert = "Ip Address was successfully created."
- render :json => { :object => "ip_address", :success => true,
- :ale...
2011 Jun 06
3
Using Icecast over IPv6
...can be
reached via IPv6 just fine, but the other is running Debian Squeeze and
cannot. In addition, my local server which does not have IPv6 conectivity
to the Internet but which can be reached at localhost via ::1 and which
also runs Debian Squeeze cannot either.
To test, I used:
telnet <IPv6address> 8000
The Squeeze boxes returned a "Connection Refused" error but the Lenny
machine answered the call.
As far as I can see, there's no difference in the way these servers are
configured. I configured all three based on the shipped config file.
There's nothing in the Debia...