Displaying 5 results from an estimated 5 matches for "ipv4addr".
Did you mean:
ipv4_addr
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
...struct netdev *dev)
{
char fn[40];
@@ -103,22 +122,26 @@ static void dump_device_config(struct netdev *dev)
snprintf(fn, sizeof(fn), "/tmp/net-%s.conf", dev->name);
f = fopen(fn, "w");
if (f) {
- fprintf(f, "DEVICE=%s\n", dev->name);
- fprintf(f, "IPV4ADDR=%s\n", my_inet_ntoa(dev->ip_addr));
- fprintf(f, "IPV4BROADCAST=%s\n",
- my_inet_ntoa(dev->ip_broadcast));
- fprintf(f, "IPV4NETMASK=%s\n", my_inet_ntoa(dev->ip_netmask));
- fprintf(f, "IPV4GATEWAY=%s\n", my_inet_ntoa(dev->ip_gateway));
- fprintf...
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
...rb
@@ -17,4 +17,21 @@ class IpAddressTest < ActiveSupport::TestCase
# this networking is in flux. Revisit this test once that stabilizes.
flunk "Ip Address must be associated with network, nic, or bonding" unless @ip_address.valid?
end
+
+ def test_ip_address_range
+ ipv4addr = IpV4Address.new :address => '1.2.3.0',
+ :netmask => '255.255.255.0',
+ :gateway => '1.2.3.1',
+ :broadcast => '1.2.3.255',
+ :ne...
2006 Mar 16
0
Accessing Helperfunctions from the Controller
Hi there,
how can i access a helper from within my controller? :)
Since i got a helper that serves my views with certain stuff, but at
some point i need this helper in my controller for gathering data.
since "helper :ipv4addr" includes me ipv4addr_helper.rb but not its
functions.. or at least i don''t know how to acces these functions :)
Thanks in advance!
--
Posted via http://www.ruby-forum.com/.
2016 Aug 13
0
[CentOS6] Manually configured Firewall (WLAN-AP plus Router)
...ic_between_two_or_more_ethernet_interfaces_on_redhat.html
also the DHCP works fine: both DHCP and DHCPv6; RADVd also works fine;
in /etc/sysconfig/network-scripts/
I added ifcfg-sit1 with the configuration for my IPv6 tunnel at Hurricane Electric
there is the following entry: IPV6TUNNELIPV4LOCAL=ipv4addr
here the 1st question:
does this have to be the IPv4 address of br0 (LAN) or the one of eth1 (WAN)?
(before I had this on a virtual machine, there was only one interface, but here ...?)
and now the bigger problem:
here just the IP addresses for better troubleshooting;
the ISP installed a box (NA...
2001 Oct 23
8
Another round of testing calls.
Outside the known 'Hang-on-exit' bug and the Solaris 'PAM_TTY_KLUDGE'
required. *WHAT* other issues *MUST* be address before 3.0 which is
approaching fast?
Those running NeXTStep I need conformation that it works under NeXT. My
current Slab is packed in a storage unit due to a fire in my apartment
complex (happened above me so I'm wrapping up dealing with that crap =).
-