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