I am trying to configure a static route to a single IP. My question is two fold:
- How do I specify a single IP using a subnet mask
x.x.x.x/?
(not a range of ip's) - My pc is making an SSL connection to this ip. Can my router still look at the packet to see that the packets must be routed through my static route (Even though its connecting using ssl) ?
Scenario: I have a usenet client, and I want to forward all traffic downloaded from usenet, to go through a separate PPPOE account. I am having trouble specifying the destination of the usenet server, using IP/mask format. Even so, I am not sure if a router can forward (inspect) SSL traffic and re-route it?
I have tried a few different combinations of x.x.x.x/30 /31 , but I cant seem to direct the traffic onto my secondary pppoe account. It just sits idle, not showing any data flow. I have also tried the whole range, x.x.x.0/24 , but I also don;t seem to get any traffic on the interface.
- Router: Ubiquiti Edge Router Lite
- Usenet Server: ssl.hitnews.com (IP: 81.171.92.192)
- Port: 563
Thanks
UPDATE
When using the complete block of 81.171.92.0/24 , doing a trace route to 81.171.92.192, it shows that it is routing through the DSL ip of the 2nd pppoe account. This seem right, but my interface does not show the traffic (usage) of my usenet client.
UPDATE
Ok using the whole 0/24 block, seems to work now (my ERL itnerface did not update properly). When I added the interface on the visual graph, it started showing some stats in the table below... (bug)?
I would still like to route using just the IP tho, and not the whole ip block...