[01:09] how do i add the ips ? [01:09] freebsd was a longtime ago [01:10] there is no /etc/network/interfaces [01:13] *** merky has quit IRC (Read error: Operation timed out) [01:14] *** merky has joined #arpnetworks [01:43] *** bharatak has quit IRC (Ping timeout: 240 seconds) [01:43] *** shatt_ has quit IRC (Read error: Operation timed out) [01:44] *** shatt has joined #arpnetworks [01:44] *** bharatak has joined #arpnetworks [01:59] *** LT has joined #arpnetworks [02:05] ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.248" [02:06] is that how i add the ips ? [02:15] i'm unfamiliar with freebsd [02:15] maybe try it? [02:16] http://pastebin.com/3emmwQcZ [02:16] is that how [02:16] dont rember ? [02:19] that looks like first response on google [02:20] oh hangon [02:20] set additionals ips to netmask 255.255.255.255 [02:20] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-virtual-hosts.html [02:20] hmms ok [02:21] not the first one in subnet thoguh [02:21] fconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240" [02:21] ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255" [02:21] ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255" [02:21] ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255" [02:21] like see how they added a seperate subnet [02:21] so first one has netmask of 240 [02:21] then next ones 255 [02:21] so if the extra ips are on diff subnet to your main ip [02:21] this have the same subnet [02:22] ok [02:22] 255.255.255.255 <-- is one ip ? [02:22] yaeh [02:22] so the non alias oen has 248 [02:22] and the next ones have 255 [02:23] ahha [02:23] ifconfig_em0="inet 174.136.101.146 netmask 255.255.255.248" [02:23] ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.248" [02:23] ifconfig_em0_alias1="inet 174.136.101.148 netmask 255.255.255.248" [02:23] ifconfig_em0_alias2="inet 174.136.101.149 netmask 255.255.255.248" [02:23] ifconfig_em0_alias3="inet 174.136.101.150 netmask 255.255.255.248" [02:23] so in that example [02:23] change all the alias ones to have 255.255.255.255 [02:23] ifconfig_em0="inet 174.136.101.146 netmask 255.255.255.248" [02:23] ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.255" [02:23] ifconfig_em0_alias1="inet 174.136.101.148 netmask 255.255.255.255" [02:23] ifconfig_em0_alias2="inet 174.136.101.149 netmask 255.255.255.255" [02:24] ifconfig_em0_alias3="inet 174.136.101.150 netmask 255.255.255.255" [02:24] like that then [02:24] yip [02:24] cross your fingers [02:24] :) [02:25] ok i try then :D [02:25] cool [02:33] hmms [02:34] i dont think it works [02:40] *** schmir has joined #arpnetworks [02:41] http://pastebin.com/3RXhREV2 [02:41] that is wierd :/ [02:42] what's it do? [02:42] PING 174.136.101.150 (174.136.101.150) 56(84) bytes of data. [02:42] 64 bytes from 174.136.101.150: icmp_req=2 ttl=57 time=127 ms [02:42] --- 174.136.101.150 ping statistics --- [02:42] 2 packets transmitted, 1 received, 50% packet loss, time 1008ms [02:42] rtt min/avg/max/mdev = 127.759/127.759/127.759/0.000 ms [02:42] wtf it missed the first packet? [02:43] but anyway it can ping [03:13] ok [03:27] hmms [03:30] its like i need to ping the ip one time then it works heh [03:30] :D [04:18] *** ziyourenxiang has joined #arpnetworks [05:20] merky - first packet might be missed because arp didn't reply fast enough. [05:20] that's arp, not ARP :) [05:21] if you ping an IP for which you don't have the MAC, you have to arp first. [05:42] hmm [05:43] then the same thing would happen with syn packets [05:43] and you'd get delayed connections.. [05:43] and that does happen [05:43] oh wait [05:43] it doesn't even *send* the syn until it has a MAC [05:43] it can't [05:44] wait wait [05:44] well router doesn't forward it along [05:44] it uses the local mac of the router [05:44] the packet has the destination IP, but the local MAC [05:44] i'm getting more confused not less [05:44] so in general, there's no delay [05:44] and it always has the MAC of the router, since otherwise it wouldn't have a default route [05:45] no it doesn't. [05:45] in general, you won't have the MAC of the destination IP, unless it's on the same segment [05:45] a default route is an ip not a mac [05:45] mac's get cached [05:45] yes - and you have the mac of the ip [05:45] except maybe if the cache flushes [05:45] but it asks for them again and again [05:45] generally not [05:45] macs are long-cached [05:46] I've had problems with that before [05:46] there was a cable isp here who used to have a really big arp domain [05:46] and routers used to fail from all the arps. [05:46] so if you used a shit router then the router would become unresponsive. [05:46] well, in that case, the caches would get flushe dmore [05:46] it took them ages to fix it [05:47] so that there was multiple arp domains [05:47] but really this whole arp thing seems really lame to me [05:47] but anyway, the reason that syn works is that most of the time, you're talking to a remote IP [05:47] and to talk to them, you first have to know your local router's mac [05:47] and that's typically cached [05:47] if something about that needs retry, it happens transparently [05:48] on the other hand, ping insists on reporting that first timeout [05:48] since that timeout really happened [05:48] yeah [05:48] well hopefully he got his ip's working [05:48] by the way, setting up a range of IPs is easy if you use the advanced setup [05:48] I have: ipv4_addrs_em0=208.79.95.2-14/28 [05:49] oh i didn't know that, i'm not acutally a customer yet. [05:49] and that sets up all 12 aliases [05:49] and i don't use freebsd. [05:49] in other words, just show the range, and the netmask [05:49] i know how it works in openbsd [05:49] and that takes care of everything [05:49] that's actually kind of cool [05:50] well ijust told him to check the freebsd handbook [05:50] cos whitefang was saying everything is documented in there [05:50] so it basically directly interprets the type of numbers you'd be given [05:50] yeah - this isn't documented well yet [05:50] and I discovered it in some blog [05:50] then verified that it worked that way [05:50] oh yip [05:51] it's like perl docs or apache docs [05:51] early tutorials had to use primitive stuff [05:51] i hate perl docs [05:51] but then the tool got more advanced [05:51] and everyone still uses the old ways [05:51] I hate tutorials from the mid-90's still being treated as modern [05:52] well i kind of knew about the netmask stuff [05:52] but for some reason it skipped my mind [05:52] heh [05:52] openbsd hasn't changed a lot [05:52] you have hostname.em0 [05:52] then inet blah blah [05:52] then inet alias blah blah [05:53] gotta start getting ready for work [05:53] heh [05:53] i should get to bed [05:53] it's 3 am here [06:42] *** BeBoo_ has joined #arpnetworks [07:22] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang) [07:34] *** schmir has quit IRC (Remote host closed the connection) [08:08] *** zeeby has quit IRC (Ping timeout: 272 seconds) [08:41] *** robotarmy has joined #arpnetworks [08:43] *** robotarmy has quit IRC (Client Quit) [08:43] *** robotarmy has joined #arpnetworks [08:48] *** heavysixer has joined #arpnetworks [08:48] *** ChanServ sets mode: +o heavysixer [09:19] *** LT has quit IRC (Quit: Leaving) [09:31] *** heavysixer has quit IRC (Quit: heavysixer) [09:32] *** heavysixer has joined #arpnetworks [09:32] *** ChanServ sets mode: +o heavysixer [09:44] *** cubelogic has joined #arpnetworks [10:31] *** vapor has quit IRC (Read error: Operation timed out) [10:39] *** decourl has joined #arpnetworks [10:43] *** vapor has joined #arpnetworks [10:48] *** vapor has quit IRC (Ping timeout: 260 seconds) [10:49] *** vapor has joined #arpnetworks [10:51] *** vapor has quit IRC (Read error: Operation timed out) [11:00] *** vapor has joined #arpnetworks [11:52] *** robotarmy has quit IRC (Remote host closed the connection) [11:56] *** lucky has quit IRC (Read error: Connection reset by peer) [12:02] *** lucky has joined #arpnetworks [12:07] *** heavysixer has quit IRC (Quit: heavysixer) [13:01] *** robotarmy has joined #arpnetworks [13:13] *** sheath is now known as coil [13:30] *** robotarmy has quit IRC (Ping timeout: 240 seconds) [13:41] *** schmir has joined #arpnetworks [13:44] *** robotarmy has joined #arpnetworks [13:45] *** BeBoo_ has quit IRC (Quit: BeBoo_) [13:49] *** heavysixer has joined #arpnetworks [13:49] *** ChanServ sets mode: +o heavysixer [13:50] *** decourl has quit IRC (Quit: ircII EPIC5-1.1.2 -- Are we there yet?) [13:53] *** heavysixer has quit IRC (Client Quit) [14:31] *** heavysixer has joined #arpnetworks [14:31] *** ChanServ sets mode: +o heavysixer [14:39] *** heavysixer has quit IRC (Quit: heavysixer) [14:51] *** heavysixer has joined #arpnetworks [14:51] *** ChanServ sets mode: +o heavysixer [15:30] *** heavysixer has quit IRC (Quit: heavysixer) [15:35] *** heavysixer has joined #arpnetworks [15:35] *** ChanServ sets mode: +o heavysixer [15:54] *** heavysixer has quit IRC (Quit: heavysixer) [15:58] *** crazed has joined #arpnetworks [16:03] *** schmir has quit IRC (Remote host closed the connection) [16:06] *** heavysixer has joined #arpnetworks [16:06] *** ChanServ sets mode: +o heavysixer [16:16] *** robotarmy has quit IRC (Remote host closed the connection) [16:17] *** decourl has joined #arpnetworks [16:21] hm ports for php5 seems to be broken [16:21] can't fetch the file anywhere [16:22] i asked about that earlier on silc [16:22] lemme see if they figured it out [16:24] nothing. but, packages appear to be back on ftp3 [16:24] hm [16:24] what mirror are you trying? [16:25] *.php.net it seems [16:25] oh. now i gotcha [16:25] i automatically s/ports/packages/ [16:26] slightly frustrating, just got my vps and wanted to start using it lol [16:26] oh well i'll spend time migrating my home dir instead [16:26] use packages [16:26] does the php5 package come with fpm ? [16:27] no idea [16:56] *** heavysixer has quit IRC (Quit: heavysixer) [18:15] *** cubelogic has quit IRC (Remote host closed the connection) [19:06] *** crazed has quit IRC (Quit: new host) [19:24] *** bharatak_ has joined #arpnetworks [19:29] *** bharatak has quit IRC (*.net *.split) [19:29] *** jdoe has quit IRC (*.net *.split) [19:29] *** mick_laptop has quit IRC (*.net *.split) [19:31] *** mick_laptop has joined #arpnetworks [19:31] *** jdoe has joined #arpnetworks [19:44] *** decourl has left [23:45] *** nerdd has quit IRC (Ping timeout: 246 seconds) [23:54] *** nerdd has joined #arpnetworks