search for: address3

Displaying 3 results from an estimated 3 matches for "address3".

Did you mean: address
2008 Mar 19
2
Stub / Mock - A little guidance?
...w it has to be). The User''s instance method looks like so: class User def update_billing_info(billing_info) unless self.has_billing_address? self.bill_to_address1 = billing_info.address1 self.bill_to_address2 = billing_info.address2 self.bill_to_address3 = billing_info.address3 self.bill_to_city = billing_info.city self.bill_to_country_code = billing_info.country_code self.bill_to_state_province_code = billing_info.state_province_code self.bill_to_postal_code = billing_info.postal_co...
2006 May 27
7
OT Mexican domains?
Hola! In case there are some mexican readers here... It is little difficult for an english speaker to find information about mexican domains. Is it possible to register a domain like "fiesta.mx"? I have seen sites selling ".com.mx" and similar but not just ".mx". Thanks, Peter
2005 Jun 29
1
iproute2 ping question
...9 network and would like my router to answer on all five of my static addresses on the WAN side of the router. For testing purposes I''m using tcpdump and ping. For list purposes the WAN is $ADSL.0 network $ADSL.1 gateway $ADSL.2 WAN-address1 (eth1) $ADSL.3 WAN-address2 $ADSL.4 WAN-address3 $ADSL.5 WAN-address4 $ADSL.6 WAN-address5 $ADSL.7 broadcast First I bring up the nic. "ifup eth1" Ping and eth1 ($ADSL.2) replies correctly. Next I add a second address to the nic. "ip addr add $ADSL.3/29 dev eth1" Ping gets no response from the new address but tcpdu...