c********n 发帖数: 1577 | 1 打算利用起来我买的vpn包年
目前pfsense路由4个网口,eth0-wan
打算eth1-isp
eth2 不同的subnet-VPN,
这样接到eth2的AP就可以提供VPN,而eth1的都是走ISP
已经设置好了vpn,全局下是可以用的
接下来不知道怎么弄了,谁能教教我 |
|
W****n 发帖数: 141 | 2 # ethtool eth2
Settings for eth2:
Supported ports: [ TP ]
Supported link modes: 1000baseT/Full
10000baseT/Full
Supports auto-negotiation: No
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 10000Mb/s
Duplex: Full |
|
o**v 发帖数: 1662 | 3 居然给我来了个mtu 576。注意一下。
lease {
interface "eth2";
option subnet-mask 255.255.254.0;
option time-offset -18000;
option dhcp-lease-time 2103;
option dhcp-message-type 5;
option interface-mtu 576;
option broadcast-address 255.255.255.255;
renew 6 2007/7/21 18:45:54;
rebind 6 2007/7/21 18:45:54;
expire 6 2007/7/21 18:45:54;
} |
|
g**e 发帖数: 6127 | 4 做过了,没用。这个join并不是真正的加入了wireless,只是自动帮你填上SSID啥的,
跟手动填一样的效果
还是感谢
ssh进去之后显示的IP
root@DD-WRT:~# ifconfig
br0 Link encap:Ethernet HWaddr 68:7F:74:AC:BE:90
inet addr:192.168.1.222 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:6005 errors:0 dropped:0 overruns:0 frame:0
TX packets:8828 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:455790 (445.1 K... 阅读全帖 |
|
g***i 发帖数: 4272 | 5 住apartment,不用太大功率的。
之前的Linksys E3200,用了两年多一点,现在5G的每隔几小时就断,只能通过shell重
启服务。感觉是质量有问题。
eth2 Link encap:Ethernet HWaddr 00:16:B6:C4:71:B3
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:856199 errors:0 dropped:0 overruns:0 frame:26537
TX packets:1073401 errors:362 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:99768378 (95.1 MiB) TX bytes:1398942878 (1.3 GiB
TX的error是不是有点多?
Log里总会出现这个错误:
apcupsd FATAL ... 阅读全帖 |
|
h****h 发帖数: 123 | 6 路由是原版固件,已升级。每天晚上10点左右Chrome显示DNS_PROBE_FINISHED_BAD_
CONFIG等错误,其他浏览器也不能上网,但是qq还能上。绕开路由直接连modem好像没
有任何问题。
查了一下路由的log,发现不能上网的时间点附近状态如下,感觉是Maximum number of
concurrent DNS queries reached导致的:
May 6 21:58:11 kernel: eth2: received packet with own address as source
address
May 6 21:58:14 ntp: start NTP update
May 6 21:58:32 nmbd[816]: [2015/05/06 21:58:32, 0] nmbd/nmbd_become_lmb.c:
become_local_master_stage2(392)
May 6 21:58:32 nmbd[816]: Samba name server RT-N66U is now a local master
browse... 阅读全帖 |
|
T**S 发帖数: 319 | 7 the problem is you don't know which interface the packet will use to send
out. you may have eth0, eth1, eth0:10, eth2:1, etc., in your system, and it
is the rotuting table decide the correct one.
also getsockname() or getpeername() doesn't apply either. |
|