How to disable NAT and still
have internet connection? (I have IPoE not PPPoE)
(I'm not using PPPoE/A so I
don't need to use any username or password. My router is set to use RFC 1483
for bridging….)~
Got it
working by setting the modem-router into bridge mode, and then using ipconfig
/release
and ipconfig
/renew
to
request an IP for my machine from the ISP's DHCP server.
Important: I had to initially disable the windows firewall
before using ipconfig /renew
, or the
request would time out.
WINDOWS
FIREWALL????????....
ipconfig
/release
and ipconfig
/renew
to
request an IP for my machine from the ISP's DHCP server.ipconfig /renew
, or the
request would time out.3. Set Hardware Clock Date and Time Manually
Instead of copying the system date and time to the hardware clock, you can also manually set the value using –set and –date option as shown below.
The following will set the date to Aug 11th, 2013. Please note that if you don’t specify the time, it will be set to 12:00:00 AM.
# hwclock --set --date 8/11/2013 # hwclock Sun 11 Aug 2013 12:00:04 AM PDT -0.703489 seconds
You can also set both date and time at the same time as shown below. Please note that it will use the local time by default.
# hwclock --set --date "8/11/2013 23:10:45" # hwclock Sun 11 Aug 2013 11:10:48 PM PDT -0.562862 seconds
You can also take the output of the date command, and pass it to the –set and –date option as shown below.
# hwclock --set --date "Sat Aug 10 08:31:24 PDT 2013" # hwclock Sat 10 Aug 2013 08:31:28 AM PDT -0.594118 seconds
No comments:
Post a Comment