I insan56 macrumors member Original poster 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 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 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