I insan56 macrumors member Original poster May 17, 2005 93 0 Aug 26, 2007 #1 i am wondering how do i do a: ipconfig/release and ipconfig/renew I know how to do these commands on my PC through the command line how do i go about doing this on my Mac?
i am wondering how do i do a: ipconfig/release and ipconfig/renew I know how to do these commands on my PC through the command line how do i go about doing this on my Mac?
hanschien macrumors 6502 Oct 2, 2006 349 35 Houston, TX Aug 26, 2007 #2 insan56 said: i am wondering how do i do a: ipconfig/release and ipconfig/renew I know how to do these commands on my PC through the command line how do i go about doing this on my Mac? Click to expand... Code: sudo ifconfig en1 down sudo ifconfig en1 up depending on which network interface, you may need to use en0 instead.
insan56 said: i am wondering how do i do a: ipconfig/release and ipconfig/renew I know how to do these commands on my PC through the command line how do i go about doing this on my Mac? Click to expand... Code: sudo ifconfig en1 down sudo ifconfig en1 up depending on which network interface, you may need to use en0 instead.
Y yg17 macrumors Pentium Aug 1, 2004 15,030 3,009 St. Louis, MO Aug 26, 2007 #3 hanschien said: Code: sudo ifconfig en1 down sudo ifconfig en1 up depending on which network interface, you may need to use en0 instead. Click to expand... Just to clarify that last bit, en0 is your wired ethernet jack, en1 is your airport card
hanschien said: Code: sudo ifconfig en1 down sudo ifconfig en1 up depending on which network interface, you may need to use en0 instead. Click to expand... Just to clarify that last bit, en0 is your wired ethernet jack, en1 is your airport card